]> jfr.im git - irc/freenode/web-7.0.git/blob - templates/base.html
2908b7dcff22f9c650d16c122ea427f8933cf9f7
[irc/freenode/web-7.0.git] / templates / base.html
1 <!DOCTYPE html>
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">
9 <link rel="icon" href="static/img/logos/coloured-alphabg-sq-120.png">
10 <title>{{ title }}</title>
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">
14 </head>
15 <body>
16 <nav class="navbar">
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>
19 </nav>
20 <div class="container">
21 {% block content %}{% endblock %}
22 </div>
23 </div>
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=
108 "14px" src="static/img/logos/pia-robot-original.svg">
109 Private Internet Access</a>
110 </li>
111 </ul>
112 </div>
113 </footer>
114 <footer class="copyright">
115 <a class="copyright" href=
116 "https://creativecommons.org/licenses/by-nc-sa/4.0/" target=
117 "_blank"><img alt="CC by-nc-sa" src="static/img/by-nc-sa.svg"></a>
118 <p>&copy; Copyright 2002-2016, freenode</p>
119 </footer>
120 </div>
121 </body>
122 </html>