forked from turington/turington.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gallery.html
261 lines (196 loc) · 8.41 KB
/
gallery.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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- Logo on tab -->
<link rel="icon" href="img/turington logo.jpeg">
<!-- Add social media icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/index.css">
<link rel="stylesheet" type="text/css" href="stylesheets/contacts.css">
<link rel="stylesheet" type="text/css" href="stylesheets/navBar.css">
<link rel="stylesheet" type="text/css" href="stylesheets/events.css">
<link rel="stylesheet" type="text/css" href="stylesheets/sponsors.css">
<link rel="stylesheet" type="text/css" href="stylesheets/timer.css">
<link rel="stylesheet" type="text/css" href="stylesheets/commic.css">
<link rel="stylesheet" type="text/css" href="stylesheets/gallery.css">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet">
<script type="text/javascript" src="data.js"></script>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
}
.header {
text-align: center;
padding: 32px;
color: #110e5f;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 14px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 25%; /* IE10 */
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
<body>
<!-- Header -->
<div class="header">
<h1>Glimpses</h1>
<p>Turington 2014-17</p>
</div>
<!-- Photo Grid -->
<div id="galleryContainer">
<div class="row">
<div class="column">
<img src="img/gallery/DSCN2265.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_122046.jpg" style="width:100%">
<img src="img/gallery/IMG_3770.JPG" style="width:100%">
<img src="img/gallery/IMG_3773.JPG" style="width:100%">
<img src="img/gallery/DSCN2267.JPG" style="width:100%">
</div>
<div class="column">
<img src="img/gallery/IMG_20170327_124007.jpg" style="width:100%">
<img src="img/gallery/IMG_3774.JPG" style="width:100%">
<img src="img/gallery/DSCN2269.JPG" style="width:100%">
<img src="img/gallery/IMG_3775.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_124006.jpg" style="width:100%">
<img src="img/gallery/IMG_20170327_121724.jpg" style="width:100%">
</div>
<div class="column">
<img src="img/gallery/IMG_3767.JPG" style="width:100%">
<img src="img/gallery/IMG_3766.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_121713.jpg" style="width:100%">
<img src="img/gallery/VID_20170327_120155.jpg" style="width:100%">
<img src="img/gallery/IMG_3765.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_120608.jpg" style="width:100%">
<img src="img/gallery/RSCN2804.JPG" style="width:100%">
</div>
<div class="column">
<img src="img/gallery/IMG_3762.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_120607.jpg" style="width:100%">
<img src="img/gallery/IMG_3882.JPG" style="width:100%">
<img src="img/gallery/IMG_3761.JPG" style="width:100%">
<img src="img/gallery/IMG_20170327_121713.jpg" style="width:100%">
<img src="img/gallery/VID_20170327_120155.jpg" style="width:100%">
</div>
</div>
</div>
<script type="text/javascript">
createGallery();
</script>
<div id="contacts">
<div id="boxContainer">
<div class="box">
<a class="quick-links" href="index.html" style="font-size: 1.5em">Turington</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#intro">Home</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#about">About</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="speakers.html">Speakers</a>
<a class="quick-links small-links" href="#speaker1">speaker1</a>
<a class="quick-links small-links" href="#speaker2">speaker1</a>
<a class="quick-links small-links" href="#speaker3">speaker1</a>
<a class="quick-links small-links" href="#speaker4">speaker1</a>
<a class="quick-links small-links" href="#speaker5">speaker1</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="team.html">Team</a>
<a class="quick-links small-links" href="#president">president</a>
<a class="quick-links small-links" href="#manager">manager</a>
<a class="quick-links small-links" href="#hrHead">Human resource head</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#events">Events</a>
<a class="quick-links small-links" href="http://bit.ly/andhadhun_19">Andhadhun</a>
<a class="quick-links small-links" href="http://bit.ly/chitti_19">Chitti2.0</a>
<a class="quick-links small-links" href="http://bit.ly/doodling_19">Doodling</a>
<a class="quick-links small-links" href="http://bit.ly/gentech_19">Gen-Tech Quiz</a>
<a class="quick-links small-links" href="http://bit.ly/omni_19">Omnicoder</a>
<a class="quick-links small-links" href="http://bit.ly/pictionary_19">Pictionary</a>
<a class="quick-links small-links" href="http://bit.ly/qrhunt_19">QR-Hunt</a>
<a class="quick-links small-links" href="http://bit.ly/techtalks_19">Lightening Talk</a>
<a class="quick-links small-links" href="http://bit.ly/bob_19">Bob-The-Assembler</a>
<a class="quick-links small-links" href="http://bit.ly/clash_19">Clash of Gamers</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="gallery.html">Glimpses</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#sponsors">Sponsors</a>
<a class="quick-links small-links" href="https://www.chaayos.com/">Chaayos</a>
<a class="quick-links small-links" href="https://www.thecollegefever.com/">The College Fever</a>
<a class="quick-links small-links" href="http://trippinevents.com/">Trippin Events</a>
<a class="quick-links small-links" href="https://www.instagram.com/du_factz/">Du Factz</a>
<a class="quick-links small-links" href="https://www.instagram.com/thecampusmedia/">The Campus Media</a>
<a class="quick-links small-links" href="https://www.instagram.com/duvibes_/?hl=en">DU Vibes</a>
<a class="quick-links small-links" href="https://www.instagram.com/du_beat/?hl=ens">DU Beat</a>
<a class="quick-links small-links" href="https://www.instagram.com/delhi_university_up_dates/?hl=en">Delhi University Updates</a>
<a class="quick-links small-links" href="https://www.instagram.com/duexpress/?hl=en">DU Express</a>
<a class="quick-links small-links" href="https://www.instagram.com/delhi_university_news/?hl=en">Delhi University News</a>
<a class="quick-links small-links" href="https://www.instagram.com/dulatestupdates/?hl=en">DU Latest Updates</a>
</div>
<br>
<div class="box">
<center>
<a href="mailto:[email protected]" class="fa fa-2x fa-envelope-o mail"></a>
</center>
</div>
<br>
</div>
<div id="footer-text" >
© 2019 Turington | Turing the Code Breaker<!--<a href="">Policy Privacy</a> | <a href="">Terms of Use</a> | <a href="" > Contact </a> -->
</div>
<a href="https://www.youtube.com/channel/UCEJ3JccswK-90yLWip1Nf_w" class="fa fa-2x fa-youtube fa-right"></a>
<a href="https://twitter.com/Turington_" class="fa fa-2x fa-twitter fa-right"></a>
<a href="https://www.instagram.com/turington.rcdu/" class="fa fa-2x fa-instagram fa-right"></a>
<a href="https://www.facebook.com/Turingtonreboot/" class="fa fa-2x fa-facebook fa-right"></a>
<a href="https://goo.gl/maps/BLQd36xpo532" class="fa fa-2x fa-map-marker fa-right" ></a>
</div>
</body>
</html>