forked from BUCSAmbassadors/bucsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
318 lines (302 loc) · 16.7 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Boston University's Computer Science Ambassadors">
<meta name="keywords" content="BU, BUCSA, BU CSA, BU CS Ambassadors, Boston University, Boston University Computer Science">
<title>BU CS Ambassadors | Resources</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="./static/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400&family=Rubik:wght@700&display=swap" rel="stylesheet">
<link rel="shortcut icon" sizes="32x32" href="./static/images/reg logo no background small.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="icon-bar">
<!-- https://css-tricks.com/simple-social-sharing-links/ -->
<!-- assuming link is https://www.bucsambassadors.bu.edu/ -->
<a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.bucsambassadors.bu.edu%2F" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.bucsambassadors.bu.edu%2F&text=Hey%21+BU+CS+Ambassadors+has+a+new+website%21+Take+a+look%21&hashtags=bostonuniversity,bucsambassadors" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="mailto:?subject=Check out this new website&body=Hey! BU CS Ambassadors has a new website! Take a look at https://www.bucsambassadors.bu.edu." title="Share by Email" class="mail"><i class="fa fa-envelope"></i></a>
</div>
<nav class="navbar navbar-expand-lg navbar-light header sticky-top">
<!-- Graphic as link => Alt attribute indicates path [MWAS] -->
<a href="index.html" class="logo">
<img src="./static/images/reg logo no background small.png" alt="./views/index.html">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav nav-style">
<a href="mentor.html" class="nav-item nav-link">Mentorship</a>
<a href="ambassadors.html" class="nav-item nav-link">Ambassadors</a>
<a href="clubs.html" class="nav-item nav-link">Clubs</a>
<a href="resources.html" class="nav-item nav-link">Resources</a>
<a href="contactus.html" class="nav-item nav-link">Contact Us</a>
</div>
</div>
</nav>
<section class="resources-landing">
<div class="resources-landing-left">
<h2>Resources</h2>
<h4>We got all of your BU CS resources right here - a scroll and click away!</h4>
</div>
<div class="resources-landing-right">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/resources-landing.svg" alt="">
</div>
</section>
<section class="resources-events">
<div class="events-header">
<h2>Events</h2>
<br>
<p>Pull out your calendars because we got some exciting upcoming events for you!</p>
</div>
<div class="resources-calendar">
<!--
googlecalendar.js file retrieves the "CS ambassadors" calendar and display events within 1 year since moment they visit the website
STILL NEEDS TO BE DONE: import those data and replace the test events with actual events with the following information:
"Event Name", "Event Time", "Location", "Description", etc.
also edit "Add Full Calendar" link to be able to add all events to the user's google cal
-->
<div class="calendar-event">
<a target="_blank" href="https://calendar.google.com/calendar/u/2/r/eventedit/copy/MGZwbWRldWxrZDQ2NmxubWhmcjhxb244MGpfMjAyMTA2MTlUMTUwMDAwWiBidWNzYW1iYXNzYWRvcnNAbQ">
<div class="calendar-event-add-icon">
<span class="iconify" data-inline="false" data-icon="mdi:calendar"></span>
<span class="icon-text">
<p><b>Add to Calendar</b></p>
</span>
</div>
</a>
<div class="event-contents">
<!-- Adjust accordingly based on content [MWAS] -->
<img src="./static/images/resources-event-resume.svg" alt="Resume Workshop">
<br>
<br>
<h4>Hacks & Hangouts</h4>
<br>
<div class="event-logistics">
<p><span class="iconify" data-inline="false" data-icon="mdi:clock-time-eight"></span>6/2/2021 11:00 AM EST</p>
<p><span class="iconify" data-inline="false" data-icon="mdi:map-marker"></span>Zoom</p>
</div>
<br>
<p>Hacks and Hangout sessions are a place where incoming Freshmen and transfer students have the ability to get to know each other outside of the formal Orientation experience. Get to know possible mentors through interactions with
upperclassmen in our program.
After answering your questions, and get to know your peers through informal conversation, engage with one another through multiplayer games and activities.</p>
</div>
</div>
<div class="calendar-event">
<a target="_blank" href="https://calendar.google.com/calendar/u/2/r/eventedit/copy/MGZwbWRldWxrZDQ2NmxubWhmcjhxb244MGpfMjAyMTA2MjZUMTUwMDAwWiBidWNzYW1iYXNzYWRvcnNAbQ">
<div class="calendar-event-add-icon">
<span class="iconify" data-inline="false" data-icon="mdi:calendar"></span>
<span class="icon-text">
<p><b>Add to Calendar</b></p>
</span>
</div>
</a>
<div class="event-contents">
<!-- Adjust accordingly based on content [MWAS] -->
<img src="./static/images/resources-event-programming.svg" alt="Resume Workshop">
<br>
<br>
<h4>Hacks and Hangouts</h4>
<br>
<div class="event-logistics">
<p><span class="iconify" data-inline="false" data-icon="mdi:clock-time-eight"></span>6/19/2021 11:00 AM EST</p>
<p><span class="iconify" data-inline="false" data-icon="mdi:map-marker"></span>Zoom</p>
</div>
<br>
<p>Hacks and Hangout sessions are a place where incoming Freshmen and transfer students have the ability to get to know each other outside of the formal Orientation experience. Get to know possible mentors through interactions with
upperclassmen in our program.
After answering your questions, and get to know your peers through informal conversation, engage with one another through multiplayer games and activities.</p>
</div>
</div>
<div class="calendar-event">
<a target="_blank" href="https://calendar.google.com/calendar/u/2/r/eventedit/copy/NjA0dGc3NHVtaW5rcmNrOGwwbG81OHU3NDAgYnVjc2FtYmFzc2Fkb3JzQG0">
<div class="calendar-event-add-icon">
<span class="iconify" data-inline="false" data-icon="mdi:calendar"></span>
<span class="icon-text">
<p><b>Add to Calendar</b></p>
</span>
</div>
</a>
<div class="event-contents">
<!-- Adjust accordingly based on content [MWAS] -->
<img src="./static/images/resources-event-speaker.svg" alt="Resume Workshop">
<br>
<br>
<h4>Hacks and Hangouts</h4>
<br>
<div class="event-logistics">
<p><span class="iconify" data-inline="false" data-icon="mdi:clock-time-eight"></span>8/21/2021 11:00 AM EST</p>
<p><span class="iconify" data-inline="false" data-icon="mdi:map-marker"></span>Zoom</p>
</div>
<br>
<p>Hacks and Hangout sessions are a place where incoming Freshmen and transfer students have the ability to get to know each other outside of the formal Orientation experience. Get to know possible mentors through interactions with
upperclassmen in our program.
After answering your questions, and get to know your peers through informal conversation, engage with one another through multiplayer games and activities.</p>
</div>
</div>
</div>
<br>
<br>
<div class="add-whole-calendar-btn">
<!-- Calendar links to embedded version of Google calendar as of now. Probably wanna make it nicer in the future. -->
<button type="button" class="btn-blktored" onclick="window.open('https://calendar.google.com/calendar/u/2/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America/New_York&src=YnVjc2FtYmFzc2Fkb3JzQGdtYWlsLmNvbQ&src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%230B8043&title=BU+CS+Ambassadors&showPrint=0&showTitle=0&showTz=1&showTabs=0', 'Navigate');">Add Full Calendar</button>
</div>
</section>
<section class="resources-jobs">
<div class="jobs-text">
<h2>New Jobs</h2>
<br>
<!-- <p>Interning, Full-Time, Apply Now!</p> -->
<p>Coming soon, but feel free to email us for more info!</p>
</div>
<!-- <div class="jobs-list">
<h3>Data Science</h3>
<ul>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
</ul>
<h3>SWE</h3>
<ul>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
</ul>
<h3>UX/UI</h3>
<ul>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
<li>
<h5><b><i>Job #</i></b></h5>
<p>Description of job.</p>
<a href="./"><p><b>Apply Here</b></p></a>
</li>
</ul>
</div> -->
</section>
<section class="resources-links">
<button style="margin:60px 15px 0px 80px;" type="button" class="cta-btn" onclick="location.href='links.html'">
Useful Links
</button>
<h5 style = "margin:60px 15px 10px 80px;"> From clubs to BU-related information, we got it all!</h5>
</section>
<footer>
<div class="social-icons footer-layer">
<a href="https://www.facebook.com/csa.bu.397" class="icon">
<span class="iconify" data-inline="false" data-icon="mdi:facebook"></span>
</a>
<a href="https://twitter.com/BUCSAmbassadors" class="icon">
<span class="iconify" data-inline="false" data-icon="mdi:twitter"></span>
</a>
<a href="https://www.instagram.com/bucsambassadors/" class="icon">
<span class="iconify" data-inline="false" data-icon="mdi:instagram"></span>
</a>
</div>
<div class="footer-information footer-layer">
<div class="info">
<a href="https://www.bu.edu/cs/" target="_blank">
<p><b>Boston University</b> Arts & Sciences
<br>
Department of Computer Science
</a>
<br>
111 Cummington Mall, Boston, MA 02215
<br>
Phone: (617)353-8919; email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="info">
<a href="./index.html">
<p><b>Boston University</b>
<br>
Computer Science Ambassadors
</a>
<br>
111 Cummington Mall, Boston, MA 02215
<br>
Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-links footer-layer">
<div class="footer-indiv-link">
<a href="https://www.bu.edu/copyright/" target="_blank">
<p><b>© 2021 Trustees of Boston University</b></p>
</a>
</div>
<div class="footer-indiv-link">
<a href="https://www.bu.edu/policies/digital-privacy-statement/" target="_blank">
<p><b>Privacy Statement</b></p>
</a>
</div>
<div class="footer-indiv-link">
<a href="https://www.bu.edu/disability/" target="_blank">
<p><b>Accessibility</b></p>
</a>
</div>
</div>
<div class="footer-bucsa footer-layer">
<a href="./index.html">
<p><b>© 2021 Boston University Computer Science Ambassadors</b></p>
</a>
</div>
<div class="footer-bu footer-layer">
<a href="https://www.bu.edu/" target="_blank">
<!-- Graphic as link => Alt attribute indicates path [MWAS] -->
<img src="./static/images/BU-logo.png" alt="https://www.bu.edu/">
</a>
</div>
<!-- <script src="../googlecalendar.js"></script>
<script src="../googlecalendar.js">
var session = getEvents();
console.log(session);
</script> -->
</footer>
<!-- iconify plugin -->
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>