mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Removed titles from navigation links - they seem redundant and distracting
This commit is contained in:
parent
c2b661ae0c
commit
1c03e2bdfe
3 changed files with 21 additions and 21 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
<nav class="footer-Nav col col-40">
|
||||
<ul class="tiny h-Nav">
|
||||
<li><a href="/about" title="About Neocities">About</a></li>
|
||||
<li><a href="/blog" title="Neocities Blog">Blog</a></li>
|
||||
<li><a href="/api" title="Neocities API">API</a></li>
|
||||
<li><a href="/press" title="Neocities Press">Press</a></li>
|
||||
<li><a href="/terms" title="Neocities Terms of Use" rel="nofollow">Terms</a></li>
|
||||
<li><a href="/privacy" title="Neocities Privacy Policy" rel="nofollow">Privacy</a></li>
|
||||
<li><a href="/contact" title="Contact Us" rel="nofollow">Contact</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
<li><a href="/api">API</a></li>
|
||||
<li><a href="/press">Press</a></li>
|
||||
<li><a href="/terms" rel="nofollow">Terms</a></li>
|
||||
<li><a href="/privacy" rel="nofollow">Privacy</a></li>
|
||||
<li><a href="/contact" rel="nofollow">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div> <!-- end .row -->
|
||||
|
|
|
@ -8,29 +8,29 @@
|
|||
|
||||
<ul class="h-Nav constant-Nav">
|
||||
<li>
|
||||
<a href="/browse" title="Browse Neocities member websites">Websites</a>
|
||||
<a href="/browse">Websites</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about" title="About Neocities">About</a>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tutorials" title="Learn to code with these tutorials">Tutorials</a>
|
||||
<a href="/tutorials">Tutorials</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/api" title="Neocities Developers API">API</a>
|
||||
<a href="/api">API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/plan" title="Support Neocities">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>
|
||||
<a href="/plan">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="status-Nav">
|
||||
<% if !signed_in? %>
|
||||
<li>
|
||||
<a href="/#new" class="create-New" title="Sign up for free">Sign up for Free</a>
|
||||
<a href="/#new" class="create-New">Sign up for Free</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/signin" class="sign-In" title="Sign into your account">Sign In</a>
|
||||
<a href="/signin" class="sign-In">Sign In</a>
|
||||
</li>
|
||||
<% else %>
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -50,22 +50,22 @@
|
|||
</a>
|
||||
<ul class="h-Nav constant-Nav">
|
||||
<li>
|
||||
<a href="/" title="back to the start">Neocities</a>
|
||||
<a href="/">Neocities</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/browse" title="Browse Neocities member websites">Websites</a>
|
||||
<a href="/browse">Websites</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about" title="About Neocities">About</a>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tutorials" title="Learn to code with these tutorials">Tutorials</a>
|
||||
<a href="/tutorials">Tutorials</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/api" title="Neocities Developers API">API</a>
|
||||
<a href="/api">API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/plan" title="Support Neocities">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>
|
||||
<a href="/plan">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
<% if !signed_in? %>
|
||||
<li>
|
||||
<a href="/signin" class="sign-In" title="Sign into your account">Sign In</a>
|
||||
<a href="/signin" class="sign-In">Sign In</a>
|
||||
</li>
|
||||
<% else %>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Reference in a new issue