forked from teknackgaming/teknack-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalorant.html
226 lines (212 loc) · 11.1 KB
/
valorant.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Teknack Gaming Studio">
<meta name="keywords" content="teknack, gaming, studio, dbit, acm, mumbai">
<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="Official Website of Teknack. Gaming Studio run by ACM-DBIT Student Chapter.">
<meta property="og:title" content="Teknack Gaming Studio - Valorant Tournament Registration">
<title>Valorant Tournament | Teknack 2021</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></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 -->
<!-- Breadcrumb Begin -->
<div class="breadcrumb-option spad set-bg" data-setbg="img/breadcrumb-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Valorant Tournament Registration</h2>
<!-- <div class="breadcrumb__links">
<a href="#">Home</a>
<span>About</span>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumb End -->
<!-- Portfolio Section Begin -->
<section class="portfolio spad">
<div class="section-title center-title">
<!-- <span>Latest Games</span> -->
<h2>Fill out the form to be part of Valorant Tournament!</h2>
</div>
<div class="container" style="display: flex;justify-content: center;">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeqLfk2whx7LQ_MNY6XdW8_Y_uUmoBBc0sPmYgPPq59U3m21Q/viewform?embedded=true" width="640" height="3300" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</section>
<!-- Portfolio Section Begin -->
<!-- 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 -->
<!-- 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>
</body>
</html>