-
Notifications
You must be signed in to change notification settings - Fork 73
/
team.html
198 lines (178 loc) · 7.05 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<title>GirlScript Website Boilerplate | Team</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="google-site-verification" content="e0dcB4k63dAZ7bMt_F9jWwZadbNO18iuZ_NZKDEavJs" />
<meta
name="keywords"
content="tech events, coding competition, introduction to coding, computer coding for beginners, girls who code program, coding contest, coding competition, girls can code, introduction to programming, learn computer programming"
/>
<meta
name="description"
content="This website is a base for Chennai chapter, and serves a template for other chapters. All the channel-specific tech events, coding competitions, and other resources are mentioned in this website."
/>
<meta name="application-name" content="GirlScript Website Boilerplate | Team" />
<meta name="author" content="GirlScript Website BoilerPlate" />
<meta name="robots" content="index,follow" />
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta name="designer" content="GirlScript Website Boilerplate | Team" />
<meta name="copyright" content="GirlScript Website Boilerplate | Team" />
<meta
name="abstract"
content="This website is a base for Chennai chapter, and serves a template for other chapters. All the channel-specific tech events, coding competitions, and other resources are mentioned in this website."
/>
<meta name="topic" content="GirlScript Foundation-Chennai Chapter | Team" />
<meta
name="summary"
content="This website is a base for Chennai chapter, and serves a template for other chapters. All the channel-specific tech events, coding competitions, and other resources are mentioned in this website."
/>
<meta
name="msapplication-tooltip"
content="GirlScript Chennai is a website for the Chennai Chapter that showcases events and opportunities in Chennai."
/>
<meta name="apple-mobile-web-app-title" content="GirlScript Foundation-Chennai Chapter | Team" />
<meta name="og:site_name" content="https://girlscriptboilerplate.netlify.app/team.html" />
<meta name="og:title" content="GirlScript Foundation-Chennai Chapter | Team" />
<meta name="og:url" content="https://girlscriptboilerplate.netlify.app/team.html" />
<meta name="og:image" content="assets/Images/logo/gs_chennai_logo2/.png" />
<link rel="icon" href="assets/Images/logo/gs.png" type="image/png" sizes="16x16" />
<link
rel="index"
title="GirlScript Foundation-Chennai Chapter | Team"
href="https://girlscriptboilerplate.netlify.app/team.html"
/>
<link
rel="start"
title="GirlScript Foundation-Chennai Chapter | Team"
href="https://girlscriptboilerplate.netlify.app/"
/>
<link
rel="prev"
title="GirlScript Foundation-Chennai Chapter | Team"
href="https://girlscriptboilerplate.netlify.app/"
/>
<link
rel="next"
title="GirlScript Foundation-Chennai Chapter | Team"
href="https://girlscriptboilerplate.netlify.app/team.html"
/>
<link
rel="search"
href="https://girlscriptboilerplate.netlify.app/team.html"
type="application/opensearchdescription+xml"
title="GirlScript Foundation-Chennai Chapter | Team"
/>
<!-- Google Font Api -->
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css" />
<!-- Footer -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- JQuery -->
<!--JQuery minified-->
<script
src="https://code.jquery.com/jquery-3.5.0.min.js"
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
crossorigin="anonymous"
></script>
<!-- Bootstrap -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<!-- Bootstrap Scripts -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/team.css" />
</head>
<body>
<div class="loader-box">
<div class="hollowLoader">
<div class="largeBox"></div>
<div class="smallBox"></div>
</div>
</div>
<!-- Header -->
<section id="team">
<div class="container">
<div class="row">
<h1 class="section-heading center" id="teamHeading">Our <span class="team-part">Team</span></h1>
<div class="team-description">
<hr class="mw-100 line" />
<h4 class="text-center">
We've got a strong team filled with caffeine addicted developers, gradient loving designers
and machine like working managers.
</h4>
</div>
</div>
</div>
</section>
<script src="https://apps.elfsight.com/p/platform.js" defer></script> <div class="elfsight-app-ca833261-01d4-4da0-9f20-97feac39eef7"></div>
<h1 class="team-center-heading">The <span>Board</span></h1>
<br />
<div id="board" class="container-cards bootstrap-off">
<!-- Injected Cards Dynamically -->
</div>
<br /><br />
<hr class="seperator" />
<br />
<h1 class="team-center-heading">Technical <span>Team</span></h1>
<br />
<div id="technical" class="container-cards bootstrap-off">
<!-- Injected Cards Dynamically -->
</div>
<br /><br />
<hr class="seperator" />
<br />
<h1 class="team-center-heading">Creatives <span>Team</span></h1>
<br />
<div id="creatives" class="container-cards bootstrap-off">
<!-- Injected Cards Dynamically -->
</div>
<br /><br />
<hr class="seperator" />
<br />
<h1 class="team-center-heading">Management <span>Team</span></h1>
<br />
<div id="management" class="container-cards bootstrap-off">
<!-- Injected Cards Dynamically -->
</div>
<script src="./scripts/team-cards.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.1/vue.min.js"></script>
<script src="./scripts/team.js"></script>
<script src="./scripts/app.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164715490-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-164715490-1');
</script>
</body>
</html>