-
Notifications
You must be signed in to change notification settings - Fork 13
/
event.html
360 lines (301 loc) · 18.7 KB
/
event.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Primary Meta Tags -->
<title>Events | NetX Club</title>
<meta name="title" content="Events | NetX Club">
<meta name="description" content="𝐓𝐫𝐢𝐬𝐤𝐞𝐥𝐢𝐨𝐧 was one of a kind event that had taken the participants behind the scenes to help them learn how to organize an event. A week long competitive and learning experience with three rounds. Right from the planning and organizing, which is round 1, to designing and editing the poster, round 2, and to documenting the event, round 3, we made a round trip to explore and experience everything BTS. It helped the particicpants to understand everything that goes into conducting a successful event.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.netx.club/event.html">
<meta property="og:title" content="Events | NetX Club">
<meta property="og:description" content="𝐓𝐫𝐢𝐬𝐤𝐞𝐥𝐢𝐨𝐧 was one of a kind event that had taken the participants behind the scenes to help them learn how to organize an event. A week long competitive and learning experience with three rounds. Right from the planning and organizing, which is round 1, to designing and editing the poster, round 2, and to documenting the event, round 3, we made a round trip to explore and experience everything BTS. It helped the particicpants to understand everything that goes into conducting a successful event.">
<meta property="og:image" content="images/resource/event-3.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.netx.club/event.html">
<meta property="twitter:title" content="Events | NetX Club">
<meta property="twitter:description" content="𝐓𝐫𝐢𝐬𝐤𝐞𝐥𝐢𝐨𝐧 was one of a kind event that had taken the participants behind the scenes to help them learn how to organize an event. A week long competitive and learning experience with three rounds. Right from the planning and organizing, which is round 1, to designing and editing the poster, round 2, and to documenting the event, round 3, we made a round trip to explore and experience everything BTS. It helped the particicpants to understand everything that goes into conducting a successful event.">
<meta property="twitter:image" content="images/resource/event-3.jpg">
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script type="text/javascript">
(function() {
var css = document.createElement('link');
css.href = 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
css.rel = 'stylesheet'; css.type = 'text/css';
document.getElementsByTagName('head')[0].appendChild(css);
})();
</script>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header / Header Style Two-->
<header class="main-header header-style-two">
<!--Header-Upper-->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo">
<a href="index.html"><img src="images/netx/netx110x65.png" alt="" title=""></a>
</div>
</div>
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" onclick="myFunction(this)" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar icon1"></span>
<span class="icon-bar icon2"></span>
<span class="icon-bar icon3"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/netx/netx-light110x65.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<button class="navbar-toggler" onclick="myFunction(this)" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar icon1"></span>
<span class="icon-bar icon2"></span>
<span class="icon-bar icon3"></span>
</button>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</nav>
<!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<!--Page Title-->
<section class="page-title" style="background-image:url(images/background/7.png)">
<div class="auto-container">
<div class="content">
<h1>Our <span>Events</span></h1>
<ul class="page-breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Events</li>
</ul>
</div>
</div>
</section><br><br>
<!--End Page Title-->
<!-- 4th event-->
<section class="about-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image-3"><img src="images/resource/event-4.png" alt=""></div>
</div>
</div>
<!--Content Column-->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>Hacktoberfest</h3>
</div>
<div class="bold-text1">For an Open Source lover, October is all about Hacktoberfest. NetX is all geared up to be part of something true to it's core.<br>To know more about Hacktoberfest, <a href="https://hacktoberfest.netx.club" target="_blank">click here</a>.<br>Are you ready to contribute? Check out our repos <a href="https://github.com/netxmace/Hacktoberfest-Contributers.git" target="_blank">Contributers</a> &
<a href="https://github.com/netxmace/Resource_Library" target="_blank">Resources</a>.</div>
</div>
</div>
</div>
</div>
</section>
<!-- End 3rd event -->
<!-- 3rd event-->
<section class="about-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image-3"><img src="images/resource/event-3.jpg" alt=""></div>
</div>
</div>
<!--Content Column-->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>Triskelion</h3>
</div>
<div class="bold-text1">NetX Triskelion was one of a kind event that had taken the participants behind the scenes to help them learn how to organize an event. A week long competitive and learning experience with three rounds. Right from the planning and organizing, which is round 1, to designing and editing the poster, round 2, and to documenting the event, round 3, we made a round trip to explore and experience everything BTS. It helped the particicpants to understand everything that goes into conducting a successful event.</div>
</div>
</div>
</div>
</div>
</section>
<!-- End 3rd event -->
<!-- 2nd Event -->
<section class="about-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image-3"><img src="images/resource/event-2.jpg" alt=""></div>
</div>
</div>
<!--Content Column-->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>Learning C</h3>
</div>
<div class="bold-text1">“Necessity is the mother of inventions”, this event wasn’t an invention as such, but on the latter was organized off a necessity. Our third years from the ECE department had to appear for an exam on C language in a few weeks, but many were alien to the subject. The event aimed at equipping our friends for the exam and for future endeavours rooting from C.</div>
</div>
</div>
</div>
</div>
</section>
<!-- End 2nd event-->
<!-- 1st event -->
<section class="about-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image-3"><img src="images/resource/event-1.jpg" alt=""></div>
</div>
</div>
<!--Content Column-->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>NetX Hackathon</h3>
</div>
<div class="bold-text1">Was an event that rooted from a need to mingle among its members, being a newly formed club. While breaking the ice, we had a ton of fun learning and creating something new as a team. </div>
</div>
</div>
</div>
</div>
</section>
<!-- End 1st event -->
<div class="box">
<footer class="main-footer style-two">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-7 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="index.html"><img src="images/netx/netx-light110x65.png" alt="" height="150px" width="150px" /></a>
</div>
<div class="text">A community of students passionate about growth through learning, primarily focusing on Free and Open Source Software.<br><b>Learn.Develop.Deploy</b></b></div>
<ul class="list-style-one">
<li style="font-style:italic;"> For Queries, Mail us at</li>
<li><span class="fa fa-envelope"></span> [email protected]</li>
<li><span class=" fa fa-map-marker fa-2x"></span> <a href = https://goo.gl/maps/D9VdKvr6KFp3vWbu5> Mar Athanasius College of Engineering, Kothamangalam</a></li>
</li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-5 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>Links</h4>
<ul class="list-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="event.html#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</div>
</div>
</div>
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<div class="contact">
<h4>Connect Us</h4>
<ul class="list">
<li><a href="https://facebook.com/netxclub" target="_blank"><span class="fa fa-facebook-square fa-4x"></span></a></li>
<li><a href="https://linkedin.com/company/netxclub" target="_blank"><span class="fa fa-linkedin-square fa-4x"></span></a></li>
<li><a href="https://github.com/netxmace" target="_blank"><span class="fa fa-github-square fa-4x"></span></a></li>
<li><a href="https://instagram.com/netxclub" target="_blank"><span class="fa fa-instagram fa-4x"></span></a></li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
</div>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
</body>
</html>