-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
428 lines (363 loc) · 16.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="DIT Computer Society, check here for events and info">
<meta name="author" content="Arthur Coll">
<title>DIT Computer Society</title>
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<!-- <link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" /> -->
<!-- CSS
================================================== -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnific popup css -->
<link rel="stylesheet" href="plugins/magnific-popup/dist/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="50">
<!-- Welcome Slider ==================================== -->
<section class="hero-area">
<div class="block">
<img src = 'img/LogoMainWeb4.png' height="20%" width="20%">
<h1>DIT Computer Society</h1>
<p></p>
<a data-scroll href="#portfolio" class="btn btn-transparent">Explore Us</a>
</div>
</section>
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar navigation">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<a class="navbar-brand logo" href="#body">
<!-- <img src="images/logo.png" alt="Website Logo" /> -->
<img src="img/LogoMainWeb6.png"/>
</a>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right" role="Navigation">
<ul id="nav" class="nav navbar-nav navigation-menu">
<li><a data-scroll href="#body">Home</a></li>
<li><a data-scroll href="#about">About Us</a></li>
<li><a data-scroll href="#portfolio">Photos</a></li>
<li><a data-scroll href="#blog">Events</a></li>
<li><a data-scroll href="#footer">Contact</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!--
Start About Section
==================================== -->
<section id='about' class="bg-one about section">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="1500ms" >
<h2>About <span class="color">Us</span> </h2>
<div class="border"></div>
</div>
<!-- /section title -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" >
<div class="block">
<div class="icon-box">
<i class="fas fa-code"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3 class="ddd">Workshops</h3>
<p>We run weekly events, from practical skills based workshops to Tech talks hosted by leading Tech companies. Want to learn Python, Go, Web Dev? Then our workshops are perfect for you.</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="250ms">
<div class="block">
<div class="icon-box">
<i class="fas fa-server"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3>Equipment & Services</h3>
<p> Our members have access to loads of equipment like the servers and computers in the Workshop. We also provide free webhosting, email, databases, virtual machines and much more</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="500ms">
<div class="block kill-margin-bottom">
<div class="icon-box">
<i class="fas fa-users"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3>Social</h3>
<p> Get to meet new people, with similar interests to yourself. We host regular social events in places like the hangout and we regularly meet with other Computer Societies as well. </p>
</div>
</div>
</div>
<!-- End About item -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!-- Start Portfolio Section
=========================================== -->
<section class="portfolio section" id="portfolio">
<div class="container">
<div class="row " >
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center">
<h2>Our <span class="color">Photos</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
</div> <!-- /end col-lg-12 -->
</div> <!-- end row -->
<div class="row portfolio-items-wrapper">
<div class="mix col-md-4 design">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\RiotGames2.jpeg.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\RiotGames2.jpeg.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 design">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\SISTEM3.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\SISTEM3.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 design development">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\PythonBeginners.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\PythonBeginners.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 photography development">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\SISTEM5.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\SISTEM5.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 design">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\SISTEM6.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\SISTEM6.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 photography" >
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\SISTEM7.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\SISTEM7.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 design">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\RiotGames.jpeg.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\RiotGames.jpeg.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 design">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\PythonBeginner2.JPG.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\PythonBeginner2.JPG.webp" alt="">
</a>
</div>
</div>
</div>
<div class="mix col-md-4 photography development">
<div class="portfolio-block">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="img\EGM.jpg.webp" data-lightbox="image-1">
<img class="img-responsive" src="img\EGM.jpg.webp" alt="">
</a>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</section> <!-- End section -->
<!--
Start Blog Section
=========================================== -->
<section id="blog" class="section">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center wow fadeInDown">
<h2> Our <span class="color">Events</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
<div class="clearfix">
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img src="img/blog/hubspot.png" alt="amazing caves coverimage" class="img-responsive">
</div>
<div class="content">
<h3><a href="">Hubspot Talk</a></h3>
<p>Hear from a senior engineer at Hubspot and a former DIT student! This talk will be held on Wednesday, March 6, in KA 3-011, at 18.00. Colin Graham, a senior backend engineer at Hubspot, will discuss "A Day in the Life of an Engineer at Hubspot". Before joining Hubspot, he built tools for airlines, banks and bookies. He's fond of bullet points and maths, and loves it when a distributed system comes together!</p>
<!-- <a class="btn btn-transparent" href="#">Read more</a> -->
</div>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img src="img/sistem.jpg.webp" alt="amazing caves coverimage" class="img-responsive">
</div>
<div class="content">
<h3><a href="">SISTEM</a></h3>
<p>SISTEM is a meetup style conference run by students, for students. SISTEM helps provide a link between students and those in the world of tech and enterprise in a casual meetup environment.
Building on the foundations of the inaugural event in 2018, SISTEM 2019 promises to cater for multiple skills levels on the day, with speakers from an array of different companies, as well as workshops, a live tech panel, and lightning talks!</p>
<!-- <a class="btn btn-transparent" href="#">Read more</a> -->
</div>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="400ms">
<div class="post-block">
<div class="media-wrapper">
<img src="img/blog/demonware.png" alt="amazing caves coverimage" class="img-responsive">
</div>
<div class="content">
<h3><a href="">Demonware Workshop</a></h3>
<p>On Wednesday the 3rd of April Comp Soc will be hosting a workshop on MicroPython delivered by Max Vizard and Demonware Employees.
A Laptop and a micro USB cable will be required. This will be in room KA-1016 from 6.00-7.30Pm.
Demonware is a division of Activision the company behind titles such as Call of Duty and Skylanders.</p>
<!-- <a class="btn btn-transparent" href="#">Read more</a> -->
</div>
</div>
</article>
<!-- end single blog post -->
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section -->
<!-- Srart Contact Us
=========================================== -->
<div class="title text-center wow fadeInDown">
<h2> Get In <span class="color"> Touch </span></h2>
<div class="border"></div>
</div>
<!-- Google Map -->
<div class=" container google-map">
<div id="map-canvas"><iframe width="100%" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=Kevin%20Street%20DIT%20Dublin&key=AIzaSyDtkEFQBUpj6H7KlFkNo0yCNVMkPmbTxC0" allowfullscreen></iframe> </div>
</div>
<!-- /Google Map -->
</section> <!-- end section -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li><a href="https://www.facebook.com/DITCompSoc"><i class="tf-ion-social-facebook"></i></a></li>
<li><a href="https://twitter.com/ditnetsoc"><i class="tf-ion-social-twitter"></i></a></li>
<li><a href="mailto:[email protected]"><i class="tf-ion-social-google-outline"></i></a></li>
<li><a href="https://github.com/netsocDIT"><i class="tf-ion-social-github"></i></a></li>
<li><a href="https://www.linkedin.com/company/dit-netsoc/"><i class="tf-ion-social-linkedin"></i></a></li>
</ul>
</div>
<!--/. End Footer Social Links -->
<!-- copyright -->
<div class="copyright text-center">
<a href="index.html">
<!-- <img src="images/logo-meghna.png" alt="Meghna" /> -->
<img src="img/LogoMainWeb6.png" />
</a>
<br />
<p>Design And Developed by Arthur Coll. Copyright © <script>document.write(new Date().getFullYear())</script>. All Rights Reserved.
<br>Get More <a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Free Bootstrap Templates</a>
</p>
</div>
<!-- /copyright -->
</div> <!-- end col lg 12 -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script type="text/javascript" src="plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script type="text/javascript" src="plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Slick Carousel -->
<script type="text/javascript" src="plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Smooth Scroll -->
<script type="text/javascript" src="plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<!-- Magnific popup -->
<script type="text/javascript" src="plugins/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Google Map API -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Sticky Nav -->
<script type="text/javascript" src="plugins/Sticky/jquery.sticky.js"></script>
<!-- wow.min Script -->
<script type="text/javascript" src="plugins/wow/dist/wow.min.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>