]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
restore logo
[irc/freenode/web-7.0.git] / templates / base.html
index 2a7e99ad1f2a965baddbde519d485eb754571d61..04bdd040d3bc09939ae09999ce62575c37e829b0 100644 (file)
@@ -5,17 +5,19 @@
     <meta content="IE=edge" http-equiv="X-UA-Compatible">
     <meta content="width=device-width, initial-scale=1" name="viewport">
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <meta content="#fff" name="theme-color">
+    <meta name="theme-color" content="#292f2f">
+    <meta name="description" content="freenode IRC network">
     <link rel="icon" href="{{ url_for("static/img/logos/coloured-alphabg-sq-120.png") }}">
     <title>{{ title }}</title>
     <link href="{{ url_for("static/css/open-sans.css") }}" rel="stylesheet">
-    <link href="{{ url_for("static/css/style.css") }}" rel="stylesheet">
     <link href="{{ url_for("static/css/font-awesome.min.css") }}" rel="stylesheet">
+    <link href="{{ url_for("static/css/freenode.css") }}" rel="stylesheet">
+    <link href="{{ url_for("static/css/style.css") }}" rel="stylesheet">
 </head>
 <body>
     <nav class="navbar">
         <a href="{{ url_for("index") }}"><img alt="freenode" class="nlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }} "></a>
-        <a href="PIA" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
+        <a href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_white.svg") }}"></a>
     </nav>
     <div class="container">
             {% block content %}{% endblock %}