-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
268 lines (242 loc) · 11.1 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
<!DOCTYPE html>
<html>
<head>
<title>WCS @ UIUC</title>
<meta name="description" content="Women in Computer Science is an organization under
CS@Illinois that strives to provide opportunities and a
community for female CS students at University of Illinois." />
<meta http-equiv="content-type" content="text/html" charset="UTF-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta property="og:title" content="Women in Computer Science" />
<meta property="og:type" content="company" />
<meta property="og:site_name" content="Women in Computer Science" />
<meta property="og:url" content="http://www.illinoiswcs.org" />
<meta property="og:image" content="assets/img/wcs/officerOpenGraph.jpg" />
<!-- Favicon Data -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicons/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png" />
<link rel="manifest" href="assets/img/favicons/site.webmanifest" />
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Mallanna|Roboto:400,700&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="assets/lib/fontawesome/css/font-awesome.min.css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/home.css" />
<script type="text/javascript" src="assets/lib/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="assets/lib/jquery-easing-original/jquery.easing.min.js"></script>
<script type="text/javascript" src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/lib/mustache/mustache.min.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
<script type="text/javascript" src="/assets/js/officers.js"></script>
<script type="text/javascript" src="assets/js/main_carousel.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div id="navbar"></div>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v14.0"
nonce="3ssviHgQ"></script>
<script>
$(function () {
$("#navbar").load("/components/navbar.html");
});
</script>
<script type="text/x-mustache" id="mainCarouselTemplate">
<img
src="/assets/img/events/{{image}}"
class="carousel-image-styling"
alt="{{alt}}"
/>
</script>
<!--main header carousel-->
<div id="main-carousel" class="carousel slide" data-ride="carousel">
<!--indicators-->
<ol class="carousel-indicators" id="indicators"></ol>
<!--images in carousel-->
<div class="carousel-inner" id="carousel-images"></div>
<!--left and right controls-->
<a class="left carousel-control" href="#main-carousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#main-carousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
<div class="main-heading-container">
<h2 class="main-heading">Women in Computer Science at UIUC</h2>
</div>
</div>
<!--main carousel speed change-->
<script type="text/javascript">
$(document).ready(function () {
$("#main-carousel").carousel({
interval: 6000,
pause: false,
});
});
</script>
<div class="home-content">
<div class="wcs-welcome">
<h2 class="header">Welcome to Women in Computer Science</h2>
<p>
Women in Computer Science (WCS) is a non-profit, educational student
group under the University of Illinois at Urbana-Champaign Computer
Science Department. The organization is dedicated to supporting the
efforts of young women who are pursuing a career in computer science
or show an overall interest in technology. Because the number of women
pursuing computer science has been steadily decreasing, WCS aims to
provide a network of support for members to rely on for advice and
camaraderie. We welcome everyone irrespective of gender and major!
</p>
</div>
<div class="row row-centered" id="members">
<div class="col-md-6">
<h2 class="member-subheaders">Our Committees</h2>
<div id="committees-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#committees-carousel" data-slide-to="0" class="active"></li>
<li data-target="#committees-carousel" data-slide-to="1"></li>
<li data-target="#committees-carousel" data-slide-to="2"></li>
<li data-target="#committees-carousel" data-slide-to="3"></li>
<li data-target="#committees-carousel" data-slide-to="4"></li>
<li data-target="#committees-carousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img class="carousel-img" src="/assets/img/events/wcs and stripe.png" alt="Corporate" />
<div class="carousel-caption">
<h4>Corporate</h4>
<p>
We garner corporate interest for club and event
sponsorships and partner with companies to host
General Meetings, networking events, tech talks, and more.
</p>
</div>
</div>
<div class="item">
<a href="https://illinois-wcs-explorations.notion.site/WCS-Explorations-b936f1d332224e5d90541bb1ec9c022f"
target="_blank">
<img class="carousel-img" src="/assets/img/members/techteam.jpg" alt="Explorations" />
<div class="carousel-caption">
<h3>Explorations</h3>
<p>
WCS Explorations helps with all things technical!
We offer frequent technical and interview preparation
workshops, end-to-end project experience through our
Dev Ada project cycle, and host an annual hackathon,
Code Ada.
</p>
</div>
</a>
</div>
<div class="item">
<img class="carousel-img" src="/assets/img/favicons/android-chrome-512x512.png" alt="Infrastructure" />
<div class="carousel-caption">
<h4>Infrastructure</h4>
<p>
Welcome to WCS Infrastructure! We are responsible for
the design, development, and deployment of the WCS website,
as well as its ongoing maintenance.
</p>
</div>
</div>
<div class="item">
<a href="mentoring/index.html">
<img class="carousel-img" src="/assets/img/members/mentoring.jpg" alt="Mentoring" />
<div class="carousel-caption">
<h3>Mentoring</h3>
<p>
WCS Mentoring is focused on supporting fellow students!
Whether it be through providing personal, professional,
or academic resources, our focus is on providing personal
and career development opportunities for UIUC students.
</p>
</div>
</a>
</div>
<div class="item">
<a href="outreach/index.html">
<img class="carousel-img" src="/assets/img/members/outreach.jpg" alt="Outreach" />
<div class="carousel-caption">
<h3>Outreach</h3>
<p>
Welcome to WCS Outreach! We are the subdivision of WCS
dedicated to encouraging young women to pursue a computer
science education.
</p>
</div>
</a>
</div>
<div class="item">
<a href="https://social-committee-24.notion.site/WCS-Social-610d0ed1178347c78caffecf24152781?pvs=4"
target="_blank">
<img class="carousel-img" src="/assets/img/members/social.jpg" alt="Social" />
<div class="carousel-caption">
<h3>Social</h3>
<p>
Welcome to WCS Social Committee! Join us for a multitude
of events, memorable gatherings, and networking opportunities.
We aim to provide an inclusive and engaging environment
for everyone!
</p>
</div>
</a>
</div>
</div>
<a class="left carousel-control" href="#committees-carousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#committees-carousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-6">
<h2 class="member-subheaders">Upcoming Events</h2>
<ul id="events-list" class="list-group"></ul>
</div>
</div>
</div>
<div id="footer"></div>
<script>
$(function () {
$("#footer").load("/components/footer.html");
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "UA-51793372-1", "auto");
ga("send", "pageview");
</script>
</body>
</html>