Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _includes/layout/
Date: Tue, 01 Sep 2015 07:18:13
Message-Id: 1441091843.f8bd37c4f434ef8927d1a36e05503043efc8ec13.a3li@gentoo
1 commit: f8bd37c4f434ef8927d1a36e05503043efc8ec13
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Tue Sep 1 07:17:23 2015 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 07:17:23 2015 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=f8bd37c4
7
8 Tyrian sync
9
10 _includes/layout/header.html | 27 +++++++++++++--------------
11 1 file changed, 13 insertions(+), 14 deletions(-)
12
13 diff --git a/_includes/layout/header.html b/_includes/layout/header.html
14 index f95b91e..fbb211a 100644
15 --- a/_includes/layout/header.html
16 +++ b/_includes/layout/header.html
17 @@ -4,24 +4,23 @@
18 <div class="row">
19 <div class="site-title-buttons">
20 <div class="btn-group btn-group-sm">
21 - <a href="http://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a>
22 + <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>
23 <div class="btn-group btn-group-sm">
24 - <button type="button" class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown">
25 - <span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span>
26 - </button>
27 - <ul class="dropdown-menu">
28 - <li><a href="http://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
29 - <li><a href="http://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text fa-fw"></span> Wiki</a></li>
30 + <a class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
31 + <span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">gentoo.org sites</span> <span class="caret"></span>
32 + </a>
33 + <ul class="dropdown-menu dropdown-menu-right">
34 + <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
35 + <li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a></li>
36 <li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
37 - <li><a href="http://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
38 - <li><a href="http://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
39 + <li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
40 + <li><a href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
41 <li class="divider"></li>
42 - <li><a href="http://overlays.gentoo.org/" title="Collaborate on maintaining packages"><span class="fa fa-code-fork fa-fw"></span> Overlays</a></li>
43 - <li><a href="http://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>
44 - <li><a href="http://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
45 - <li><a href="http://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
46 + <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>
47 + <li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
48 + <li><a href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
49 <li class="divider"></li>
50 - <li><a href="http://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-tasks fa-fw"></span> Infra Status</a></li>
51 + <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>
52 </ul>
53 </div>
54 </div>