summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-04-26 16:35:00 +0200
committerAlex Legler <alex@a3li.li>2014-04-26 16:35:00 +0200
commit1691df1f96cf1d2106440e7212a94bc4cd69d309 (patch)
treec1377efd58f1801953b860b8e542e9aa35bb0b76 /views
parentFix tooltip location to avoid :last-child bugs (diff)
downloadinfra-status-1691df1f96cf1d2106440e7212a94bc4cd69d309.tar.gz
infra-status-1691df1f96cf1d2106440e7212a94bc4cd69d309.tar.bz2
infra-status-1691df1f96cf1d2106440e7212a94bc4cd69d309.zip
Remove bundled assets, use CDN version of Tyrian assets
Diffstat (limited to 'views')
-rw-r--r--views/layout.erb35
1 files changed, 16 insertions, 19 deletions
diff --git a/views/layout.erb b/views/layout.erb
index a3dc612..7aa4891 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -4,10 +4,9 @@
<title><%= "#{h @title} - " if @title %>Gentoo Infrastructure Status</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="">
- <!--<link href="/assets/css/bootstrap.css" rel="stylesheet" media="screen">-->
- <link href="/assets/css/bootstrap.css" rel="stylesheet" media="screen">
- <link href="/assets/css/tyrian.css" rel="stylesheet" media="screen">
+ <meta name="description" content="Gentoo Infrastructure Status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users.">
+ <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen">
+ <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen">
<link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon">
</head>
<body>
@@ -17,26 +16,24 @@
<div class="row">
<div class="site-title-buttons">
<div class="btn-group btn-group-sm">
- <a href="http://get.gentoo.org/" type="button" class="get-gentoo btn">Get Gentoo!</a>
+ <a href="http://get.gentoo.org/" type="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a>
<div class="btn-group btn-group-sm">
<button type="button" class="gentoo-org-sites btn" data-toggle="dropdown">
<span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span>
</button>
<ul class="dropdown-menu">
- <li><a href="http://www.gentoo.org/">gentoo.org</a></li>
- <li><a href="http://wiki.gentoo.org/" title="Find and contribute documentation">Wiki</a></li>
- <li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues">Bugs</a></li>
- <li><a href="http://forums.gentoo.org/" title="Discuss with the community">Forums</a></li>
- <li><a href="http://packages.gentoo.org/" title="Find software for your Gentoo">Packages</a></li>
+ <li><a href="http://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
+ <li><a href="http://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text fa-fw"></span> Wiki</a></li>
+ <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>
+ <li><a href="http://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
+ <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>
<li class="divider"></li>
- <li><a href="http://archives.gentoo.org/" title="Read up on past discussions">Archives</a></li>
- <li><a href="http://overlays.gentoo.org/" title="Collaborate on maintaining packages">Overlays</a></li>
- <li>
- <a href="http://planet.gentoo.org/" title="Find out what's going on in the developer community">Planet</a>
- </li>
- <li><a href="http://sources.gentoo.org/" title="Browse our source code">Sources</a></li>
+ <li><a href="http://overlays.gentoo.org/" title="Collaborate on maintaining packages"><span class="fa fa-code-fork fa-fw"></span> Overlays</a></li>
+ <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>
+ <li><a href="http://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
+ <li><a href="http://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
<li class="divider"></li>
- <li><a href="http://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo">Infra Status</a></li>
+ <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>
</ul>
</div>
</div>
@@ -110,8 +107,8 @@
</div>
</footer>
-<script src="/assets/js/jquery.js"></script>
-<script src="/assets/js/bootstrap.js"></script>
+<script src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/jquery.min.js"></script>
+<script src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.js"></script>
<script src="/assets/js/infra-status.js"></script>
<script type="text/javascript">
var _paq = _paq || [];