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
|
#include titlestart.html
|
||||||
/about
|
/about
|
||||||
#include titleend.html
|
#include titleend.html
|
||||||
#include sidebarlinks.html
|
#include nav.html
|
||||||
|
|
||||||
#include socials.html
|
#include socials.html
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include titlestart.html
|
#include titlestart.html
|
||||||
/blog
|
/blog
|
||||||
#include titleend.html
|
#include titleend.html
|
||||||
#include sidebarlinks.html
|
#include nav.html
|
||||||
|
|
||||||
#include socials.html
|
#include socials.html
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include titlestart.html
|
#include titlestart.html
|
||||||
/gallery
|
/gallery
|
||||||
#include titleend.html
|
#include titleend.html
|
||||||
#include sidebarlinks.html
|
#include nav.html
|
||||||
|
|
||||||
#include socials.html
|
#include socials.html
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include titlestart.html
|
#include titlestart.html
|
||||||
#include titleend.html
|
#include titleend.html
|
||||||
|
|
||||||
#include sidebarlinks.html
|
#include nav.html
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
#include socials.html
|
#include socials.html
|
||||||
|
|
|
@ -13,7 +13,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#include title.css
|
#include title.css
|
||||||
#include sidebar.css
|
#include nav.css
|
||||||
#include landing.css
|
#include landing.css
|
||||||
#include blog.css
|
#include blog.css
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue