neocities/files/new-Design/templates/includes/navigation.liquid
Scott O'Hara 3e2cdcd138 redesign
included all dev and production files for new redesign.

the index file has a different layout than the interior page files.

for more in-depth look into how these are set up, look in the templates > includes & layouts folders.

I used .liquid files to create these pages, and all the content for the files are in there, with the base layout stuff in the includes and layout files.

check the converted-html folder to see how everything should look.

(test it on an android phone.  should look good now) :)
2013-07-13 15:02:32 -04:00

26 lines
725 B
Text

<nav class="header-Nav clearfix" role="navigation">
<a href="#!" title="show small screen nav" class="small-Nav">
<img src="assets/img/nav-Icon.png" alt="navigation icon" />
</a>
<ul class="h-Nav constant-Nav">
<li>
<a href="index" title="back to the start">NeoCities</a>
</li>
<li>
<a href="browse" title="Browse NeoCities member websites">Browse</a>
</li>
<li>
<a href="tutorials" title="Learn to code with these tutorials">Tutorials</a>
</li>
<li>
<a href="about" title="About NeoCities">About</a>
</li>
</ul>
<ul class="status-Nav">
<li>
<a href="#!" class="sign-In" title="Sign into your account">Sign In</a>
</li>
</ul>
</nav>