]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/base.html
renamed mock1.css to source.css
[irc/freenode/web-7.0.git] / templates / base.html
CommitLineData
df74dd1d 1<!DOCTYPE html>
df74dd1d
SB
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta content="IE=edge" http-equiv="X-UA-Compatible">
6 <meta content="width=device-width, initial-scale=1" name="viewport">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta content="#fff" name="theme-color">
67967fac 9 <link rel="icon" href="{{ url_for("static/img/logos/coloured-alphabg-sq-120.png") }}">
4f56ae6c 10 <title>{{ title }}</title>
96cc65dc
EK
11 <link href="{{ url_for("static/css/open-sans.css") }}" rel="stylesheet">
12 <link href="{{ url_for("static/css/style.css") }}" rel="stylesheet">
13 <link href="{{ url_for("static/css/font-awesome.min.css") }}" rel="stylesheet">
df74dd1d 14</head>
df74dd1d
SB
15<body>
16 <nav class="navbar">
96cc65dc
EK
17 <a href="{{ url_for("index") }}"><img alt="freenode" class="nlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }} "></a>
18 <a href="PIA" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
df74dd1d 19 </nav>
df74dd1d 20 <div class="container">
ce9965da 21 {% block content %}{% endblock %}
df74dd1d
SB
22 </div>
23 </div>
ce9965da
SB
24 <div class="footers">
25 <footer class="footer">
26 <div class="footerchild">
27 <h2>About freenode</h2>
28 <ul>
29 <li>
30 <a>Vision</a>
31 </li>
32 <li>
33 <a>Mission</a>
34 </li>
35 <li>
36 <a>Philosophy</a>
37 </li>
38 <li>
39 <a>Policies</a>
40 </li>
41 <li>
42 <a>Credits</a>
43 </li>
44 </ul>
45 </div>
46 <div class="footerchild">
47 <h2>Using freenode</h2>
48 <ul>
49 <li>
50 <a>Connect</a>
51 </li>
52 <li>
53 <a>Clients</a>
54 </li>
55 <li>
56 <a>Webchat</a>
57 </li>
58 <li>
59 <a>SASL</a>
60 </li>
61 </ul>
62 </div>
63 <div class="footerchild">
64 <h2>Groups/Projects</h2>
65 <ul>
66 <li>
67 <a>Group Management System</a>
68 </li>
69 <li>
70 <a>Groups on freenode</a>
71 </li>
72 <li>
73 <a>How Groups Work</a>
74 </li>
75 </ul>
76 </div>
77 <div class="footerchild">
78 <h2>Support freenode</h2>
79 <ul>
80 <li>
81 <a>Host a server</a>
82 </li>
83 </ul>
84 </div>
85 <div class="footerchild hdn">
86 &nbsp;
87 </div>
88 <div class="footerchild">
89 <h2>Social Media</h2>
90 <ul>
91 <li>
92 <a href="https://plus.google.com/104326727082310562426"
93 target="_blank"><i class="fa fa-google-plus"></i>
94 Google+</a>
95 </li>
96 <li>
97 <a href="https://twitter.com/freenodestaff" target=
98 "_blank"><i class="fa fa-twitter"></i> Twitter</a>
99 </li>
100 <li>
101 <a href=
102 "https://www.facebook.com/freenode-366911233325305/"
103 target="_blank"><i class="fa fa-facebook"></i>
104 Facebook</a>
105 </li>
106 <li>
107 <a href="PIA" target="_blank"><img alt="PIA" height=
67967fac 108 "14px" src="{{ url_for("static/img/logos/pia-robot-original.svg") }}">
ce9965da
SB
109 Private Internet Access</a>
110 </li>
111 </ul>
112 </div>
113 </footer>
114 <footer class="copyright">
80a37782
EK
115 <a class="copyright" href= "https://creativecommons.org/licenses/by-nc-sa/4.0/" target= "_blank">
116 <img alt="CC by-nc-sa" src="{{ url_for("static/img/by-nc-sa.svg") }}">
117 </a>
ce9965da
SB
118 <p>&copy; Copyright 2002-2016, freenode</p>
119 </footer>
120 </div>
df74dd1d 121</body>
8978a3db 122</html>