-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
333 lines (247 loc) · 11.6 KB
/
index.html
File metadata and controls
333 lines (247 loc) · 11.6 KB
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
<!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 http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" href="img/gdg-logo-tab-trans.png" sizes="20x20">
<title>DevFest Siliguri</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<style type="text/css">
.first-button1{
height: 30px;
padding: 6px;
margin: 0;
margin-top: 5px;
margin-left: 5px;
padding-left: 10px;
padding-right: 10px;
}
.animated-icon2{
width: 25px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.animated-icon2 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.animated-icon2 span {
background: #fff;
}
.animated-icon2 span:nth-child(1) {
top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 8px;
}
.animated-icon2 span:nth-child(4) {
top: 16px;
}
.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}
.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}
</style>
</head>
<body>
<div class="fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark primary-color bg-dark ">
<a class="navbar-brand" href="index.html" style="font-weight: 400;"><img src="img/gdg-logo-trans.png" height="20px"> GDG Siliguri</a>
<button class="navbar-toggler second-button" type="button" data-toggle="collapse" data-target="#basicExampleNav"
aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
<div class="animated-icon2"><span></span><span></span><span></span><span></span></div>
</button>
<div class="collapse navbar-collapse" id="basicExampleNav" style="font-size: 14px;">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="pages/speakers.html">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/hackathon.html">Hackathon</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/community-guidelines.html">Community Guidelines</a>
</li>
<li class="nav-item">
<a href="https://docs.google.com/forms/d/1AvO9uRdY0Tyq0UYqauY36ZUhm9WhmoVokwu31zdAIPk"><button type="button" class="btn first-button1" style="color: white; border: 1px solid white;">Apply for a Pass</button></a>
</li>
</ul>
</div>
</nav>
</div>
<div style="background-color: #1E1E1E; padding-top: 70px; padding-bottom: 40px;">
<div class="container" style="">
<div class="row">
<div class="col-md-12" style="color: white;">
<a>#devFest</a>
<h3>Hola Developers!</h3>
<h3><span class="display-4" style="color: #F04730"><b>Devfest</b></span> is here,</h3>
<h5>24 and 25th August</h5>
<br>
<p>The party is going to start at SIT Siliguri. Register now and grab a seat for yourself . Become a part of the exciting two day adventure full of Google technologies. Don't worry if you are not available on the event dates. All the event videos, moments, keynotes will be soon posted on GDG Siliguri official YouTube channel. </p>
<br>
<a href="https://docs.google.com/forms/d/1AvO9uRdY0Tyq0UYqauY36ZUhm9WhmoVokwu31zdAIPk">
<button type="button" class="btn" style="color: white; border: 1px solid white; margin: 0px;">Grab Your Seat Now!</button></a>
<br><br>
</div>
</div>
</div>
<div class="container" style=" padding-top: 50px; padding-bottom: 50px;">
<div class="row">
<div class="col-md-7" style="color: white;">
<blockquote class="blockquote bq-primary">
<p class="bq-title">What is devfest?</p>
<p> GDG DevFests are large scale community-run events that can offer speaker sessions across Google product areas, all-day hack-a-thons or both. It is a platform for developers, entrepreneurs and tech enthusiasts to come together and get inspired by the latest technologies. Each GDG DevFest will be inspired by and uniquely tailored to the needs of the developer community that hosts it. Know more about <a href="pages/schedule.html" target="_blank" style="color:white;"><u>Keynotes</u></a> and <a href="pages/hackathon.html" target="_blank" style="color:white;"><u>Hackathon</u></a></p>
</blockquote>
</div>
<div class="col-md-5" style="color: white;">
<blockquote class="blockquote bq-warning">
<p class="bq-title">Who we are?</p>
<p>We are a group of local developers who are interested in Google products and APIs. We host a variety of technical events for developers which ranges from keynote sessions to hackathons. Our main aim is to learn more and keep growing. We also have a open source community where we build stuffs which will be benificial for society in many ways. We welcome everyone to our community, who is eager to learn more and has an unremitting interest in the cutting-edge technologies.
</p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-5" style="color: white;">
<blockquote class="blockquote bq-success">
<p class="bq-title">What is open source community?</p>
<p>A loosely organized, ad-hoc community of contributors from all over the world who share an interest in meeting a common need, ranging from minor projects to huge developments, which they carry out using a high-performance collaborative development environment, allowing the organizational scheme and processes to emerge over time.
</p>
</blockquote>
</div>
<div class="col-md-7" style="color: white;">
<blockquote class="blockquote bq-danger">
<p class="bq-title">How to join our community?</p>
<p>So if you are interested in joining our GDG Siliguri Open Source Community, you have to follow some steps.
<br><br>
1. Create a MeetUp account and join our official MeetUp page where you will be updated about our upcoming events.<br><br>
2. Create a Discord account and join our official Discord server when you can talk and collaborate with other members and you can also propose something directly to the organisers, leads, mentors. Also you will get any kind of help and informations regarding Open-source community.
<br><br>
3. Create a Github account and follow our official Github page where all the magic happnes!
</p>
Join now!
<a href="https://www.meetup.com/GDG-Siliguri/" style="color: white;"><i class="fab fa-meetup" style="margin-left: 10px; margin-right: 10px;"></i></a>
<a style="color: white;" href="https://discord.gg/SNTDf2j"><i class="fab fa-discord" style="margin-right: 10px;"></i></a>
<a style="color: white;" href="https://github.com/gdgsiliguri"><i class="fab fa-github"></i></a>
</blockquote>
</div>
</div>
</div>
<div class="container" style="padding-top: 30px; padding-bottom: 50px;">
<div class="row">
<div class="col-md-5" style="color: white; padding-top:20px;">
<blockquote class="blockquote bq-primary">
<h3>What you can expect from DevFest?</h3>
<br>
<p>1. Two days filled with fun-filled activities.<br>
2. Networking with other developers and amazing speakers<br>
3. Swags and awesome food<br>
4. A live hackathon with amazing prizes</p>
</blockquote>
</div>
<div class="col-md-7 img-fluid" style="padding-top:20px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3726.6504327670136!2d88.37407016527028!3d26.769361606511023!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39e441297b764937%3A0xc464d98ddba99ed2!2sSiliguri+Institute+Of+Technology!5e0!3m2!1sen!2sin!4v1565386323043!5m2!1sen!2sin"width="90%" height="300px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div>
<div class="container" style="padding-top: 50px; padding-bottom: 50px;">
<blockquote class="blockquote bq-success">
<h1>Partners</h1>
<p>Any event of such magnitude requires a lot of support from other companies. It may include any kind of support.</p>
<br>
<div>
<h4>Principle Partner</h4>
<div class="img-fluid" style="width: 250px;"><img src="img/Google_Developers_logo.png" width="100%"></div>
</div>
<br>
<div style="margin-top: 20px;">
<h4>Sponsors</h4>
<span><img src="img/intel-software.png" height="50px;"></span>
<span style="margin-left: 20px;"><img src="img/techno.png" height="50px;"> </span>
<span style="margin-left: 20px;"><img src="img/sit.png" height="50px;"></span>
</div>
</blockquote>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small" style="background-color: #202124;">
<div style="color: #fff; padding-top: 25px; padding-bottom: 20px; background-color: #202124;">
<div class="container">
<div class="row">
<div class="col-md-4"><div style="font-weight: 400; margin-left: 20px; margin-top: 10px; margin-bottom: 20px;"><img src="img/gdg-logo-trans.png" height="30px"></div></div>
<div class="col-md-4" style="margin-top: 14px;"> © Copyright 2019 | <b>GDG Siliguri</b></div>
<div class="col-md-4" style="margin-top: 14px;">Created with<i class="fas fa-coffee" style="margin-left: 6px; margin-right: 7px;"></i>and <i class="fas fa-heart" style="margin-left: 5px; margin-right: 5px;"></i> by GDG Siliguri Team</div>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
$(document).ready(function () {
$('.second-button').on('click', function () {
$('.animated-icon2').toggleClass('open');
});
});
</script>
</body>
</html>