rename sidebar->nav
This commit is contained in:
parent
6c862a2b69
commit
3cba5656ef
|
@ -0,0 +1,6 @@
|
|||
<div class="sidebarContent">
|
||||
<ul>
|
||||
<li><a href="about.html" class="fsText">about</a></li>
|
||||
<li><a href="gallery.html" class="fsText">gallery</a></li>
|
||||
</ul>
|
||||
</div>
|
|
@ -10,7 +10,7 @@
|
|||
#include titlestart.html
|
||||
/about
|
||||
#include titleend.html
|
||||
#include sidebarlinks.html
|
||||
#include nav.html
|
||||
|
||||
#include socials.html
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include titlestart.html
|
||||
/blog
|
||||
#include titleend.html
|
||||
#include sidebarlinks.html
|
||||
#include nav.html
|
||||
|
||||
#include socials.html
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include titlestart.html
|
||||
/gallery
|
||||
#include titleend.html
|
||||
#include sidebarlinks.html
|
||||
#include nav.html
|
||||
|
||||
#include socials.html
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include titlestart.html
|
||||
#include titleend.html
|
||||
|
||||
#include sidebarlinks.html
|
||||
#include nav.html
|
||||
|
||||
<p>
|
||||
#include socials.html
|
||||
|
|
|
@ -13,7 +13,7 @@ body {
|
|||
}
|
||||
|
||||
#include title.css
|
||||
#include sidebar.css
|
||||
#include nav.css
|
||||
#include landing.css
|
||||
#include blog.css
|
||||
|
||||
|
|
Loading…
Reference in New Issue