-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
329 lines (280 loc) · 18.5 KB
/
index.html
File metadata and controls
329 lines (280 loc) · 18.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Adding bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Adding pattern.css -->
<link href="https://unpkg.com/pattern.css" rel="stylesheet">
<!-- Adding lottiefiles -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<!-- Adding Font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- AOS animation -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- External Style sheet -->
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/gdsc logo 2.png" type="image/x-icon">
<title>gdsc cgec</title>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- bottom to top button -->
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up"></i></button>
<!-- Starting Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" height="50px" width="50px"> <b style="padding-left: 5px;">GDSC CGEC</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<li class="nav-items">
<a class="nav-link active" href="index.html" id="home-nav">HOME</a>
</li>
<li class="nav-items">
<a class="nav-link" href="#animation" id="about-nav">ABOUT</a>
</li>
<li class="nav-items">
<a class="nav-link" href="event.html" id="events-nav">EVENTS</a>
</li>
<li class="nav-items">
<a class="nav-link" href="team.html" id="team-nav">TEAM</a>
</li>
<li class="nav-items">
<a class="nav-link" href="contact.html" id="contact-nav">CONTACT</a>
</li>
</div>
</div>
</div>
</nav>
<!-- Navbar Ending -->
<!-- Start Hero Section -->
<div class="hero">
<video autoplay loop muted plays-inline class="back_vd">
<source src="images/bg_video.mp4" type="video/mp4">
</video>
<h2>WELCOME TO</h2>
<div class="content">
<h1><span id="s1">G</span><span id="s2">D</span><span id="s3">S</span><span id="s4">C</span> <span id="s5">C</span><span id="s6">G</span><span id="s7">E</span><span id="s8">C</span></h1>
<a href="https://gdsc.community.dev/cooch-behar-government-engineering-college-cooch-behar/"><button>Join Our Chapter</button></a>
</div>
</div>
<!-- Hero Section End -->
<!-- divider -->
<div class="pattern-diagonal-stripes-sm" id="divider">...</div>
<!-- Starting About Us Section -->
<div class="about">
<div class="container">
<div class="row">
<div class="col-md-5">
<lottie-player src="https://assets4.lottiefiles.com/packages/lf20_L72m3bQKrm.json" id="animation" background="transparent" speed="1" loop autoplay></lottie-player>
</div>
<div class="col-md-7 about_text">
<h3 id="about_head"> <img src="images/gdsc logo 2.png" width="50" height="35" style="padding-right:3px"> <b>ABOUT GDSC CGEC</b></h3>
<h5><b>Google Developers Student Clubs (GDSC)</b> is a community build for like-minded college and university students with an interest in Google developer technologies. The global initiative is aimed at providing a platform for undergraduate and graduate students to connect, learn and grow through various events and activities. Building and forming valuable connections in the process.<br><br>
At <b>Coochbehar Government Engineering College</b>, GDSC is in its maiden year and the selected team of young individuals wish to kick start the inaugural instalment with great intent and enthusiasm. In hopes to catapult the college’s scope(s) of networks and set the stage for forthcoming students to take up the mantle and carry the legacy forward.<br>
We look forward to having you as a member of the club, to join us on this enthralling learning experience of developing positive, impactful and innovative projects/technologies.<br>
</h5>
<a href="https://discord.gg/X5J5RU9MS4" target="_blank"><button id="join_discord">Join <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" style="margin-left:5px;" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 12">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/>
</svg></button></a>
</div>
</div>
</div>
</div>
<!-- Ending About Us Section -->
<!-- Starting Why Join Us Section -->
<div class="whyjoinus">
<div class="container">
<h3><b> Why Join Us </b></h3>
<div class="row">
<div class="col-md-4" data-aos="zoom-in">
<div class="card card-connect" style="width: 20rem;box-shadow: 0 9px #ea4335;">
<div class="card-body">
<div class="card-title">
<h5 style="color: #ea4335;">CONNECT</h5>
<img src="images/undraw_online_world_re_h4cb.svg">
</div>
<p class="card-text">GDSC helps you build connections and form networks throughout your country and across the globe. An essentiality for broader horizon for knowledge and career opportunities. Through discussions, events and more you get to meet pioneers and aspirants in the tech field who share a common liking and enthusiasm towards the vision.
</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="zoom-in">
<div class="card card-learn" style="width: 20rem;box-shadow: 0 9px #FBBC04;">
<div class="card-body">
<div class="card-title">
<h5 style="color: #FBBC04;">LEARN</h5>
<img src="images/undraw_online_learning_re_qw08.svg" style="margin-bottom: 0;">
</div>
<p class="card-text">Learning is a continuous process and exists beyond academic curriculum and books, GDSC gives you exposure to the best and latest in the tech sphere. As a GDSC member you get sneak peeks into the newest advancements and a chance to keep up with the same with seminars, info sessions and similar events. A melting pot of geeks around the globe, through GDSC events you learn and grow alongside like-minded individuals.
</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="zoom-in">
<div class="card card-grow" style="width: 20rem;box-shadow: 0 9px #34A853;">
<div class="card-body">
<div class="card-title">
<h5 style="color: #34A853;">GROW</h5>
<img src="images/undraw_stepping_up_g6oo.svg">
</div>
<p class="card-text">The ultimate motive at GDSC as in life is to make progress. As individuals we possess immense potential. However, guidance and fortuity are integral for this potential to outshine among the masses. GDSC gives you a platform to grow into a honed candidate. The renowned GDSC tag further adds to your credibility as an individual to stand out from the rest.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Ending Why Join Us Section -->
<!-- Starting Sponsors Section -->
<div class="sponsor">
<div class="container">
<h3><b>Our Sponsors & Community Partners</b></h3>
<div class="row">
<div class="col-md-3 col-sm-6 spn_img">
<img src="images/newton school.png" title="Newton School" alt="" width="120" height="120">
</div>
<!-- <div class="col-md-3 col-sm-6 spn_img">
<img src="images/newton school.png" alt="" width="120" height="120">
</div> -->
</div>
</div>
</div>
<!-- Ending Sponsors Section -->
<!-- start FAQ section -->
<div class="faq">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 colorG"></div>
<div class="col-md-4">
<h3><b>Frequenty Asked Questions</b></h3>
</div>
<div class="col-md-4 colorG"></div>
</div>
</div>
<div class="container" id="acc">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="faqs" style="text-align: center;margin-top: 2rem; margin-bottom: 5rem;">
<button class="accordion">Who should join Google Developer Student Clubs?</button>
<div class="panel">
<p>College and university students are encouraged to join Google Developer Student Clubs.</p>
</div>
<button class="accordion">Can I join multiple chapters?</button>
<div class="panel">
<p>Srue! You can. Also you can participate in events organized by multiple chapters.</p>
</div>
<button class="accordion">What are the benefits of joining GDSC community?</button>
<div class="panel">
<p>There are a number of benefits of joining GDSC community, Like professional growth, network growth, community learning.</p>
</div>
<button class="accordion">Can I join even though I’m not from a Computer Science background?</button>
<div class="panel">
<p>Absolutely yes, as long as you have the passion for building a better tomorrow with technology.
</p>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
</div>
<!-- End FAQ section -->
<!--Footer section start-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-5" style="display: flex; flex-direction:column; align-items:center">
<img src="images/gdsc logo 2.png" alt="gdsc logo" width="50" height="35">
<h5 style="color: #bbbbbb;font-family: 'Poppins',sans-serif;">Google Developer Student Clubs</h5>
<h6 style="color: #bbbbbb;font-family: 'Poppins',sans-serif;">Coochbehar Government Engineering College</h6>
</div>
<div class="col-md-3">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="#animation">ABOUT</a></li>
<li><a href="event.html">EVENTS</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="credits.html"><i>@credits</i></a></li>
</ul>
</div>
<div class="col-md-4">
<p style=color:antiquewhite>Join GDSC CGEC Community</p>
<a href="https://discord.gg/X5J5RU9MS4" target="_blank"><button id="join_discord">Join <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" style="margin-left:5px;" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 12">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/>
</svg></button></a>
<h4>follow us</h4>
<div class="social-links">
<a href="https://twitter.com/GDSC_CGEC?t=mBxWcauHfv_0HVP9ite2qQ&s=09" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/gdsc_cgec?igshid=YmMyMTA2M2Y=" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/gdsc-cgec/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://chat.whatsapp.com/CHFTs38cfAjDX1tmSG1ZFA"><i class="fa fa-whatsapp"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!-- js -->
<script>
// preloader
$(window).on('load', function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
$('body').delay(350).css({'overflow':'visible'});
})
// Get the button:
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 30 || document.documentElement.scrollTop > 30) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<!-- AOS -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset:200,
duration:800
});
</script>
</body>
</html>