aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2018-09-10 22:27:13 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2018-09-10 22:27:13 -0700
commiteb7399e4b3856fc95d122a3387261e9f3f14323a (patch)
treef2db26e3ad866344951ea7832082d5d079d85206
parentRe-write portions of page. (diff)
downloadwww-eb7399e4b3856fc95d122a3387261e9f3f14323a.tar.gz
www-eb7399e4b3856fc95d122a3387261e9f3f14323a.tar.bz2
www-eb7399e4b3856fc95d122a3387261e9f3f14323a.zip
Sentence case for links. Make donate stand out.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--_includes/layout/header.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/layout/header.html b/_includes/layout/header.html
index d7cb48f..81bd642 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -19,9 +19,9 @@
<li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
<li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
<li><a href="https://gitweb.gentoo.org/" title="Browse our source code in Gitweb"><span class="fa fa-code fa-fw"></span> Gitweb</a></li>
- <li><a href="https://sources.gentoo.org/" title="Browse our source code in CVS"><span class="fa fa-code fa-fw"></span> CVS Sources</a></li>
+ <li><a href="https://sources.gentoo.org/" title="Browse our source code in CVS"><span class="fa fa-code fa-fw"></span> CVS sources</a></li>
<li class="divider"></li>
- <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a></li>
+ <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra status</a></li>
</ul>
</div>
</div>
@@ -29,7 +29,7 @@
<div class="logo">
<a href="/" title="Back to the homepage" class="site-logo">
<object data="{{ site.cdnurl }}/site-logo.svg" type="image/svg+xml">
- <img src="{{ site.cdnurl }}/site-logo.png" alt="Gentoo Linux Logo">
+ <img src="{{ site.cdnurl }}/site-logo.png" alt="Gentoo Linux logo">
</object>
</a>
{% if page.sitelabel %}<span class="site-label">{{ page.sitelabel }}</span>{% endif %}
@@ -53,7 +53,7 @@
{% navigation primary %}
</ul>
<ul class="nav navbar-nav navbar-right">
- <li class="{% if page.nav1 == 'donate' %}active{% endif %}"><a href="/donate/"><span class="fa fa-heart"></span> Donate</a></li>
+ <li class="{% if page.nav1 == 'donate' %}active{% endif %}"><a href="/donate/"><span class="fa fa-heart" style="color:red;"></span> Donate</a></li>
</ul>
</div>
</div>