]> jfr.im git - irc/freenode/web-7.0.git/blob - templates/base.html
using sq logo
[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="static/css/open-sans.css" rel="stylesheet">
12 <link href="static/css/style.css" rel="stylesheet">
13 <link href="static/css/font-awesome.min.css" rel="stylesheet">
14 </head>
15 <body>
16 <nav class="navbar">
17 <a href="index"><img alt="freenode" class="nlogo" src=
18 "static/img/logos/coloured-alphabg.svg"></a> <a href="PIA" target=
19 "_blank"><img alt="Private internet access" class="nlogo" src=
20 "static/img/logos/PIALogo_black.svg"></a>
21 </nav>
22 <div class="container">
23 {% block content %}{% endblock %}
24 </div>
25 </div>
26 <div class="footers">
27 <footer class="footer">
28 <div class="footerchild">
29 <h2>About freenode</h2>
30 <ul>
31 <li>
32 <a>Vision</a>
33 </li>
34 <li>
35 <a>Mission</a>
36 </li>
37 <li>
38 <a>Philosophy</a>
39 </li>
40 <li>
41 <a>Policies</a>
42 </li>
43 <li>
44 <a>Credits</a>
45 </li>
46 </ul>
47 </div>
48 <div class="footerchild">
49 <h2>Using freenode</h2>
50 <ul>
51 <li>
52 <a>Connect</a>
53 </li>
54 <li>
55 <a>Clients</a>
56 </li>
57 <li>
58 <a>Webchat</a>
59 </li>
60 <li>
61 <a>SASL</a>
62 </li>
63 </ul>
64 </div>
65 <div class="footerchild">
66 <h2>Groups/Projects</h2>
67 <ul>
68 <li>
69 <a>Group Management System</a>
70 </li>
71 <li>
72 <a>Groups on freenode</a>
73 </li>
74 <li>
75 <a>How Groups Work</a>
76 </li>
77 </ul>
78 </div>
79 <div class="footerchild">
80 <h2>Support freenode</h2>
81 <ul>
82 <li>
83 <a>Host a server</a>
84 </li>
85 </ul>
86 </div>
87 <div class="footerchild hdn">
88 &nbsp;
89 </div>
90 <div class="footerchild">
91 <h2>Social Media</h2>
92 <ul>
93 <li>
94 <a href="https://plus.google.com/104326727082310562426"
95 target="_blank"><i class="fa fa-google-plus"></i>
96 Google+</a>
97 </li>
98 <li>
99 <a href="https://twitter.com/freenodestaff" target=
100 "_blank"><i class="fa fa-twitter"></i> Twitter</a>
101 </li>
102 <li>
103 <a href=
104 "https://www.facebook.com/freenode-366911233325305/"
105 target="_blank"><i class="fa fa-facebook"></i>
106 Facebook</a>
107 </li>
108 <li>
109 <a href="PIA" target="_blank"><img alt="PIA" height=
110 "14px" src="static/img/logos/pia-robot-original.svg">
111 Private Internet Access</a>
112 </li>
113 </ul>
114 </div>
115 </footer>
116 <footer class="copyright">
117 <a class="copyright" href=
118 "https://creativecommons.org/licenses/by-nc-sa/4.0/" target=
119 "_blank"><img alt="CC by-nc-sa" src="static/img/by-nc-sa.svg"></a>
120 <p>&copy; Copyright 2002-2016, freenode</p>
121 </footer>
122 </div>
123 </body>
124 </html>