-
Notifications
You must be signed in to change notification settings - Fork 0
/
tablepage.html
383 lines (383 loc) · 15.3 KB
/
tablepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Table page test</title>
<meta name="subject" content="your website's subject">
<meta name="description" content="A description of the page">
<meta name="robots" content="index,follow,noodp">
<!-- All Search Engines -->
<meta name="googlebot" content="index,follow">
<!-- Google Specific -->
<link rel="copyright" href="copyright.html">
<link rel="author" href="humans.txt">
<!-- For IE 10 and below -->
<!-- No link, just place a file called favicon.ico in the root directory -->
<!-- For IE 11, Chrome, Firefox, Safari, Opera -->
<link rel="icon" href="images/icon16.png" sizes="16x16" type="image/png">
<link rel="icon" href="images/icon32.png" sizes="32x32" type="image/png">
<link rel="icon" href="images/icon48.png" sizes="48x48" type="image/png">
<link rel="icon" href="images/icon62.png" sizes="62x62" type="image/png">
<link rel="icon" href="images/icon192.png" sizes="192x192" type="image/png">
<!-- edge/windows 10 tile config -->
<meta name="msapplication-config" content="ieconfig.xml" />
<!-- apple touch icons -->
<link rel="apple-touch-icon" href="images/icon60.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/icon76.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/icon120.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icon152.png">
<!-- normalize html elements -->
<link rel="stylesheet" href="https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css" />
<!-- clc-bootstrap loosly based off twitter bootstrap -->
<link rel="stylesheet" href="clc_bootstrap.css" />
<!-- cdn Jquery will be local copy and bottom of page in final -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
</head>
<body>
<!-- main nav and splash image -->
<div id="hero">
<div class="banner short" style="background-image: url('images/stock/image150.JPG'),radial-gradient(circle at 50% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);background-position: 75%;">
<div class="menu__background"></div>
<a href="#"><img src="images/CLC_Logo_Xsmall_White.svg" class="logo" id="logo" /></a>
<button id="menu" class="hamburger hamburger--collapse" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<nav id="navigation">
<a href="search.html"><img src="images/Search.svg" class="search" id="search" /></a>
<div id="menu--area">
<ul>
<li><button type="button" class="navbutton--secondlevel">Joining CLC</button>
<ul class="secondlevel">
<li><a href="index.html">Home</a></li>
<li><a href="tablepage.html">Table Page</a></li>
<li><a href="teachingatclc.html">Teaching at CLC</a></li>
<li><a href="videoheader.html">Video Header</a></li>
<li><a href="formpage.html">Form Page</a></li>
<li><a href="maps.html">Map Page</a></li>
<li><a href="100objects.html">100 Objects Page</a></li>
<li><a href="council.html">Bio/Council Page</a></li>
<li><a href="404.html">404 error</a></li>
<li><a href="digitalsign.html">digital sign</a></li>
<li><a href="notice.html">urgent notice</a></li>
<li><a href="parenthub.html">parent hub</a></li>
</ul>
</li>
<li>—</li>
<li><button type="button" class="navbutton--secondlevel">About CLC</button>
<ul class="secondlevel">
<li><a href="aboutclc.html">Overview</a></li>
<li><a href="page.html">Principal's Welcome</a></li>
<li><a href="page.html">Our Purpose</a></li>
<li><a href="page.html">College in one hundred Objects</a></li>
</ul>
</li>
<li><button type="button" class="navbutton--secondlevel">Admissions</button>
<ul class="secondlevel">
<li><a href="admissions.html">Overview</a></li>
<li><a href="page.html">LOWER COLLEGE ENTRY</a></li>
<li><a href="page.html">UPPER COLLEGE ENTRY</a></li>
<li><a href="page.html">SIXTH FORM ENTRY</a></li>
<li><a href="page.html">DAY GIRLS AT CLC</a></li>
<li><a href="page.html">VISIT/OPEN DAYS</a></li>
<li><a href="page.html">SCHOLARSHIPS</a></li>
<li><a href="page.html">BURSARIES</a></li>
<li><a href="page.html">FAQ</a></li>
</ul>
</li>
<li><button type="button" class="navbutton--secondlevel">LIFE AT CLC</button>
<ul class="secondlevel">
<li><a href="lifeatclc.html">Overview</a></li>
<li><a href="page.html">BOARDING</a></li>
<li><a href="page.html">WEEKENDS</a></li>
<li><a href="page.html">DAY GIRLS</a></li>
<li><a href="page.html">OUR TOWN</a></li>
<li><a href="page.html">PASTORAL CARE</a></li>
<li><a href="page.html">SATURDAY PROGRAMME</a></li>
</ul>
</li>
<li><button type="button" class="navbutton--secondlevel">Academic</button>
<ul class="secondlevel">
<li><a href="academic.html">Overview</a></li>
<li><a href="page.html">DEPARTMENTS</a></li>
<li><a href="page.html">PROFESSIONAL GUIDANCE</a></li>
<li><a href="page.html">SIXTH FORM</a></li>
<li><a href="page.html">HIGHER EDUCATION</a></li>
<li><a href="page.html">EXAM RESULTS</a></li>
<li><a href="page.html">LIBRARY AND ARCHIVES</a></li>
</ul>
</li>
<li><button type="button" class="navbutton--secondlevel">Co-Curricular</button>
<ul class="secondlevel">
<li><a href="cocurricular.html">Overview</a></li>
<li><a href="page.html">SOCIETIES & CLUBS</a></li>
<li><a href="page.html">THE ARTS</a></li>
<li><a href="page.html">SPORTS</a></li>
<li><a href="page.html">OUTDOOR EDUCATION</a></li>
<li><a href="page.html">COMMUNITY LINKS</a></li>
<li><a href="page.html">SOCIAL RESPONSIBILITY</a></li>
</ul>
</li>
<li>—</li>
<li><button type="button" class="navbutton--secondlevel">Key Information</button>
<ul class="secondlevel">
<li><a href="keyinformation.html">Overview</a></li>
<li><a href="page.html">CONTACT</a></li>
<li><a href="page.html">INSPECTION REPORT</a></li>
<li><a href="page.html">FIND US</a></li>
<li><a href="page.html">POLICIES</a></li>
<li><a href="page.html">TERM DATES</a></li>
<li><a href="page.html">GOVERNANCE</a></li>
<li><a href="page.html">FEES</a></li>
<li><a href="page.html">VENUE HIRE</a></li>
</ul>
</li>
<li><a href="http://flourish.cheltladiescollege.org" class="navbutton--secondlevel" target="_new">Support Us</a></li>
</li>
<li><button type="button" class="navbutton--secondlevel">News</button>
<ul class="secondlevel">
<li><a href="page.html">RECENT NEWS</a></li>
<li><a href="page.html">COLLEGE IN THE PRESS</a></li>
<li><a href="page.html">CHELTENHAM FESTIVALS</a></li>
<li><a href="page.html">PRINCIPAL'S REFLECTIONS</a></li>
</ul>
</li>
<li><button type="button" class="navbutton--secondlevel">Jobs</button>
<ul class="secondlevel">
<li><a href="jobs.html">overview</a></li>
<li><a href="page.html">CURRENT VACANCIES</a></li>
<li><a href="page.html">LIVING IN CHELTENHAM</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<span class="down" id="downarrow"></span>
</div>
</div>
<!-- body without nav -->
<div class="grid content" id="tagline">
<div class="grid-sm-3"></div>
<div class="grid-sm-9">
<section>
<h2 id="pagecolumns">Table test page With Page Body</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<hr />
<div class="halffloat xs-full">
<h3>GCSE Results Summary</h3>
<table class="fullwidth">
<thead>
<tr>
<th>Year</th>
<th>Candidates</th>
<th>A*</th>
<th>A* & A</th>
<th>A* - C</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015</td>
<td>130</td>
<td>68%</td>
<td>91%</td>
<td>99.1%</td>
</tr>
<tr>
<td>2014</td>
<td>128</td>
<td>62%</td>
<td>88%</td>
<td>100%</td>
</tr>
<tr>
<td>2013</td>
<td>129</td>
<td>65%</td>
<td>90%</td>
<td>99.7%</td>
</tr>
<tr>
<td>2012</td>
<td>131</td>
<td>72%</td>
<td>84%</td>
<td>99.5%</td>
</tr>
<tr>
<td>2011</td>
<td>130</td>
<td>66%</td>
<td>88%</td>
<td>99.3%</td>
</tr>
<tr>
<td>2010</td>
<td>127</td>
<td>61%</td>
<td>89%</td>
<td>99.9%</td>
</tr>
</tbody>
</table>
</div>
<div class="halffloat xs-full">
<h3>A-level results summary</h3>
<table class="fullwidth">
<thead>
<tr>
<th>Year</th>
<th>Candidates</th>
<th>A*</th>
<th>A* & A</th>
<th>A* - C</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015</td>
<td>130</td>
<td>68%</td>
<td>91%</td>
<td>99.1%</td>
</tr>
<tr>
<td>2014</td>
<td>128</td>
<td>62%</td>
<td>88%</td>
<td>100%</td>
</tr>
<tr>
<td>2013</td>
<td>129</td>
<td>65%</td>
<td>90%</td>
<td>99.7%</td>
</tr>
<tr>
<td>2012</td>
<td>131</td>
<td>72%</td>
<td>84%</td>
<td>99.5%</td>
</tr>
<tr>
<td>2011</td>
<td>130</td>
<td>66%</td>
<td>88%</td>
<td>99.3%</td>
</tr>
<tr>
<td>2010</td>
<td>127</td>
<td>61%</td>
<td>89%</td>
<td>99.9%</td>
</tr>
</tbody>
</table>
</div>
<div class="clearfix"></div>
</section>
<section>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>secondary heading in columns</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</section>
</div>
</div>
<!-- 3 boxes -->
<div class="grid">
<a href="page.html">
<div class="grid-sm-4 box">
<span class="boxlink-zoom">Principals Lectures</span>
<div class="imagebox-zoom" style="background-image: url('images/stock/image57.JPG'), radial-gradient(circle at 50% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.5) 100%);background-position: 60% 50%;">
</div>
</div>
</a>
<a href="page.html">
<div class="grid-sm-4 primarycolour box">
<blockquote>"The journey begins with developing mental agility, opinions, habits, self-belief and the ability to live and work with others. These are qualities that we nature and encourage here, with a focus on positive psychology."</blockquote>
<span class="boxlink">Eve Jardine-Young<br/>Principal</span>
</div>
</a>
<a href="page.html">
<div class="grid-sm-4 box">
<span class="boxlink-zoom">Whats your game face?</span>
<div class="imagebox-zoom" style="background-image: url('images/stock/image58.JPG'), radial-gradient(circle at 50% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.5) 100%);background-position: right;">
</div>
</div>
</a>
</div>
<!-- footer -->
<footer class="secondarycolour">
<div class="footer--logo">
<img src="images/CLC_Logo_Xsmall_Grey.svg" style="width: 180px; height: auto;margin-top: 5px;" /><br/>
<div class="social">
<a href=""><img src="images/facebook.svg" title="facebook" /></a>
<a href=""><img src="images/twitter.svg" title="twitter" /></a>
<a href=""><img src="images/instagram.svg" title="instagram" /></a>
<a href=""><img src="images/linkedin.svg" title="linkedin" /></a>
<a href=""><img src="images/youtube.svg" title="youtube" /></a>
</div>
</div>
<div class="flex">
<ul>
<li><a href="">Joining CLC</a></li>
<li><a href="">Quick Guide</a></li>
<li><a href="">Day/Boarding</a></li>
<li><a href="">Admissions</a></li>
<li><a href="">At A Glance</a></li>
<li><a href="">Feeder Schools</a></li>
<li><a href="">Academic</a></li>
<li><a href="">Forms</a></li>
</ul>
<ul>
<li><a href="">About CLC</a></li>
<li><a href="">Principal's Weclome</a></li>
<li><a href="">Our Purpose</a></li>
<li><a href="">College In 100 Objects</a></li>
</ul>
<ul>
<li><a href="">Key Info</a></li>
<li><a href="">Term Dates</a></li>
<li><a href="">Fees</a></li>
<li><a href="">Policies</a></li>
<li><a href="">Open Days</a></li>
</ul>
<ul>
<li><a href="">CLC Community</a></li>
<li><a href="">Social Media</a></li>
<li><a href="">Jobs</a></li>
<li><a href="">Support Us</a></li>
<li><a href="">Our Town</a></li>
<li><a href="">Hire</a></li>
<li><a href="">Society & Clubs</a></li>
<li><a href="">Pastoral</a></li>
<li><a href="">Wellbeing</a></li>
</ul>
<ul>
<li><a href="">News</a></li>
<li><a href="">Recent News</a></li>
<li><a href="">Festivals</a></li>
<li><a href="">College In Press</a></li>
</ul>
</div>
<div class="copyright">
<hr />
Cheltenham Ladies College © 2016. All rights reserved<br />
<a href="">Legal notices & cookie policy</a><br />
Registered charity #311722
</div>
</footer>
<!-- scripts -->
<script src="javascript.js" type="text/javascript"></script>
</body>
</html>