This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcommunity.html
358 lines (334 loc) · 19.3 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<!-- HEAD BLOCK -->
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/final_img/favicon.png">
<link rel="icon" type="image/png" href="../assets/final_img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
DSC GEU
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="../assets/css/material-kit.css?v=2.0.6" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="./community.css" rel="stylesheet" />
</head>
<body class="landing-page sidebar-collapse">
<!-- NAVIGATION -->
<nav class="navbar navbar-transparent navbar-color-on-scroll fixed-top navbar-expand-lg" color-on-scroll="100"
id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="../index.html">
<div class="logo-image">
<img src="assets/final_img/favicon.png" class="img-fluid"> DSC GEU
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown">
<i class="material-icons">apps</i> Menu
</a>
<div class="dropdown-menu">
<a href="#aboutus" class="dropdown-item">
About
</a>
<a href="#team-sec" class="dropdown-item">
Team
</a>
<a href="../pages/codeofconduct.html" class="dropdown-item">
Code of Conduct
</a>
<a href="../pages/events.html" class="dropdown-item">
Events
</a>
</div>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link" rel="tooltip" title="" data-placement="bottom"
href="https://github.com/dscgeu" target="_blank" data-original-title="Check Us on Github">
<i class="fa fa-github"></i>
</a>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link" rel="tooltip" title="" data-placement="bottom"
href="https://www.instagram.com/dsc.geu" target="_blank"
data-original-title="Follow us on Instagram">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HEADER -->
<div class="page-header header-filter" data-parallax="true"
style="background-image: url('../assets/final_img/background.svg')" id="smallHeight">
<div class="container" id="top-header">
<div class="row">
<div class="col-md-6">
<h1 class="title" id="title-main">Welcome</h1>
<h4>Developer Student Club GEU is forming a student community <b>Collabrains</b> focused on building and imparting
technical
skills to students, so that their transition to industry professionals becomes easier. We figure
out problems, and then we figure out solutions, all through technology.</h4>
<br>
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSc1EAElqC_99GlBQjVmQHKZpgxdGXrGIyknuE5xKj2CQD_aCw/viewform?usp=sf_link"
class="btn btn-danger btn-raised btn-lg">
Join Us
</a>
</div>
</div>
</div>
</div>
<!-- CONTAINER / BODY -->
<div class="main main-raised" id="aboutus">
<div class="container">
<!-- OUR GOAL FOR THIS COMMUNITY -->
<div class="section text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Our Aim For Community</h2>
<h5 class="description">Our main focus is on making students better at building through tech. To
do this we do a lot of other things like:
</h5>
</div>
</div>
<div class="features">
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="material-icons">chat</i>
</div>
<h4 class="info-title">Communicate</h4>
<p>We offer opportunities and tell you about existing ones. We share information about new
initiatives and also come up with cool stuff on our own behalf.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success">
<i class="material-icons">event</i>
</div>
<h4 class="info-title">Events</h4>
<p>We bring unique and tech related events to the university community. And we will continue to do different events in the future.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="material-icons">help_outline</i>
</div>
<h4 class="info-title">Help</h4>
<p>Have an idea but you don't know where to begin? We'll point you to the right
resources, and we will help you! <br> You want to arrange a event in University. Contact Us </p>
</div>
</div>
</div>
</div>
</div>
<!-- OUR TEAM WITH LINKS -->
<div class="section text-center">
<h1 class="title">Our Team</h1>
<p>DSC members are also the part of Collabrains</p>
<hr />
<!-- Team DSC Core -->
<h2 class="title" id="team-sec">DSC : Core Members</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/aastha.jpg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Aastha Bist
<br>
<small class="card-description text-muted">DSC Lead</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/bistaastha" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/bistaastha/"
class="btn btn-link btn-just-icon"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/aman.png" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Aman Jagdev
<br>
<small class="card-description text-muted">DSC Tech Member</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/amanjagdev" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/amanjagdev"
class="btn btn-link btn-just-icon"><i class="fa fa-linkedin"></i></a>
<a target="_blank" href="https://instagram.com/amankrjagdev"
class="btn btn-link btn-just-icon"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://amankrjagdev.web.app" class="btn btn-link btn-just-icon"><i
class="fa fa-chrome"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/sudipt.png" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Sudipt Dabral
<br>
<small class="card-description text-muted">DSC Tech Member</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/sudipt1999" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/sudipt-dabral-15b516165/"
class="btn btn-link btn-just-icon"><i class="fa fa-linkedin"></i></a>
<a target="_blank" href="https://sudipt1999.github.io/" class="btn btn-link btn-just-icon"><i
class="fa fa-chrome"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team Tech Community -->
<h2 class="title" id="team-sec">Collabrains : Core Members</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/anant.jfif" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Anant Jakhmola
<br>
<small class="card-description text-muted">Lead</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/anantjakhmola" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/anantjakhmola9/"
class="btn btn-link btn-just-icon"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/kay.jpg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Kartikay Sawhney
<br>
<small class="card-description text-muted">Lead</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/kartikay1506" class="btn btn-link btn-just-icon"><i
class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/kartikay-sawhney-1b5b83175/"
class="btn btn-link btn-just-icon"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Other Team Tech Community -->
<h2 class="title" id="team-sec">Collabrains : Members</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<div class="card card-plain">
<div class="col-md-6 ml-auto mr-auto">
<img src="../assets/final_img/divyansh.jpeg" alt="Thumbnail Image"
class="img-raised rounded-circle img-fluid">
</div>
<h4 class="card-title">Divyansh Garg
<br>
<small class="card-description text-muted">Developer</small>
</h4>
<div class="card-footer justify-content-center">
<a target="_blank" href="https://github.com/divyansh2042001"
class="btn btn-link btn-just-icon"><i class="fa fa-github"></i></a>
<a target="_blank" href="https://www.instagram.com/divyansh_fs_/"
class="btn btn-link btn-just-icon"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="footer footer-default">
<div class="container">
<nav class="float-left">
<ul>
<li>
<a target="_blank" href="https://dscgeu.github.io">
Developer Student Club Graphic Era University
</a>
</li>
</ul>
</nav>
<div class="copyright float-right">
©
<script>
document.write(new Date().getFullYear())
</script>, made with <i class="material-icons">favorite</i> by
<a href="https://dscgeu.github.io" target="_blank">DSC Members</a> for a better World.
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="../assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="../assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="../assets/js/core/bootstrap-material-design.min.js" type="text/javascript"></script>
<script src="../assets/js/plugins/moment.min.js"></script>
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
<script src="../assets/js/plugins/bootstrap-datetimepicker.js" type="text/javascript"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="../assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
<script src="../assets/js/material-kit.js?v=2.0.6" type="text/javascript"></script>
<!-- JS for Dropdown Menu -->
<script src="../assets/js/script.js" type="text/javascript"></script>
</body>
</html>