-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (264 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<title>Home | GWC</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon"
type="image/png"
href="/favicon/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="/css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="/css/animate.css">
<link rel="stylesheet" href="/css/owl.carousel.min.css">
<link rel="stylesheet" href="/css/owl.theme.default.min.css">
<link rel="stylesheet" href="/css/magnific-popup.css">
<link rel="stylesheet" href="/css/aos.css">
<link rel="stylesheet" href="/css/ionicons.min.css">
<link rel="stylesheet" href="/css/bootstrap-datepicker.css">
<link rel="stylesheet" href="/css/jquery.timepicker.css">
<link rel="stylesheet" href="/css/flaticon.css">
<link rel="stylesheet" href="/css/icomoon.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div w3-include-html="/menu.html" active-item="home"></div>
<!-- END nav -->
<section class="jumbotron jumbotron-fluid" id="home-jumbotron">
<div class="container">
<h1 class="display-4 my-5">Welcome to IHS Girls Who Code!</h1>
<hr class="border border-secondary my-5">
<p class="lead my-5">We're a high school club striving to close the gender gap in computer science.</p>
<p class="lead my-5">
<a class="btn btn-primary btn-lg" href="/about.html" role="button">More about us</a>
</p>
</div>
</section>
<section class="ftco-section ftco-no-pt ftco-no-pb">
<div class="container">
<div class="row no-gutters">
<div class="col-md-5 p-md-5 img img-2 d-flex justify-content-center align-items-center order-md-last" style="background-image: url(images/3.png);">
</div>
<div class="col-md-7 wrap-about pt-md-5 ftco-animate">
<div class="heading-section mb-5 pt-5 pl-md-5">
<div class="pr-md-5 mr-md-5 text-md-right">
<span class="subheading">What do we do?</span>
<h2 class="mb-4">Here are a few things...</h2>
</div>
</div>
<div class="pr-md-3 pr-lg-5 pl-md-5 mr-md-5 mb-5">
<div class="services-wrap d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-innovation"></span>
</div>
<div class="media-body pl-md-0 pl-4 pr-4 order-md-first text-md-right">
<h3 class="heading"> Teach people how to code</h3>
<p>We offer a variety of languages for students to choose and learn. We teach Python, Java, C++, and HTML/CSS. No prior experience is needed!</p>
</div>
</div>
<div class="services-wrap d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-innovation"></span>
</div>
<div class="media-body pl-md-0 pl-4 pr-4 order-md-first text-md-right">
<h3 class="heading">Fun Events</h3>
<p> From field trips to tech-related museums to guest speaker events, we have it all! Join us to get free access to valuable experience that you won't be able to get elsewhere.</p>
</div>
</div>
<div class="services-wrap d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-innovation"></span>
</div>
<div class="media-body pl-md-0 pl-4 pr-4 order-md-first text-md-right">
<h3 class="heading">Cybersecurity</h3>
<p>Besides coding, we will also be diving into other aspects and subcategories of computer science: cybersecurity! Starting 2021-2022, we will be rolling out new curriculum and program in regards to cybersecurity.</p>
</div>
</div>
<div class="services-wrap d-flex">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-innovation"></span>
</div>
<div class="media-body pl-md-0 pl-4 pr-4 order-md-first text-md-right">
<h3 class="heading">Welcoming Community</h3>
<p>Ever thought something along the lines of "...wow I wish I knew more girls who were into Computer Science like I am"? Look no further!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-counter" id="section-counter" style="background-image: url(images/2.png);" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row d-md-flex align-items-center">
<div class="col-lg-4">
<div class="heading-section pl-md-5 heading-section-white">
<div class="ftco-animate">
<span class="subheading">Some</span>
<h2 class="mb-4">Interesting Facts</h2>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="row d-md-flex align-items-center">
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="text-center">
<div class="text">
<strong class="number" data-number="4">0</strong>
<span>...number of languages we teach</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="text-center">
<div class="text">
<strong class="number" data-number="19">0</strong>
<span>...meetings last school year</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="text-center">
<div class="text">
<strong class="number" data-number="30">0</strong>
<span>...and more members</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="text-center">
<div class="text">
<strong id="daysEstablished" class="number" data-number="0">0</strong> <!--data-number increases automatically through JavaScript below-->
<span>...days since we were established</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Automating "number of days since established" by adding 1 every day-->
<script type="text/javascript">
var date1 = new Date("5/2/2019");
var date2 = new Date();
var diffInTime = date2.getTime() - date1.getTime();
var diffInDays = Math.floor(diffInTime / (1000 * 3600 * 24));
document.getElementById("daysEstablished").dataset.number = diffInDays;
</script>
<!--<section class="ftco-section testimony-section ftco-no-pt">
<div class="container-fluid px-4">
<div class="row ftco-animate">
<div class="col-md-12 testimony-top">
<div class="carousel-testimony owl-carousel">
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer description</p>
<p class="name">Lauren Hur</p>
<span class="position">President</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_2.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer Description</p>
<p class="name">Srika Chagarlamudi</p>
<span class="position">Co-Vice President</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_3.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer description</p>
<p class="name">Charlotte Chau</p>
<span class="position">Co-Vice President</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer description</p>
<p class="name">Sanjhee Gupta</p>
<span class="position">Secretary</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer description</p>
<p class="name">Anusri Chavali</p>
<span class="position">Treasurer</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 pb-5 text-center">
<div class="user-img mb-5" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-5">Officer description</p>
<p class="name">Lakshana Viswa</p>
<span class="position">Events Coordinator</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>-->
<div w3-include-html="/footer.html"></div>
<!-- END footer -->
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery-migrate-3.0.1.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/jquery.easing.1.3.js"></script>
<script src="/js/jquery.waypoints.min.js"></script>
<script src="/js/jquery.stellar.min.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<script src="/js/jquery.magnific-popup.min.js"></script>
<script src="/js/aos.js"></script>
<script src="/js/jquery.animateNumber.min.js"></script>
<script src="/js/jquery.mb.YTPlayer.min.js"></script>
<script src="/js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="/js/google-map.js"></script>
<script src="/js/main.js"></script>
</body>
</html>