-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
574 lines (555 loc) · 28.2 KB
/
index.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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!DOCTYPE HTML>
<!--
Trigger Newsletter goes Global! This website is created & maintained by Inshaal Uddin. Hosted by GitHub.
LOGS :
Last updated on - July 15th 2017
-->
<html>
<head>
<title>Official website of Trigger Newsletter</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="icon" href="images/favicon3.png">
</head>
<body>
<!-- Header -->
<section id="header">
<div class="inner">
<span class="icon major fa-newspaper-o"></span>
<h1>Welcome to <strong>Trigger's</strong> official website<br />
Check out<a href="#downloads" class="scrolly"> our newsletters!</a></h1>
<p>Trigger is all about igniting that creativity and the sense of desire in you.<br />
So what are you waiting for? Explore us now and you might even explore yourself!</p>
<ul class="actions">
<li><a href="#two" class="button scrolly">Discover</a></li>
</ul>
</div>
</section>
<!-- One --><!--
<section id="one" class="main style1">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>About Trigger</h2><br>
<h2>Details and Information</h2>
</header>
<p>Trigger is a student led, non-profit organisation specialising in publishing newsletters covering a wide range of subjects. You may contact the team at: <a href="mailto:[email protected]">[email protected]</a> or check out our <a href="https://facebook.com/dpsbnewsletter">Facebook page</a> for information including donation procedure via PayTM.</p>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<span class="image fit"><img src="images/logo2.jpg" replaced pic01 alt="our logo!" /></span>
</div>
</div>
</div>
</section>-->
<!-- Two -->
<section id="two" class="main style2">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<ul class="major-icons">
<li><span class="icon style1 major fa-language"></span></li>
<li><span class="icon style2 major fa-bolt"></span></li>
<li><span class="icon style3 major fa-camera-retro"></span></li>
<li><span class="icon style4 major fa-graduation-cap"></span></li>
<li><span class="icon style5 major fa-desktop"></span></li>
<li><span class="icon style6 major fa-pencil"></span></li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<header class="major">
<h2>A brief textual vignette about us</h2>
</header>
<p><strong>Trigger</strong> is a student led, non-profit organisation specialising in publishing newsletters covering a wide range of subjects. The word Trigger emphasizes on the action of setting minds alight through the distribution of knowledge and ideas. Founded in 2015 by <a href="#three" class="scrolly">Purvi Ratnani</a>, the present editor in chief, Trigger found its first functioning ground in her very school,<a href="http://dpsbhilai.in" target="_blank"> DPS Bhilai</a>.</p>
<p>The different newsletters published comprised various other people being a part of the team, who changed after the release of every issue. However, <a href="#three" class="scrolly">Inshaal Uddin and Ojaswi Tiwari</a> have contributed to shape Trigger throughout its journey handling design and research respectively. <a href="#gm" class="scrolly">GM Harshvardhan</a> joined the team as a permanent editor later on in the course.</p>
<p>Trigger accepts and has been accepting pieces of work, be it poems, drawings or articles via <a href="#contribute" class="scrolly">contribution form</a>. It has been a platform to share ideas and interests since the very beginning. Applications for joining the team are opened prior to the release of any issue, updates of which can be found here on our <a href="https://facebook.com/dpsbnewsletter" target="_blank">Facebook page.</a> We also appreciate <a href="#contribute" class="scrolly">donations (via PayTM or cash)</a> which help us with our printing and domain expenses, as your token of love and blessings.</p>
</div>
</div>
</div>
</section>
<!-- Added extra "downloads" by INS -->
<section id="downloads" class="main style1 special">
<h2>Downloads</h2>
<div class="column">
<h3>Download all the released newsletters from here!</h3>
<h3>Volume 2 :</h3>
<div class="container">
<ul class="actions">
<li><a href="downloads/TriggerI5V2N.pdf" target="_blank" class="button special">Issue 5 (new!)</a></li>
<li><a href="downloads/Trigger I4V2-F.pdf" target="_blank" class="button special">Issue 4</a></li>
</ul>
<h3>Volume 1 :</h3>
<ul class="actions">
<li><a href="http://bit.ly/issue3nlHQ" target="_blank" class="button special">Issue 3 High Quality [16.4mb]</a></li>
<li><a href="http://bit.ly/issue3nl" target="_blank" class="button">Issue 3 Normal Quality [1.3mb]</a></li>
</ul>
<ul class="actions">
<li><a href="https://dpsbnewsletter.files.wordpress.com/2016/11/trigger-special-edition.pdf" target="_blank" class="button special">Special Edition High Quality [4.9mb]</a></li>
<li><a href="https://dpsbnewsletter.files.wordpress.com/2016/11/trigger-special-edition-optimised.pdf" target="_blank" class="button">Special Edition Normal Quality [602kb]</a></li>
</ul>
<ul class="actions">
<li><a href="https://dpsbnewsletter.files.wordpress.com/2016/11/newsletter-issue-2-final2.pdf" target="_blank" class="button special">Issue 2 High Quality [10.2mb]</a></li>
<li><a href="https://dpsbnewsletter.files.wordpress.com/2016/11/newsletter-issue-2-final-compressed.pdf" target="_blank" class="button">Issue 2 Normal Quality [1mb]</a></li>
</ul>
<ul class="actions">
<li><a href="https://dpsbnewsletter.files.wordpress.com/2016/06/newsletter-biv9-6f.pdf" target="_blank" class="button special">Newsletter Issue 1</a></li>
</ul>
</div>
</div>
</section>
<!-- Added extra "Contribute" by INS -->
<section id="contribute" class="main style2 special">
<div class="container">
<header class="major">
<h2>Want to contribute?</h2>
</header>
<p>Here you can send your work to us for it to have a chance of it being displayed in our next issue!</p>
<ul class="actions uniform">
<li><a href="https://goo.gl/forms/4VRcZak7L1m3NHQq1" target="_blank"class="button">Contribute</a></li>
<li><a href="https://goo.gl/forms/SDYDYAeHPzHNpS412" target="_blank" class="button special">Join Us</a></li>
<li><a href="https://goo.gl/forms/BdLGxxOndxhz8PK13" target="_blank" class="button">Donate</a></li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three" class="main style1 special">
<div class="container">
<header class="major">
<h2>Team Trigger</h2>
</header>
<p>Trigger is managed by the personnel listed below.</p>
<div class="row 150%">
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/purvi5.jpg" alt="The Editor in Chief!" /></span>
<h3>Purvi Ratnani</h3>
<p>Being the Founder-Editor, Purvi is the mastermind behind Trigger. Laughing almost aimlessly all the time, she loves to get things done and know new people. Debating makes her feel alive & poetry is her escape.</p>
<ul class="actions">
<li><a href="https://www.instagram.com/theelusivedawn/" target="_blank" class="button">More</a></li>
</ul>
</div>
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/inshaal.jpg" alt="Inshaal Uddin" /></span>
<h3>Inshaal Uddin</h3>
<p>The guy who helped designing Trigger from scratch: the coding geek of the team is none other than Inshaal! He gets all the techie stuff done (like he made this website) and is ever ready to answer all your tech. queries!</p>
<ul class="actions">
<li><a href="https://www.facebook.com/inshaal.uddin" target="_blank" class="button">More</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<span class="image fit"><img src="images/ojay.jpg" alt="Ojaswi Tiwari" /></span>
<h3>Ojaswi Tiwari</h3>
<p>Ojaswi, is the dude with the right attitude, the google to our questions. Most commonly found engrossed in his thoughts and his iPad, always hunting for information.</p>
<ul class="actions">
<li><a href="https://www.facebook.com/ojaswi.tiwari.14" target="_blank" class="button">More</a></li>
</ul>
</div>
</div>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section id="gm">
<span class="image fit"><img src="images/gm1.jpg" alt="GM Harshvardhan" /></span>
</section>
<h3>GM Harshvardhan</h3>
<p>GM Harshwardhan, known as GM in the team works in Trigger as the head editor, having to supervise the content and editing of every piece of work. He has a typing speed of 150wpm. He is the most sincere guy you'll ever see.</p>
<ul class="actions">
<li><a href="https://www.facebook.com/profile.php?id=100010142681449" target="_blank" class="button">More</a></li>
</ul>
</div>
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/shubhangi.jpg" alt="Shubhangi Adhikarla" /></span>
<h3>Shubhangi Adhikarla</h3>
<p>Shubhangi works for the writing and editing team of Trigger for current issue. A part time writer and a full time dreamer.
An introvert, she runs on caffeine and has a huge affinity with cats.</p>
<ul class="actions">
<li><a href="https://www.facebook.com/shubhangi.adhikarla" target="_blank" class="button">More</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<span class="image fit"><img src="images/nidhi.jpg" alt="Nidhi Lakhotia" /></span>
<h3>Nidhi Lakhotia</h3>
<p>Nidhi works for the writing and editing team of Trigger for current issue. A voracious reader and with a passion for writing prose and poetry alike, she loves to try something new and make friends.</p>
<ul class="actions">
<li><a href="https://www.instagram.com/lakhotia.nids/" target="_blank" class="button">More</a></li>
</ul>
</div>
</div>
<div class="row 150%">
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/kritika.jpg" alt="Kritika Agrawal" /></span>
<h3>Kritika Agrawal</h3>
<p>Kritika works for Trigger in the research and media team for current issue, a voracious reader who loves to explore things in each and every walks of life.</p>
<ul class="actions">
<li><a href="#four" class="button scrolly">More</a></li>
</ul>
</div>
<div class="4u 12u$(medium)">
<span class="image fit"><img src="images/soumya2.jpg" alt="Soumya Agrawal" /></span>
<h3>Soumya Agrawal</h3>
<p>Soumya works for the research and media team for Trigger in current issue. An introvert and a big wanderlust who has big dream with a positive mind and also who takes small thing too seriously. Dogs are life.</p>
<ul class="actions">
<li><a href="https://www.instagram.com/agrawal.soumya506/" target="_blank" class="button">More</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="main style2 special">
<div class="container">
<header class="major">
<h2>Sign up</h2>
</header>
<p>Sign up to get the latest updates about Trigger!</p>
<ul class="actions uniform">
<li><a href="http://goo.gl/forms/nTyfP7LQAGtvLinr1" target="_blank" class="button special">Sign Up</a></li>
</ul>
</div>
</section>
<!-- Added extra "Trigger's Gallery" option by INS -->
<section id="gallery" class="main style1 special">
<div class="container">
<header class="major">
<h2>Trigger's Gallery</h2>
</header>
<p>Want to see more of us? Follow the link below for all visuals of Trigger!</p>
<ul class="actions uniform">
<li><a href="https://goo.gl/photos/cqCvtfhrX521zZvF8" target="_blank" class="button special">View Photos</a></li>
<li><a href="#header" class="button scrolly">Scroll to top</a></li>
</ul>
</div>
</section>
<!-- Five -->
<!--
<section id="five" class="main style1">
<div class="container">
<header class="major special">
<h2>Elements</h2>
</header>
<section>
<h4>Text</h4>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<header>
<h4>Heading with a Subtitle</h4>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<header>
<h5>Heading with a Subtitle</h5>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h4>Lists</h4>
<div class="row">
<div class="6u 12u$(medium)">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<div class="row">
<div class="6u 12u$(medium)">
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="6u 12u$(medium)">
<ul class="actions vertical">
<li><a href="#" class="button special fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button big">Big</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button fit">Fit</a></li>
<li><a href="#" class="button special fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button special fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
<li><a href="#" class="button special fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button special icon fa-download">Icon</a></li>
<li><a href="#" class="button icon fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button special disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="12u$">
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal</label>
</div>
<div class="4u$ 12u$(small)">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="6u 12u$(small)">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="6u$ 12u$(small)">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="12u$">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<div class="box alt">
<div class="row uniform 50%">
<div class="12u"><span class="image fit"><img src="images/pic06.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</div>
</section>
-->
<!-- Footer -->
<section id="footer">
<ul class="icons">
<!--<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>-->
<li><a href="https://facebook.com/dpsbnewsletter" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<!--<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li>-->
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Trigger</li><li>Designed using <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>