mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 17:16:28 +02:00
Added "fun" page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<nav class="navbar navbar-expand-sm navbar-light sticky-top fg-theme">
|
||||
|
||||
<a class="navbar-brand" href="http://github.com/Stone-Red-Code"><img class="rounded" src="http://github.com/Stone-Red-Code.png" height="45"></a>
|
||||
|
||||
<a class="navbar-brand" href="http://github.com/Stone-Red-Code"><img class="rounded"
|
||||
src="http://github.com/Stone-Red-Code.png" height="45"></a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
@@ -15,6 +16,16 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="projects.html">Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="dropdown nav-item" style="float: left;">
|
||||
<a class=" dropdown-toggle nav-link" href="#" role="button" id="dropdownMenuLink"
|
||||
data-toggle="dropdown" style="float: left;">More</a>
|
||||
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a class="dropdown-item nav-link" href="fun.html">Fun</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user