-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathteam.html
366 lines (349 loc) · 17.8 KB
/
team.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
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="theme-color" content="#ffffff" />
<!-- Favicons -->
<link rel="apple-touch-icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<link rel="manifest" href="/manifest.json" />
<title>Team | GDSC MBCET</title>
<!-- 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" />
<link rel="stylesheet" href="assets/css/material-kit.css?v=2.0.2" />
<!-- Documentation extras -->
<link href="assets/assets-custom/demo.css" rel="stylesheet" />
<link href="assets/assets-custom/css/image-grid.css" rel="stylesheet" />
<link href="assets/assets-custom/css/footer.css" rel="stylesheet" />
<link href="assets/assets-custom/css/team/style.css" rel="stylesheet" />
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/flickity.min.css" />
<script src="https://unpkg.com/[email protected]/dist/flickity.pkgd.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<style>
body {
overflow-x: hidden;
}
#top-button {
font-size: 20px;
transition: 0.3s ease;
}
.grid-item {
width: 25%;
}
.grid-item--width2 {
width: 50%;
}
*/ .img-fluid {
border-radius: 5px 5px;
}
#magazine__btn{
width:7rem;
height: 2.5rem;
font-size:small;
font-weight: 900;
border-radius: 2px;
color:#536DFE;
border: 2px solid #536DFE;
background-color: white !important;
}
#magazine__btn:hover{
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
</style>
<!-- iframe removal -->
</head>
<body class="landing-page" name="top" id="top">
<nav class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg" color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="/">
<span id="gdg-logo">
<img src="assets/img/kit/gdsc_logo.svg" style="max-height: 90%" />
</span>
</a>
<button
style="color: rgb(120, 120, 120)"
class="navbar-toggler"
type="button"
data-toggle="collapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<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="./index.html" data-page="index" class="nav-link">
<span><b>Home</b></span>
</a>
</li>
<li class="nav-item">
<a href="./events.html" data-page="events" class="nav-link">
<span><b id="header_text">Events</b></span>
</a>
</li>
<li class="nav-item">
<a href="./resources.html" data-page="resources" class="nav-link">
<span><b id="header_text">Resources</b></span>
</a>
</li>
<li class="nav-item">
<a href="/team.html" data-page="team" class="nav-link">
<span><b id="header_text">Team</b></span>
</a>
</li>
<li class="nav-item">
<a href="https://medium.com/dsc-mbcet" data-page="team" class="nav-link">
<span><b id="header_text">Blog</b></span>
</a>
</li>
<li class="nav-item">
<a target="blank" class="nav-link" href="https://gdsc.community.dev/mar-baselios-college-of-engineering-and-technology-thiruvananthapuram/">
<button id="magazine__btn">SIGNUP</button>
</a>
</li>
<li class="nav-item">
<a target="blank" class="nav-link" href="/magazine.html">
<span class="btn" id="joinbtn"><b id="header_text">MAGAZINE</b></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="main main-raised" style="margin-top: 0">
<p> </p>
<p> </p>
<div class="container">
<div class="container-page">
<div class="row mt-5">
<div class="col-lg-6">
<p> </p>
<h2 class="title">Team</h2>
<h5 class="description">
One log creates a small fire, adequate to warm you up, add just a few more pieces to blast an immense bonfire, large
enough to warm up your entire circle; needless to say that individuality counts but teamwork dynamites. At
<b id="blue_text">GDSC MBCET</b> celebrate teamwork and attribute the success of GDSC to the wonderful individuals who
put untiring efforts for it.
</h5>
<p> </p>
</div>
<div class="col-lg-6">
<img class="img-fluid" src="assets/img/kit/team.png" />
</div>
</div>
<div class="container no-padding container-sub-page">
<div id="container-team" class="row"></div>
</div>
</div>
</div>
<p> </p>
<p> </p>
<div id="footer">
<a href="#top" id="top-button" class="top">
<i class="material-icons" style="font-size: 30px"> keyboard_arrow_up </i><span> </span>
</a>
<div class="container" style="padding-top: 20px">
<div class="row">
<div class="col-lg-4">
<div class="share-social">
<span
><a><b>Keep In Touch</b></a></span
>
<a id="social_button" href="https://www.facebook.com/dscmbcet/" target="_blank"><i class="fa fa-facebook"></i></a
><a> </a>
<a id="social_button" href="https://twitter.com/dscmbcet" target="_blank"><i class="fa fa-twitter"></i></a
><a> </a>
<a id="social_button" href="https://medium.com/dsc-mbcet" target="_blank"><i class="fa fa-medium"></i></a
><a> </a>
<a id="social_button" href="https://www.youtube.com/dscmbcet" target="_blank"><i class="fa fa-youtube"></i></a
><a> </a>
<a id="social_button" href="https://github.com/dscmbcet" target="_blank"><i class="fa fa-github"></i></a><a> </a>
<a> </a>
</div>
</div>
<div class="col-lg-4">
<div class="share-social">
<span
><a href="mailto:[email protected]"
><b>Email Us : <b id="blue_text">[email protected]</b></b></a
></span
>
</div>
</div>
</div>
</div>
<br />
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 footer-details">
<span><b>ABOUT</b></span>
<p>
<a href="https://facebook.com/pgdgtvpm" id="details_redirect" target="_blank"><b>GDG Thiruvananthapuram</b></a
><br />
<a href="https://developers.google.com/programs/community/gdg/" id="details_redirect" target="_blank"
>Google Developers Group</a
><br />
<a href="/team" id="details_redirect">Meet the Team</a><br />
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 footer-details">
<span><b>ABOUT WTM</b></span>
<p>
<a href="https://www.facebook.com/wtmtrivandrum/" id="details_redirect" target="_blank"
><b>WTM Thiruvananthapuram</b></a
><br />
<a href="https://www.womentechmakers.com/" id="details_redirect" target="_blank" style="color: rgb(66, 66, 66)"
>Women Techmakers</a
><br />
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12 footer-details">
<span><b>OTHER LINKS</b></span>
<p>
<a
href="https://docs.google.com/document/d/1Od688-UePXywsN-KMFVcGkngTlvQioQRHbl2Zts8Hzc/edit?usp=sharing"
id="details_redirect"
target="_blank"
><b>Community Guidelines</b></a
><br />
</p>
</div>
</div>
</div>
<hr />
<div class="container" style="padding-bottom: 20px">
<div class="row">
<div class="col-lg-3">
<img src="assets/img/logos/dsc_linear.png" alt="dsc-logo" />
</div>
<div class="col-lg-9 copyright" style="font-family: 'Open Sans', sans-serif; font-size: 14px">
© Copyright 2020
<b>DSC MBCET in collaboration with DSC HIT</b>
<span class="hide-bar"> | </span><a id="details_redirect" href="#"><b>Developed with ❤️</b></a>
</div>
</div>
</div>
</div>
</div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js').then(function () {
console.log('Service Worker Registered');
});
}
</script>
<!-- Core JS Files -->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/popper.min.js"></script>
<script src="assets/js/bootstrap-material-design.js"></script>
<!-- Material Kit Core initialisations of plugins and Bootstrap Material Design Library -->
<script src="assets/js/material-kit.js?v=2.0.2"></script>
<script src="assets/assets-custom/js/material-kit-demo.js"></script>
<script src="assets/assets-custom/main.js"></script>
<script src="assets/assets-custom/index.js"></script>
<script>
$('document').ready(function () {
function getLinks(links) {
var result = '';
links.forEach(function (link) {
if (link.linkType === 'Twitter') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'LinkedIn') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'Website') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-link" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'Facebook') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'Github') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'StackOverFlow') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a></li>';
}
if (link.linkType == 'Behance') {
result +=
'<li style="color:rgb(0,101,202);"><a id="social_link1" href="' +
link.link +
'" target="_blank"><i class="fa fa-behance" aria-hidden="true"></i></a></li>';
}
});
return result;
}
function getTemplate(member) {
var template =
'<div class="col-lg-4 container-team-member">\
<div class="clearfix float-my-children">\
<img src="' +
member.displayPicture +
'">\
<div class="team-member-details">\
<span class="team-member-name" style="font-weight:500;" id="blue_text"><b>' +
member.name +
'</b></span><br />\
<span style="font-weight:300;">' +
member.description +
'</span>\
<span>\
<ul>' +
getLinks(member.links) +
'\
</ul>\
</span>\
</div>\
</div>\
</div>';
return template;
}
var html = '';
$.getJSON('./assets/json/team.json', function (members) {
members.forEach(function (member) {
html += getTemplate(member);
});
$('#container-team').append(html);
});
});
</script>
</body>
</html>