]> jfr.im git - irc/freenode/web-7.0.git/blob - templates/base.html
add cms7 config.yml
[irc/freenode/web-7.0.git] / templates / base.html
1 <!DOCTYPE html>
2
3 <html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <meta content="IE=edge" http-equiv="X-UA-Compatible">
7 <meta content="width=device-width, initial-scale=1" name="viewport">
8 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9 <meta content="#fff" name="theme-color">
10
11 <title>{{ title }}</title>
12 <link href="static/css/open-sans.css" rel="stylesheet">
13 <link href="static/css/style.css" rel="stylesheet">
14 <link href="static/css/font-awesome.min.css" rel="stylesheet">
15 </head>
16
17 <body>
18 <nav class="navbar">
19 <a href="index"><img alt="freenode" class="nlogo" src=
20 "static/img/logos/coloured-alphabg.svg"></a> <a href="PIA" target=
21 "_blank"><img alt="Private internet access" class="nlogo" src=
22 "static/img/logos/PIALogo_black.svg"></a>
23 </nav>
24
25
26 <div class="container">
27 {% block content %}{% endblock %}
28 </div>
29
30
31 <footer class="footer">
32 <div class="footerchild">
33 <h2>About freenode</h2>
34
35
36 <ul>
37 <li>
38 <a>Vision</a>
39 </li>
40
41
42 <li>
43 <a>Mission</a>
44 </li>
45
46
47 <li>
48 <a>Philosophy</a>
49 </li>
50
51
52 <li>
53 <a>Policies</a>
54 </li>
55
56
57 <li>
58 <a>Credits</a>
59 </li>
60 </ul>
61 </div>
62
63
64 <div class="footerchild">
65 <h2>Using freenode</h2>
66
67
68 <ul>
69 <li>
70 <a>Connect</a>
71 </li>
72
73
74 <li>
75 <a>Clients</a>
76 </li>
77
78
79 <li>
80 <a>Webchat</a>
81 </li>
82
83
84 <li>
85 <a>SASL</a>
86 </li>
87 </ul>
88 </div>
89
90
91 <div class="footerchild">
92 <h2>Groups/Projects</h2>
93
94
95 <ul>
96 <li>
97 <a>Group Management System</a>
98 </li>
99
100
101 <li>
102 <a>Groups on freenode</a>
103 </li>
104
105
106 <li>
107 <a>How Groups Work</a>
108 </li>
109 </ul>
110 </div>
111
112
113 <div class="footerchild">
114 <h2>Support freenode</h2>
115
116
117 <ul>
118 <li>
119 <a>Host a server</a>
120 </li>
121 </ul>
122 </div>
123
124 <div class="footerchild hdn">&nbsp;</div>
125
126
127 <div class="footerchild">
128 <h2>Social Media</h2>
129
130
131 <ul>
132 <li>
133 <a href="https://plus.google.com/104326727082310562426"
134 target="_blank"><i class="fa fa-google-plus"></i>
135 Google+</a>
136 </li>
137
138
139 <li>
140 <a href="https://twitter.com/freenodestaff" target=
141 "_blank"><i class="fa fa-twitter"></i> Twitter</a>
142 </li>
143
144
145 <li>
146 <a href="PIA" target="_blank"><img alt="PIA" height="14px"
147 src="static/img/logos/pia-robot-original.svg"> Private Internet
148 Access</a>
149 </li>
150 </ul>
151 </div>
152 </footer>
153
154
155 <footer class="copyright">
156 <a class="copyright" href=
157 "https://creativecommons.org/licenses/by-nc-sa/4.0/" target=
158 "_blank"><img alt="CC by-nc-sa" height="31px" src=
159 "static/img/by-nc-sa.svg"></a>
160
161 <p>&copy; Copyright 2002-2016, freenode</p>
162 </footer>
163 </body>
164 </html>