-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
310 lines (291 loc) · 10.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Boston College Computer Science Society"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="img/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/icons/favicon-16x16.png"
/>
<link rel="manifest" href="img/icons/site.webmanifest" />
<link
rel="mask-icon"
href="img/icons/safari-pinned-tab.svg"
color="#8a100b"
/>
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery-3.5.1.min.js"></script>
<script
src="https://unpkg.com/typewriter-effect@latest/dist/core.js"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/ddaf86e2a8.js"></script>
<title>BCCSS</title>
</head>
<div class="navigation-container">
<img src="img/Logo.svg" class="logo" />
<div class="navitems-container">
<div class="navitem nav-selected" id="nav-home">Home</div>
<div class="navitem" id="nav-about">About Us</div>
<div class="navitem" id="nav-team">Team</div>
<div class="navitem" id="nav-events">Events</div>
<!-- <div class="navitem">Wiki</div>
<div class="navitem">Blog</div> -->
</div>
</div>
<body>
<!-- Home -->
<div class="home-container" id="home-section">
<div class="wave-container">
<img class="wave1" src="img/Wave1.svg" />
<img class="wave2" src="img/Wave2.svg" />
</div>
<div class="title">Boston College</div>
<div id="sub-title"></div>
<form
action="https://bccss.us4.list-manage.com/subscribe/post?u=1b70be498004c115d153aaeeb&id=59bdfc55c0&f_id=0003b0e8f0"
method="POST"
>
<div class="signup-container">
<img class="gasson" src="img/Gasson.svg" />
<input
type="email"
name="EMAIL"
placeholder="[email protected]"
autocapitalize="off"
autocorrect="off"
class="email-input"
/>
<button type="submit" name="subscribe" class="join-button">
Join
</button>
</div>
<input type="hidden" name="u" value="1b70be498004c115d153aaeeb" />
<input type="hidden" name="id" value="59bdfc55c0" />
</form>
</div>
<!-- About -->
<div id="about-section">
<div class="banner">
<h1 class="right" id="about">About BCCSS</h1>
</div>
<p class="mission">
The Boston College Computer Science Society aims to foster an inclusive
tech community for students of all majors to develop their coding
skills, encourage each other to make their ideas come to life, and help
students navigate through their career journey.
</p>
<div class="about-container">
<div class="item">
<div class="circle-icon">
<i class="fas fa-users"></i>
</div>
<h1>Events</h1>
<p class="description">
The community team is here to help students connect with alumni,
faculty and fellow technologists in the BC community. This semester
we’re holding virtual events to help provide an environment where
the CS community can comfortably network and interact with one
another.
</p>
</div>
<div class="item">
<div class="circle-icon">
<i class="fas fa-graduation-cap"></i>
</div>
<h1>Workshops</h1>
<p class="description">
We organize informative community workshops and project nights for
students of all experience levels to build and learn new skills.
Join us for topics such as collaborative project management on
GitHub, basic iOS development in Swift, and advanced machine
learning applications.
</p>
</div>
<div class="item">
<div class="circle-icon">
<img src="\img\HTH.svg" />
</div>
<h1>Hackathons</h1>
<p class="description">
We are excited to introduce Boston College's seventh 24-hour
hackathon! It will feature virtual technical workshops, tech talks, and prizes
for beginners and seasoned hackers alike. The event kicks off on
Saturday, October 22 and concludes on Sunday, October 23.
</p>
</div>
</div>
</div>
<!-- Team -->
<div id="team-section">
<div class="banner">
<h1 class="left" id="team">Team</h1>
</div>
<div class="team-buttons">
<div class="team-button selected" id="button-core">
<div class="button-icon">
<svg
width="63px"
height="57px"
viewBox="0 0 63 57"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<g
id="Page-1"
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
>
<g
id="Revised"
transform="translate(-15.000000, -18.000000)"
fill="#FECB41"
>
<path
d="M62.2861372,53.3305191 C62.2861372,56.6092684 59.6281857,59.2672199 56.3494364,59.2672199 L35.2620541,59.2672199 C21.754018,58.1068888 15,51.6978298 15,40.0400428 C15,22.5533624 25.3771287,18 35.2620541,18 C45.114294,18 54.9665339,18 64.8187738,18 C67.9533879,18 70.4944946,20.5411068 70.4944946,23.6757208 C70.4944946,26.8103348 67.9533879,29.3514416 64.8187738,29.3514416 L35.2620541,29.3514416 C29.4315584,29.699415 26.5163105,32.7934711 26.5163105,38.63361 C26.5163105,44.4737488 29.4315584,47.3938182 35.2620541,47.3938182 L56.3494364,47.3938182 C59.6281857,47.3938182 62.2861372,50.0517697 62.2861372,53.3305191 Z M30.2083574,38.9367009 C30.2083574,35.6579515 32.8663089,33 36.1450582,33 L57.2324406,33 C70.7404766,34.1603311 77.4944946,40.5693902 77.4944946,52.2271771 C77.4944946,69.7138575 67.1173659,74.2672199 57.2324406,74.2672199 C47.3802006,74.2672199 37.5279607,74.2672199 27.6757208,74.2672199 C24.5411068,74.2672199 22,71.7261132 22,68.5914991 C22,65.4568851 24.5411068,62.9157783 27.6757208,62.9157783 L57.2324406,62.9157783 C63.0629363,62.5678049 65.9781841,59.4737488 65.9781841,53.63361 C65.9781841,47.7934711 63.0629363,44.8734017 57.2324406,44.8734017 L36.1450582,44.8734017 C32.8663089,44.8734017 30.2083574,42.2154502 30.2083574,38.9367009 Z"
id="Combined-Shape"
></path>
</g>
</g>
</svg>
</div>
<h3>Executive Board</h3>
</div>
</div>
<div class="teams-container">
<div class="team-group" id="team-core">
<div class="member">
<img src="img/people/sahil.jpg" alt="Sahil" />
<h3>Sahil</h3>
<h4>Co-President</h4>
</div>
<div class="member">
<img src="img/people/rafa.jpg" alt="Rafa" />
<h3>Rafa</h3>
<h4>Co-President</h4>
</div>
<div class="member">
<img src="img/people/victoria.jpg" alt="Victoria" />
<h3>Victoria</h3>
<h4>Hack the Heights Director</h4>
</div>
<div class="member">
<img src="img/people/josh.png" alt="Josh" />
<h3>Josh</h3>
<h4>Treasurer</h4>
</div>
<div class="member">
<img src="img/people/harim.jpg" alt="Harim" />
<h3>Harim</h3>
<h4>Co-Tech Team Lead</h4>
</div>
<div class="member">
<img src="img/people/ava.jpg" alt="Ava" />
<h3>Ava</h3>
<h4>Co-Tech Team Lead</h4>
</div>
<div class="member">
<img src="img/people/hunter.jpg" alt="Hunter" />
<h3>Hunter</h3>
<h4>Community & Career Team Lead</h4>
</div>
<div class="member">
<img src="img/people/julia.jpg" alt="Julia" />
<h3>Julia</h3>
<h4>Design Team Lead</h4>
</div>
<div class="member">
<img src="img/people/kayta.jpg" alt="Kayta" />
<h3>Kayta</h3>
<h4>Co-Marketing & Social Chair</h4>
</div>
<div class="member">
<img src="img/people/nathan.jpg" alt="Nathan" />
<h3>Nathan</h3>
<h4>Co-Marketing & Social Chair</h4>
</div>
</div>
</div>
</div>
<!-- Events -->+
<div id="events-section">
<div class="banner">
<h1 class="right" id="events">Events</h1>
</div>
<div class="event-card-container">
<div class="event-card">
<img
src="img/social/schiller.jpg"
/>
<div class="content">
<div class="event-title">First General Meeting</div>
<div class="event-details">
<span>September 5th, 2023 </span>
<span> • </span>
<span>6 PM - 7 PM </span>
<span> • </span>
<span> Schiller TBD </span>
</div>
<div class="event-description">
<p>
First General Meeting of BCCSS 2023-2024! Come join us to learn about future events and open E-Board positions.
</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/navbar.js"></script>
<script src="js/type.js"></script>
<script src="js/teams.js"></script>
</body>
<br />
<br />
<br />
<div class="footer">
<div class="social-buttons">
<a
class="social-button"
href="https://www.facebook.com/bostoncollegecss/"
target="_blank"
>
<img alt="facebook" draggable="false" src="img/social/facebook.png" />
</a>
<a
class="social-button"
href="https://twitter.com/bccssociety"
target="_blank"
>
<img alt="twitter" draggable="false" src="img/social/twitter.png" />
</a>
<a
class="social-button"
href="mailto:[email protected]"
target="_blank"
>
<img alt="gmail" draggable="false" src="img/social/gmail.png" />
</a>
</div>
<p>© Boston College Computer Science Society 2023</p>
</div>
</html>