-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
257 lines (245 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Developer Student Clubs | Navrachna University</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon" />
<!-- Styles -->
<!-- <link rel="stylesheet" href="css/bootstrap.min.css" /> -->
<!-- <link rel="stylesheet" href="deps/bootstrap-4.6.2-dist/css/bootstrap.min.css" /> -->
<link rel="stylesheet" href="deps/bootstrap-5.3.2-dist/css/bootstrap.min.css" />
<!-- <link rel="stylesheet" href="css/line-awesome.min.css" /> -->
<link rel="stylesheet" href="deps/line-awesome-1.3.0/1.3.0/css/line-awesome.min.css" />
<!-- <link rel="stylesheet" href="css/slick.css" /> -->
<link rel="stylesheet" href="deps/slick-1.8.1/slick/slick.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<!-- Scripts -->
<!-- <script src="https://kit.fontawesome.com/c4adcf1386.js"></script> -->
<script src="deps/fontawesome-free-6.5.1-web/js/fontawesome.min.js"></script>
<!-- <script src="js/jquery.min.js"></script> -->
<script src="deps/jquery/jquery-3.7.1.min.js"></script>
<!-- <script src="js/slick.js"></script> -->
<script src="deps/slick-1.8.1/slick/slick.min.js"></script>
<!-- <script src="js/bootstrap.bundle.min.js"></script> -->
<!-- <script src="deps/bootstrap-4.6.2-dist/js/bootstrap.bundle.min.js"></script> -->
<script src="deps/bootstrap-5.3.2-dist/js/bootstrap.bundle.min.js" defer></script>
<!-- <script src="deps/darkmode-js/darkmode-js.min.js"></script> -->
<script src="js/ui.js"></script>
<script src="js/main.js"></script>
<style>
[data-bs-theme=dark] .logo-light {
display: none;
}
[data-bs-theme=light] .logo-dark {
display: none;
}
</style>
</head>
<body data-bs-theme='auto' class="position-relative">
<button type="button" id="theme-fab" class="fab"
onclick="(document.body.dataset.bsTheme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches)?bsLightMode():bsDarkMode()">
🌓
</button>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top ps-3 pe-2">
<div style="max-width: 300px;">
<img src="assets/images/logo/gdsc_black_full.png" alt="" class="logo-light img-fluid" />
<img src="assets/images/logo/gdsc_white_full.png" alt="" class="logo-dark img-fluid" />
</div>
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav m1-0 ms-auto">
<li class="nav-item back-to-top active">
<a class="nav-link" href="#">HOME</a>
</li>
<li class="nav-item scroll-down">
<a class="nav-link" href="#events">EVENTS</a>
</li>
<li class="nav-item scroll-down">
<a class="nav-link" href="#about">ABOUT US</a>
</li>
<!-- <li class="">
<a class="ms-lg-3 btn btn-outline-primary d-none d-lg-block" href="tel:+91-9409279077">Contact us</a>
</li> -->
</ul>
</div>
</nav>
</header>
<section id="hero" class="hero d-flex align-items-center justify-content-center"
style="background-image: url('assets/images/hero/hero-bg.png');">
<div class="logo">
<img src="assets/images/logo/logo.png" alt="logo" class="img-fluid" />
<h1 class="text-body">Google Developer Student Clubs</h1>
<h3 class="text-secondary">Navrachana University</h3>
<div class="mt-4">
<span class="scroll-down">
<a href="#events" class="btn btn-lg btn-primary me-3 px-5">Events</a>
</span>
<!-- <a href="tel:+91-9409279077" class="btn btn-lg text-primary">Contact us</a> -->
</div>
</div>
</section>
<section id="events" class="events">
<div class="section-header text-center">
<p>GET IN TOUCH WITH</p>
<h1>Upcoming Events</h1>
<img src="assets/images/extra/wave.png" />
</div>
<div class="section-body mt-5">
<div class="events-slider-bg">
<div class="container">
<div class="row flex-row-reverse">
<div class="col-xl-9 col-lg-10 offset-xl-1 order-lg-12">
<div class="events-slider"></div>
</div>
<div class="col-lg-2 align-self-center order-lg-11">
<div class="container">
<h3 class="text-light">EVENTS / COMPETITIONS</h3>
<img src="assets/images/extra/wave_white.png" style="max-width: 120px;" class="img-fluid" />
<div class="events-slider-controls mt-3">
<div class="slider-nav tp-control-nav"></div>
<!--slider-nav-->
<div class="tp-slider-extra slider-extra">
<div class="text">
<span class="first">1 </span>
<span class="last"></span>
</div>
<!--text-->
<div class="e-list-progress" role="progressbar" aria-valuemin="0" aria-valuemax="100">
<span class="slider__label sr-only"></span>
</div>
</div>
<!--slider-extra-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="section-header">
<!-- <p class="m-0">WHAT IS</p> -->
<h1>Google Deveolper Student Club</h1>
<img src="assets/images/extra/wave.png" />
</div>
<div class="section-body mt-3">
<h5>
Helping students bridge the gap between theory and practice.
</h5>
<br />
<p>
Google Developer Student Clubs are university based community groups for students interested in Google
developer
technologies. Students from all undergraduate or graduate programs with an interest in growing as a
developer are
welcome. By joining a GDSC, students grow their knowledge in a peer-to-peer learning environment and build
solutions for
local businesses and their community.
</p>
</div>
</div>
<div class="col-md-6 align-self-center text-center mt-5 mt-md-0">
<div class="image">
<div class="thumb">
<img src="assets/images/about/about.jpg" alt="" class="img-fluid" />
</div>
</div>
</div>
</div>
</div>
</section>
<section id="vision" class="vision">
<div class="section-header text-center">
<p>VISION OF</p>
<h1 class="m-0">GDSC NUV</h1>
<img src="assets/images/extra/wave.png" />
</div>
<div class="section-body container mt-5">
<div class="row align-items-center">
<div class="col-sm-6 col-lg-4 mb-3">
<div class="card text-center py-2">
<div class="image px-5 pt-4">
<img src="assets/images/vision/1.svg" class="card-img-top img-fluid" />
</div>
<div class="card-body text-center">
<h1 class="card-title">Connect</h1>
<p class=" card-text text-body">
Meet other students on campus interested in developer
technologies. All are welcome, including those with diverse
backgrounds and different majors.
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-3 h-100">
<div class="card text-center py-2">
<div class="profile-pic px-5 pt-4">
<img src="assets/images/vision/2.svg" class="card-img-top img-fluid" />
</div>
<div class="card-body text-center">
<h1 class="card-title">Learn</h1>
<p class=" card-text text-body">
Learn about a wide range of technical topics where new skills
are gained through hands-on workshops, in-person training and
project building activities.
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 mb-3">
<div class="card text-center py-2">
<div class="profile-pic px-5 pt-4">
<img src="assets/images/vision/3.svg" class="card-img-top img-fluid" />
</div>
<div class="card-body text-center">
<h1 class="card-title">Grow</h1>
<p class=" card-text text-body">
Apply your new learnings and connections to build great
solutions for local problems. Advance your skills, career and
network. Give back to your community by helping others learn
as well.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<p class="text-center">
© 2024 All rights reserved for
<span class="back-to-top">
Google Developer Student clubs - Navrachna University</span>
</p>
</footer>
<!-- <script>
var options = {
// bottom: '64px', // default: '32px'
bottom: '5vh', // default: '32px'
// right: '32px', // default: '32px'
right: '3vw', // default: '32px'
left: 'unset', // default: 'unset'
time: '0.1s', // default: '0.3s'
mixColor: '#fff', // default: '#fff'
backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff'
saveInCookies: true, // default: true,
label: '🌓', // default: ''
autoMatchOsTheme: false // default: true
}
const darkmode = new Darkmode(options);
window.addEventListener('load', () => { console.log('Loading Darkmode widget...'); darkmode.showWidget(); console.log('Loaded Darkmode widget!'); });
</script> -->
</body>
</html>