diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-06-11 12:25:56 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-06-11 12:25:56 +0200 |
commit | 40f951a3ab6add5d21daeae1baeb0e734a49bff3 (patch) | |
tree | e9b39f4832bf9ad4416e372e486a0edbc53bab0a /htdocs | |
parent | keyrings: extra cleanup is good (diff) | |
download | qa-scripts-40f951a3ab6add5d21daeae1baeb0e734a49bff3.tar.gz qa-scripts-40f951a3ab6add5d21daeae1baeb0e734a49bff3.tar.bz2 qa-scripts-40f951a3ab6add5d21daeae1baeb0e734a49bff3.zip |
index.html: Include assets form assets.g.o instead of external site.
Also update the dropdown list and the copyright footer.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 44ad5d6..2215b1c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -5,8 +5,8 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#54487a"> - <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 href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen"> <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon"> </head> <body> @@ -30,17 +30,18 @@ <li class="divider"></li> <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://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</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 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> </div> <div class="logo"> <a href="/" title="Back to the homepage" class="site-logo"> - <object data="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.svg" type="image/svg+xml"> - <img src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png" alt="Gentoo Linux Logo"> + <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"> + <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo"> </object> </a> <span class="site-label">QA Reports</span> @@ -162,7 +163,7 @@ </ul> </div> <div class="col-xs-10 col-sm-9 col-md-10"> - <strong>© 2001–2019 Gentoo Foundation, Inc.</strong><br> + <strong>© 2001–2019 Gentoo Authors</strong><br> <small> Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the @@ -174,7 +175,7 @@ </div> </footer> - <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="https://assets.gentoo.org/tyrian/jquery.min.js"></script> + <script src="https://assets.gentoo.org/tyrian/bootstrap.min.js"></script> </body> </html> |