forked from teknackgaming/teknack-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
726 lines (683 loc) · 38.7 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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Teknack is a Gaming Studio run by ACM-DBIT Student Chapter. Teknack is one of the amazing battlefields provided by ACM for students of not just DBIT but
also of other colleges to boost up their creative skills and pump up their technical skills.">
<meta name="keywords" content="teknack, gaming, studio, dbit, acm, mumbai, technak, tecknak, technack, tecknack">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:image" content="https://dbit.acm.org/teknack/img/favicon/android-chrome-512x512.png">
<meta property="og:description" content="Teknack is a Gaming Studio run by ACM-DBIT Student Chapter. Teknack is one of the amazing battlefields provided by ACM for students of not just DBIT but
also of other colleges to boost up their creative skills and pump up their technical skills.">
<meta property="og:title" content="Teknack Gaming Studio - Official Website">
<title>Teknack Gaming Studio | ACM-DBIT</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4LG3JX454M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4LG3JX454M');
</script>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="header__logo">
<a href="index.html"><img src="img/tk-logo.png" alt="Teknack Logo"></a>
</div>
</div>
<div class="col-lg-10">
<div class="header__nav__option">
<nav class="header__nav__menu mobile-menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="games.html">Games</a>
<ul class="dropdown">
<li><a href="teknack-2022.html">Teknack 2022</a></li>
<li><a href="teknack-2021.html">Teknack 2021</a></li>
<li><a href="teknack-2020.html">Teknack 2020</a></li>
<li><a href="teknack-2019.html">Teknack 2019</a></li>
</ul>
</li>
<!-- <li><a href="leaderboard.html">2022 LeaderBoard</a></li> -->
<li><a href="hall-of-fame.html">Hall of Fame</a>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="header__nav__social">
<a href="https://www.instagram.com/acmdbitt/"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/acm-dbit"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/ACMDBIT/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/acmdbit"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Hero Section Begin -->
<section class="hero">
<div class="hero__slider owl-carousel">
<div class="hero__item set-bg" data-setbg="img/hero/bg-teknack2.jpg">
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: blueviolet; opacity: 0.5;">
</div>
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black; opacity: 0.6;">
</div>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6 col-sm-12 ">
<div class="hero__text">
<span>ACM-DBIT Presents</span>
<h2>Teknack</h2>
<a href="about.html" class="primary-btn">About Us</a>
</div>
</div>
<div class="col-lg-6 img-fluid d-none d-md-block">
<img src="img/teknacklogo-white-02.png" style="width: 50%;height: auto;" alt="Teknack Logo">
</div>
</div>
</div>
</div>
<div class="hero__item set-bg" data-setbg="img/hero/bg-teknack2.jpg">
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: blueviolet; opacity: 0.5;">
</div>
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black; opacity: 0.6;">
</div>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<div class="hero__text">
<span>India's First College-based Gaming Studio</span>
<h2>Teknack</h2>
<a href="games.html" class="primary-btn">Our Games</a>
</div>
</div>
<div class="col-lg-6 d-none d-md-block">
<img src="img/teknacklogo-white-02.png" style="width: 50%;height: auto;" alt="Teknack Logo">
</div>
</div>
</div>
</div>
<div class="hero__item set-bg" data-setbg="img/hero/bg-teknack2.jpg">
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: blueviolet; opacity: 0.5;">
</div>
<div
style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black; opacity: 0.6;">
</div>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<div class="hero__text">
<span>For aspiring, young game developers</span>
<h2>Teknack</h2>
<a href="games.html" class="primary-btn">Our Games</a>
</div>
</div>
<div class="col-lg-6 img-fluid d-none d-md-block">
<img src="img/teknacklogo-white-02.png" style="width: 50%;height: auto;" alt="Teknack Logo">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="callto spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="position: relative;">
<div style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;">
</div>
<div class="container">
<div class="row text-center justify-content-center">
<div class="callto__text col-md-8 mt-5" style="vertical-align: middle;">
<h2>Teknack 2022 is coming! Want to be part of our Team and develop your game?!</h2>
<a class="primary-btn mt-3" aria-disabled="true" disabled style="color: #eee;">Registerations
Closed!</a>
</div>
<div class="col-md-4">
<img src="img/teknacklogo-white-02.png" style="width: 80%;" alt="Teknack Logo">
</div>
</div>
</div>
</section> -->
<section class="spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="position: relative;">
<div style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;">
</div>
<!-- <div class="container">
<div class="row text-center justify-content-center">
<div class="col" style="vertical-align: middle;">
<h2 style="color: #fff;font-weight: 700;">TEKNACK 2022</h2>
</div>
</div>
<div class="row text-center mt-5">
<img src="img/teknack-2022.webp" alt="Teknack 2022" style="z-index: 100;">
<div class="col-md-6">
<h3 style="color:#fff; margin-bottom: 22px; line-height: 55px;">Housie Night !</h3>
<a href="https://forms.gle/YyhtyvP8wEWXx1uYA"><img class="mb-4" style="height: 22rem;" src="img/2022-Events/Housie-Night.jpeg" alt="2022 Housie-Night"><br></a>
<a href="https://forms.gle/YyhtyvP8wEWXx1uYA" class="primary-btn">Register Now</a>
</div>
<div class="col-md-6">
<h3 style="color:#fff; margin-bottom: 22px; line-height: 55px;">Chess Relay</h3>
<a href="https://forms.gle/S859DFQtRuFJkgsD9"><img class="mb-4" style="height: 22rem;" src="img/2022-Events/Chess-Relay.jpeg" alt="2022 Chess-Relay"><br></a>
<a href="https://forms.gle/S859DFQtRuFJkgsD9" class="primary-btn">Register Now</a>
</div>
</div>
</div> -->
<!-- 2022 Winners -->
<!-- <div class="container mt-5 pt-5"> -->
<div class="container">
<div class="row justify-content-center">
<div class="row text-center justify-content-center">
<div class="col" style="vertical-align: middle;">
<h2 style="font-family: 'Play', sans-serif
; font-weight: 700; font-size: 36px; text-transform: uppercase; color: #fff; margin-bottom: 50px;">Teknack 2022 Winners</h2>
</div>
</div>
<div class="col-xs-12 col-lg-12">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 justify-content-center mb-3">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h3>Best Game UI</h3>
</div>
</div>
<div style="display: flex;justify-content: center;align-items: center;">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.SkyGliders"
target="_blank" style="text-align: center;">
<img src="img/logos-22/SkyGliders.webp"
style="width: 40%;margin:auto;margin-bottom: 20px;" alt="Sky Gliders">
</a>
</div>
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.SkyGliders"
target="_blank">
<h4>Sky Gliders</h4>
</a>
<span>Likla Sinha, Shambhuraj Dhanawade, Gaurav Samanta</span>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 justify-content-center mb-3">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h3>Best GamePlay</h3>
</div>
</div>
<div style="display: flex;justify-content: center;">
<a href="https://teknack.itch.io/dawn-of-survival"
target="_blank" style="text-align: center;">
<img src="img/logos-22/DawnOfSurvival.webp" alt="DawnOfSurvival"
style="width: 40%;margin-bottom: 20px;">
</a>
</div>
<div class="portfolio__item__text">
<a href="https://teknack.itch.io/dawn-of-survival"
target="_blank">
<h4>Dawn of Survival</h4>
</a>
<span>Ambuj Pandey, Siddhant Naidu</span>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 justify-content-center mb-3">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h3>Best Game Concept</h3>
</div>
</div>
<div style="display: flex;justify-content: center;">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.RescueBud"
target="_blank" style="text-align: center;">
<img src="img/logos-22/RescueBud.webp" alt="RescueBud"
style="width: 40%;margin-bottom: 20px;">
</a>
</div>
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.RescueBud"
target="_blank">
<h4>RescueBud</h4>
</a>
<span>Manish Shingre, Sahil Shelke, Bipin Giri</span>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 justify-content-center mb-3">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h3>People's Choice</h3>
</div>
</div>
<div style="display: flex;justify-content: center;">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.PerilousWays"
target="_blank" style="text-align: center;">
<img src="img/logos-22/PerilousWays.webp" alt="WaveSurfer"
style="width: 40%;margin-bottom: 20px;">
</a>
</div>
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.PerilousWays"
target="_blank">
<h4>Perilous Ways</h4>
</a>
<span>Erica Dsouza, Lavena Babu, Gauri Malpani</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="services spad">
<div class="container">
<div class="row justify-content-center">
<div class="col-xs-12 justify-content-center">
<div class="services__title" style="text-align: center;">
<div class="section-title">
<span style="font-size: 40px;font-weight: 700;">Teknack Game Awards 2021</span>
</div>
</div>
</div>
<div class="col-xs-12 col-lg-12">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 justify-content-center">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h2>Best Game UI</h2>
</div>
</div>
<img src="img/logos-21/zenscape.png"
style="width: 50%;margin-left: 25%;margin-bottom: 20px;" alt="Zenscape">
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.Zenscape"
target="_blank">
<h4>Zenscape</h4>
</a>
<a href="https://play.google.com/store/apps/details?id=com.Teknack.Zenscape"
target="_blank"><span>Download</span></a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 justify-content-center">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h2>Best Game Design</h2>
</div>
</div>
<img src="img/logos-21/BattleOutpost.png" alt="BattleOutpost"
style="width: 50%;margin-left: 25%;margin-bottom: 20px;">
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.BattleOutpostLastgenicsTD"
target="_blank">
<h4>Battle Outpost</h4>
</a>
<a href="https://play.google.com/store/apps/details?id=com.Teknack.BattleOutpostLastgenicsTD"
target="_blank"><span>Download</span></a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 justify-content-center">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h2>Best Game Concept</h2>
</div>
</div>
<img src="img/logos-21/foodunk.jpg" alt="Foodunk"
style="width: 50%;margin-left: 25%;margin-bottom: 20px;">
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.Foodunk"
target="_blank">
<h4>Foodunk</h4>
</a>
<a href="https://play.google.com/store/apps/details?id=com.Teknack.Foodunk"
target="_blank"><span>Download</span></a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 justify-content-center">
<div class="portfolio__item justify-content-center">
<div class="services__title">
<div class="section-title">
<h2>People's Choice</h2>
</div>
</div>
<img src="img/logos-21/Logo_Wave_Surfer.png" alt="WaveSurfer"
style="width: 50%;margin-left: 25%;margin-bottom: 20px;">
<div class="portfolio__item__text">
<a href="https://play.google.com/store/apps/details?id=com.Teknack.WaveSurfer"
target="_blank">
<h4>Wave Surfer</h4>
</a>
<a href="https://play.google.com/store/apps/details?id=com.Teknack.WaveSurfer"
target="_blank"><span>Download</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Hero Section End -->
<!-- <section class="callto spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="position: relative;">
<div style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;">
</div>
<div class="container">
<div class="row text-center justify-content-center">
<div class="callto__text col-md-8 mt-5" style="vertical-align: middle;">
<h2>Kurokami - Our First Game on Unreal Engine</h2>
<a href="https://www.mediafire.com/file/pep5irnlprrmu1i/kurokami_v1_1.exe" target="_blank"
class="primary-btn mt-3">Download</a>
<p class="mt-3">Platform: PC (Windows)</p>
</div>
<div class="col-md-4">
<img src="img/logos-21/unreal.png" style="width: 80%;background-color: #eee;border-radius: 30px;"
alt="Unreal Game">
</div>
</div>
</div>
</section> -->
<!-- Services Section Begin -->
<section class="services spad">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="services__title">
<div class="section-title">
<span>Know about us</span>
<h2>What We do?</h2>
</div>
<p>Teknack is one of the amazing battlefields provided by ACM for students of not just DBIT but
also of other colleges to boost up their creative skills and pump up their technical skills
by amalgamating with newer ideas and facts to build up Games that give the players an
experience that would last with them forever</p>
<a href="games.html" class="primary-btn">View our Games</a>
</div>
</div>
<div class="col-lg-8">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-1.png" alt="Icon">
</div>
<h4>Training and Guidance</h4>
<p>We teach and train the students to develop mobile games using the Unity Engine. We
guide them throughout the journey from ideation to release of the game.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-2.png" alt="Icon">
</div>
<h4>Unity Development</h4>
<p>The games are developed using the Unity Engine. Developers get hands-on experience on
the platform through their journey of development.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-3.png" alt="Icon">
</div>
<h4>Gaming Events and Fest</h4>
<p>We also host an annual fest named "Teknack" every year and during this fest, the
games are published on Google Play Store and various awards are declared for the
developers. Also we keep gaming events as part of the fest to inculcate a gaming
culture.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-4.png" alt="Icon">
</div>
<h4>Publishing Games on Play Store</h4>
<p>The games developed by the students are published on Google Play Store under the
banner of Teknack. This provides them a platform to showcase their talents and bring
out to the world, their creativity and technical skills.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<section class="callto spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="position: relative;">
<div style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;opacity: 0.6;">
</div>
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-10">
<div class="callto__text">
<h2>Wide range of games developed by our aspiring Game Developers.</h2>
<!-- <p>Teknack Gaming Studio</p> -->
</div>
<a href="games.html" class="primary-btn">Our Games</a>
</div>
</div>
</div>
</section>
<!-- Counter Section Begin -->
<section class="counter">
<div class="container">
<div class="counter__content">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter__item">
<div class="counter__item__text">
<img src="img/icons/ci-1.png" alt="">
<h2 class="counter_num">41</h2>
<p>Released Games</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter__item second__item">
<div class="counter__item__text">
<img src="img/icons/ci-2.png" alt="">
<h2 class="counter_num">10859</h2>
<p>Downloads</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter__item third__item">
<div class="counter__item__text">
<img src="img/icons/ci-3.png" alt="">
<h2 class="counter_num">95</h2>
<p>Developers</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter__item four__item">
<div class="counter__item__text">
<img src="img/icons/ci-4.png" alt="">
<h2 class="counter_num">3</h2>
<p>Years</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10" style="justify-content: flex-end; justify-self: flex-end;">
<p class="text-right mt-5 pt-5">*As of 18 Sept, 2021</p>
</div>
</div>
</section>
<!-- Counter Section End -->
<!-- Footer Section Begin -->
<footer class="footer">
<div class="container">
<div class="footer__top">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="row">
<div class="col-5">
<div class="footer__top__logo">
<a href="https://dbit.acm.org/teknack"><img src="img/tk-logo-white.png"
alt="Teknack Logo" class="my-auto"></a>
</div>
</div>
<div class="col-7 row">
<div class="col-9">
<div class="footer__top__logo">
<a href="https://dbit.acm.org"><img src="img/2.png" alt="ACM DBIT"
class="my-auto"></a>
</div>
</div>
<div class="col-3">
<div class="footer__top__logo">
<a href="https://www.dbit.in"><img src="img/DBIT.png" alt="DBIT"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="footer__top__social">
<a href="https://www.instagram.com/acmdbitt/"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/acm-dbit"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/ACMDBIT/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/acmdbit"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
<div class="footer__option">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="footer__option__item">
<h5>About us</h5>
<p>Teknack is one of the amazing battlefields provided by ACM for students of not just DBIT
but also of other colleges to boost up their creative skills and pump up their technical
skills...</p>
<a href="about.html" class="read__more">Read more <span class="arrow_right"></span></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-3">
<div class="footer__option__item">
<h5>Teknack History</h5>
<ul>
<li><a href="teknack-2019.html">Teknack 2019</a></li>
<li><a href="teknack-2020.html">Teknack 2020</a></li>
<li><a href="teknack-2021.html">Teknack 2021</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-3">
<div class="footer__option__item">
<h5>Pages</h5>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="footer__option__item">
<h5>Teknack Developer Account</h5>
<p>Our games are published on Google Play Store. Go check it out by clicking on the below
button.</p>
<a href='https://play.google.com/store/apps/developer?id=Teknack&hl=en_IN&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'
target="_blank"><img alt='Get it on Google Play'
src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' /></a>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer__copyright__text">Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | <a href="index.html"> Teknack Gaming Studio</a>
<span style="font-size: 0.11px;">
<i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a></span>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- <div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="btn-close" data-bs-dismiss="modal" data-dismiss="modal" aria-label="Close" id="closeModal">X</button>
<img src="img/cfd.webp" alt="CallForDevelopers">
</div>
<div class="modal-footer justify-content-center">
<a href="register.html" style="width: 90%;"><button type="button" class="btn site-btn">Register</button></a>
</div>
</div>
</div>
</div>
-->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<!-- <script>
$(document).ready(function () {
$(".modal").modal('show');
});
</script> -->
</body>
</html>