forked from Code-The-Tech/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (339 loc) · 23.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title>CodeTheTech</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-grad-school.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/lightbox.css">
</head>
<body>
<!--header-->
<header class="main-header clearfix" role="header">
<div class="logo">
<img src="https://assets.hackclub.com/icon-rounded.svg" class="hack-logo">
<a href="https://hackclub.com" class="hc-logo">Hack Club</a>
</div>
<a href="#menu" class="menu-link"><i class="fa fa-bars"></i></a>
<nav id="menu" class="main-nav" role="navigation">
<ul class="main-menu">
<li><a href="#section1">Home</a></li>
<li><a href="#section2">About Us</a></li>
<li><a href="donation.html">Donation</a></li>
</ul>
</nav>
</header>
<!-- Hi, added by shreeya rani -->
<!-- ***** Main Banner Area Start ***** -->
<section class="section main-banner" id="top" data-section="section1">
<video autoplay muted loop id="bg-video">
<source src="assets/images/Untitled video - Made with Clipchamp (2).mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text">
<div class="caption">
<h2><em>CodeThe</em>Tech</h2>
<div class="main-button">
<p><a href="events.html">Events</a></p>
</div>
</div>
</div>
</section>
<!-- ***** Main Banner Area End ***** -->
<section class="features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<div class="features-post">
<div class="features-content">
<div class="content-show">
<h4>Why to Join?</h4>
</div>
<div class="content-hide">
<p>We at CodeTheTech hackclub provide ultra benefits and promote all kind of passion. By joining our club you'll be not only interacting with people of similar interests accross the globe but you will also be provided with a platform to learn from each other.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post">
<div class="features-content">
<div class="content-show">
<h4>Perks</h4>
</div>
<div class="content-hide">
<p>We provide a community of like-minded people, a discord platfrom to connect, mentorship programs, hackathons, code nights, sprig game consoles, activity channels on discord, slack community, official hackclub stickers and a lot more!</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post">
<div class="features-content">
<div class="content-show">
<h4>Events</h4>
</div>
<div class="content-hide">
<p>We conduct time-to-time events where we play games, create amazing applications and have a lot of fun. The last event was in december which was officially conducted by Hackclub, called Epoch.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section why-us" data-section="section2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Introduction</h2>
</div>
</div>
<div class="col-md-12">
<div id='tabs'>
<ul>
<li><a href='#tabs-1'>Code The Tech</a></li>
<li><a href='#tabs-2'>Hackclub</a></li>
</ul>
<section class='tabs-content'>
<article id='tabs-1'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/BMC_9019.jpg" alt="">
</div>
<div class="col-md-6">
<h4><em>Code The </em>Tech</h4>
<p>CodeTheTech is a Hackclub founded by Shrey Mehra and Shreeya Rani, based in Uttarakhand, India, and associated with Hackclub. The club provides a platform for young tech enthusiasts to learn, create, and innovate. By joining CodeTheTech Hackclub, members can interact with like-minded people from across the globe and explore their passion for technology.</p>
</div>
</div>
</article>
<article id='tabs-2'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/BMC_8958.jpg" alt="">
</div>
<div class="col-md-6">
<h4>Hackclub</h4>
<p><a href="https://hackclub.com">Hackclub</a> is a non-profit organization founded by Zach Latta that aims to empower and inspire young people to become creators rather than just consumers of technology. The organization believes that the best way to learn to code is by building and creating projects, and provides a supportive community of like-minded individuals to help members learn and grow. Through workshops, mentorship, hackathons, and a global community of makers, Hackclub provides young people with the tools and resources they need to start building and creating their own technology projects.</p>
</div>
</div>
</article>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- Activities Section -->
<section class="section courses" data-section="section4">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2 style="margin-top: 0px">Activities</h2>
</div>
</div>
<div class="row">
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://sprig.hackclub.com/">
<span class="link"></span>
</a>
<svg fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" xmlns="http://www.w3.org/2000/svg" aria-label="post" viewBox="0 0 32 32" preserveAspectRatio="xMidYMid meet" fill="currentColor" width="36" height="36">
<g>
<path d="M26.957,4.886c-0.39,-0.391 -1.024,-0.391 -1.414,0l-10.896,10.896c-0.593,0.593 -1.07,1.291 -1.407,2.058l-0.003,0.006c-0.307,0.7 0.403,1.413 1.104,1.11c0.777,-0.337 1.484,-0.817 2.083,-1.416l10.886,-10.887c0.391,-0.39 0.391,-1.023 0,-1.414l-0.353,-0.353Zm-8.039,3.245c0.311,0.032 0.622,-0.071 0.843,-0.292l0.737,-0.737c0.274,-0.274 0.145,-0.736 -0.236,-0.804c-1.184,-0.21 -2.592,-0.298 -4.262,-0.298c-8,0 -10,2 -10,10c0,8 2,10 10,10c8,0 10,-2 10,-10c0,-1.507 -0.071,-2.801 -0.24,-3.909c-0.059,-0.39 -0.53,-0.529 -0.808,-0.251l-0.757,0.757c-0.215,0.215 -0.319,0.517 -0.293,0.821c0.064,0.734 0.098,1.587 0.098,2.582c0,4.015 -0.55,5.722 -1.414,6.586c-0.864,0.864 -2.572,1.414 -6.586,1.414c-4.014,0 -5.722,-0.55 -6.586,-1.414c-0.864,-0.864 -1.414,-2.571 -1.414,-6.586c0,-4.014 0.55,-5.721 1.414,-6.585c0.864,-0.864 2.572,-1.415 6.586,-1.415c1.151,0 2.112,0.046 2.918,0.131Z"></path>
</g>
</svg>
<div class="title-activities">
<h4>Sprig</h4>
<p class="des-activities">A JavaScript web-based game editor</p>
<a href="https://sprig.hackclub.com/">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://muse.hackclub.com/">
<span class="link"></span>
</a>
<svg fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" xmlns="http://www.w3.org/2000/svg" aria-label="list" viewBox="0 0 32 32" preserveAspectRatio="xMidYMid meet" fill="currentColor" width="36" height="36"><path d="M10 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM25 10c0 .552-.392 1-.875 1h-11.25c-.483 0-.875-.448-.875-1s.392-1 .875-1h11.25c.483 0 .875.448.875 1zM10 16a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM25 16c0 .552-.392 1-.875 1h-11.25c-.483 0-.875-.448-.875-1s.392-1 .875-1h11.25c.483 0 .875.448.875 1zM10 22a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zM25 22c0 .552-.392 1-.875 1h-11.25c-.483 0-.875-.448-.875-1s.392-1 .875-1h11.25c.483 0 .875.448.875 1z"></path></svg>
<div class="title-activities">
<h4>Muse</h4>
<p class="des-activities">Music programming language</p>
<a href="https://muse.hackclub.com/">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://workshops.hackclub.com/">
<span class="link"></span>
</a>
<svg fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" xmlns="http://www.w3.org/2000/svg" aria-label="idea" viewBox="0 0 32 32" preserveAspectRatio="xMidYMid meet" fill="currentColor" width="36" height="36"><g><path d="M15,4c0,-0.552 0.448,-1 1,-1c0.552,0 1,0.448 1,1l0,2c0,0.552 -0.448,1 -1,1c-0.552,0 -1,-0.448 -1,-1l0,-2Zm-5.879,2.707c-0.39,-0.39 -1.023,-0.39 -1.414,0c-0.39,0.391 -0.39,1.024 0,1.414l1.414,1.415c0.391,0.39 1.024,0.39 1.415,0c0.39,-0.391 0.39,-1.024 0,-1.415l-1.415,-1.414Zm9.688,11.72c0.732,-0.786 1.191,-1.881 1.191,-3.251c0,-2.361 -1.845,-4.176 -4,-4.176c-2.155,0 -4,1.815 -4,4.176c0,1.537 0.335,2.397 1.168,3.224c0.86,0.854 1.674,2.086 1.812,3.6l2.046,0c0.158,-1.539 1.024,-2.757 1.783,-3.573Zm1.464,1.363c-0.703,0.754 -1.273,1.677 -1.273,2.708c0,0.829 -0.672,1.502 -1.502,1.502l-2.95,0c-0.855,0 -1.548,-0.693 -1.548,-1.548c0,-1.009 -0.525,-1.922 -1.241,-2.633c-1.295,-1.286 -1.759,-2.704 -1.759,-4.643c0,-3.411 2.686,-6.176 6,-6.176c3.314,0 6,2.765 6,6.176c0,1.841 -0.628,3.433 -1.727,4.614Zm-3.509,5.21c0.758,0 0.777,0.126 0.046,0.327l-3.45,0.949c-0.182,0.049 -0.36,-0.088 -0.36,-0.276c0,-0.218 0.07,-0.42 0.189,-0.585c0.089,-0.123 0.232,-0.19 0.378,-0.23l0.565,-0.151c0.084,-0.023 0.171,-0.034 0.258,-0.034l2.374,0Zm-3.762,2.534c0.027,0.386 0.474,0.514 0.847,0.414l4.603,-1.234c0.323,-0.086 0.548,-0.379 0.548,-0.714c0,-0.265 -0.287,-0.391 -0.543,-0.322l-5.143,1.378c-0.185,0.049 -0.314,0.217 -0.314,0.409c0,0.023 0.001,0.046 0.002,0.069Zm3.515,1.466c0.088,0 0.175,-0.012 0.259,-0.034l1.137,-0.305c0.105,-0.028 0.205,-0.073 0.296,-0.134l0.346,-0.23c0.278,-0.186 0.445,-0.498 0.445,-0.832c0,-0.066 -0.062,-0.114 -0.126,-0.097l-4.587,1.23c-0.109,0.029 -0.132,0.172 -0.039,0.234c0.164,0.11 0.357,0.168 0.555,0.168l1.714,0Zm8.018,-22.293c-0.39,-0.39 -1.023,-0.39 -1.414,0l-1.414,1.414c-0.39,0.391 -0.39,1.024 0,1.415c0.391,0.39 1.024,0.39 1.414,0l1.415,-1.415c0.39,-0.39 0.39,-1.023 0,-1.414Zm2.464,7.293c0.552,0 1,0.448 1,1c0,0.552 -0.448,1 -1,1l-2,0c-0.552,0 -1,-0.448 -1,-1c0,-0.552 0.448,-1 1,-1l2,0Zm-19,1c0,-0.552 -0.448,-1 -1,-1l-2,0c-0.552,0 -1,0.448 -1,1c0,0.552 0.448,1 1,1l2,0c0.552,0 1,-0.448 1,-1Z"></path></g></svg>
<div class="title-activities">
<h4>Workshop</h4>
<p class="des-activities">Learn programming and create fun projects with short, in-depth workshops</p>
<a href="https://workshops.hackclub.com/">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://hackathons.hackclub.com/">
<span class="link"></span>
</a>
<svg fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" xmlns="http://www.w3.org/2000/svg" aria-label="crosshairs" viewBox="0 0 32 32" preserveAspectRatio="xMidYMid meet" fill="currentColor" width="36" height="36"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M26 16c0 5.523-4.477 10-10 10S6 21.523 6 16 10.477 6 16 6s10 4.477 10 10zm2 0c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12z"></path><path d="M16 11c-.552 0-1-.392-1-.875v-5.25c0-.483.448-.875 1-.875s1 .392 1 .875v5.25c0 .483-.448.875-1 .875zM16 28c-.552 0-1-.392-1-.875v-5.25c0-.483.448-.875 1-.875s1 .392 1 .875v5.25c0 .483-.448.875-1 .875zM11 16c0 .552-.392 1-.875 1h-5.25C4.392 17 4 16.552 4 16s.392-1 .875-1h5.25c.483 0 .875.448.875 1zM28 16c0 .552-.392 1-.875 1h-5.25c-.483 0-.875-.448-.875-1s.392-1 .875-1h5.25c.483 0 .875.448.875 1z"></path></g></svg>
<div class="title-activities">
<h4>Hackathons</h4>
<p class="des-activities">Find hackathons to attend</p>
<a href="https://hackathons.hackclub.com/">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://hackclub.com/slack">
<span class="link"></span>
</a>
<svg fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" xmlns="http://www.w3.org/2000/svg" aria-label="slack" viewBox="0 0 32 32" preserveAspectRatio="xMidYMid meet" fill="currentColor" width="36" height="36"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M16 6c5.1 0 7.247.576 8.336 1.665C25.425 8.754 26 10.9 26 16c0 5.1-.575 7.247-1.664 8.336C23.247 25.425 21.1 26 16 26s-7.247-.575-8.336-1.664C6.575 23.247 6 21.1 6 16s.575-7.247 1.664-8.335C8.753 6.576 10.9 6 16 6zm12 10C28 6 26 4 16 4S4 6 4 16s2 12 12 12 12-2 12-12z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.867 8a1.605 1.605 0 0 0-1.48.988 1.863 1.863 0 0 0 .001 1.224 1.598 1.598 0 0 0 1.479.988h1.6V9.6a1.596 1.596 0 0 0-.988-1.478A1.604 1.604 0 0 0 13.867 8zm0 4.267H9.6a1.604 1.604 0 0 0-1.479.988 1.596 1.596 0 0 0 .347 1.742 1.601 1.601 0 0 0 1.132.47h4.267a1.605 1.605 0 0 0 1.478-.989A1.596 1.596 0 0 0 15 12.736a1.602 1.602 0 0 0-1.132-.47zM24 13.867a1.596 1.596 0 0 0-.987-1.478 1.605 1.605 0 0 0-1.745.347 1.597 1.597 0 0 0-.468 1.13v1.6h1.6a1.605 1.605 0 0 0 1.479-.988c.08-.194.121-.402.121-.611zm-4.267 0V9.6a1.863 1.863 0 0 0-.987-1.478 1.605 1.605 0 0 0-1.745.347 1.6 1.6 0 0 0-.468 1.131v4.267a1.596 1.596 0 0 0 .987 1.477 1.605 1.605 0 0 0 1.226 0 1.601 1.601 0 0 0 .987-1.477zM18.133 24a1.603 1.603 0 0 0 1.6-1.6 1.595 1.595 0 0 0-.987-1.478 1.605 1.605 0 0 0-.613-.122h-1.6v1.6a1.597 1.597 0 0 0 1.6 1.6zm0-4.267H22.4a1.605 1.605 0 0 0 1.479-.988 1.596 1.596 0 0 0-.347-1.742 1.6 1.6 0 0 0-1.132-.47h-4.267a1.605 1.605 0 0 0-1.478.989A1.596 1.596 0 0 0 17 19.264a1.602 1.602 0 0 0 1.132.47zM8 18.133a1.596 1.596 0 0 0 1.6 1.6 1.605 1.605 0 0 0 1.479-.988c.08-.194.121-.402.121-.612v-1.6H9.6a1.605 1.605 0 0 0-1.479.989c-.08.194-.121.402-.121.611zm4.267 0V22.4a1.595 1.595 0 0 0 .987 1.478 1.603 1.603 0 0 0 1.745-.347 1.6 1.6 0 0 0 .468-1.131v-4.266a1.597 1.597 0 0 0-1.6-1.6 1.603 1.603 0 0 0-1.6 1.6z"></path></g></svg>
<div class="title-activities">
<h4>Slack</h4>
<p class="des-activities">Be part of a fun, technically-diverse and supportive community on Slack</p>
<a href="https://hackclub.com/slack">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="activities">
<div class="content-activities" style="padding: 30px;">
<a href="https://discord.gg/Nzs6VSqNRu">
<span class="link"></span>
</a>
<svg width="32px" height="32px" viewBox="0 -28.5 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <path d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z" fill="#292929" fill-rule="nonzero"> </path> </g> </g></svg>
<div class="title-activities">
<h4>Discord</h4>
<p class="des-activities">Be part of a fun, technically-diverse and supportive community on Discord</p>
<a href="https://discord.gg/Nzs6VSqNRu">Check Out <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Epoch Video Section -->
<section class="section video" data-section="section5">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="left-content">
<span>Presenting to you</span>
<h4>The Amazing <em>Epoch</em></h4>
<p>Epoch was a highly anticipated hackathon event that took place from December 31st, 2022 to January 1st, 2023 in the bustling city of Delhi NCR. Organized by Hackclub, the event was a grand success that brought together some of the brightest young minds from all across the globe.
<br>
<br>
Epoch was not just about coding and building innovative projects. It was also an opportunity for the teen hackers to learn from each other, share their experiences, and build new connections. The hackathon featured several interactive workshops, talks, and networking sessions that allowed the participants to interact with each other.
</p>
<div class="main-button"><a rel="nofollow" href="https://www.youtube.com/watch?v=KLx4NZZPzMc" target="_parent">YouTube URL</a></div>
</div>
</div>
<div class="col-md-6">
<article class="video-item">
<figure>
<a href="https://www.youtube.com/watch?v=KLx4NZZPzMc"><img src="assets/images/epoch (2).jpg"></a>
</figure>
</article>
</div>
</div>
</div>
</section>
<section class="section contact" data-section="section6">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
</div>
</div>
<div class="col-md-6 map">
<div id="map">
<iframe src="https://hackclub.com/map/" width="100%" height="422px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Contact Us-
<a href="mailto:[email protected]">[email protected]</a></p>
<p><i class="fa fa-copyright"></i> Copyright 2023 by CodeTheTech
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/video.js"></script>
<script src="assets/js/slick-slider.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$('.nav li:first').addClass('active');
var showSection = function showSection(section, isAnimate) {
var
direction = section.replace(/#/, ''),
reqSection = $('.section').filter('[data-section="' direction '"]'),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$('body, html').animate({
scrollTop: reqSectionPos },
800);
} else {
$('body, html').scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$('.section').each(function () {
var
$this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var
currentId = $this.data('section'),
reqLink = $('a').filter('[href*=\\#' currentId ']');
reqLink.closest('li').addClass('active').
siblings().removeClass('active');
}
});
};
$('.main-menu, .scroll-to-section').on('click', 'a', function (e) {
if($(e.target).hasClass('external')) {
return;
}
e.preventDefault();
$('#menu').removeClass('active');
showSection($(this).attr('href'), true);
});
$(window).scroll(function () {
checkSection();
});
</script>
</body>
</html>