This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprehacks-schedule.html
99 lines (92 loc) · 5.54 KB
/
prehacks-schedule.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
---
layout: default
title: PreHacks
---
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 id="prehacks-header">Program Schedule</h3>
<table class="table">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">9:00-9:30AM</th>
<td>Program Introduction</td>
<td>Get hyped and join us as we kick off PreHacks with some important event information and announcements to help guide you through this action-packed day!</td>
</tr>
<tr>
<th scope="row">9:30-10:00AM</th>
<td>Beginners Guide to Hackathons</td>
<td>What's a hackathon? How much experience do I need to participate? Do I need to know how to code? In this brief introduction, you'll learn all about how you can create a cool hackathon project, build connections, and make the most of your hackathon experience!<td>
</tr>
<tr>
<th scope="row">10:00-10:30AM</th>
<td>Livestream AMA for First-Time Hackers</td>
<td>Welcome to the hacker community! We are so happy to have you here! In this livestream, you’ll get all your burning questions about hackathons answered and hear from experienced hackers and TechTogether alumni!<td>
</tr>
<tr>
<th scope="row">10:30-10:45AM</th>
<td>Break</td>
<td>Sit back, relax, and take a break from Zoom.</td>
</tr>
<tr>
<th scope="row">10:45-11:30 PM</th>
<td>Friend Buildling Activity</td>
<td>No event is truly fun without friends! Come join us for some exciting activities that’ll be sure to get you laughing and bonding with fellow students. Who knows, maybe you’ll find your hackathon team? </td>
</tr>
<tr>
<th scope="row">11:30-12:30 PM</th>
<td>Intro to Web Development</td>
<td>Ever wonder how to create your own website? Well, you're in luck! This workshop will teach you the fundamentals of HTML/CSS so you can build your very first website!</td>
</tr>
<tr>
<th scope="row">12:30-1:30PM</th>
<td>Creating Art with Javascript</td>
<td>Explore the intersection of programming and art with this fun and interactive workshop! Build your programming skills and let those creative juices flow as you learn how to make some cool creations with JavaScript. </td>
</tr>
<tr>
<th scope="row">1:30-1:45PM</th>
<td>Break</td>
<td>Sit back, relax, and take a break from Zoom.</td>
</tr>
<tr>
<th scope="row">1:45-2:15PM</th>
<td>Friend Buildling Activity</td>
<td>No event is truly fun without friends! Come join us for some exciting activities that’ll be sure to get you laughing and bonding with fellow students. Who knows, maybe you’ll find your hackathon team? </td>
</tr>
<tr>
<th scope="row">2:15-3:15PM</th>
<td>Admissions Session & AMA with Current BU Students</td>
<td>The college admissions process can sound scary-- but it doesn’t have to be that way! If you want to know the inside scoop on what college admissions are looking for or how you can get a head start, join us for this session to interact with current BU students and get all your college admissions questions answered.</td>
</tr>
<tr>
<th scope="row">3:15-3:30PM</th>
<td>Break</td>
<td>Sit back, relax, and take a break from Zoom.</td>
</tr>
<tr>
<th scope="row">3:30-4:30PM</th>
<td>Guide to Landing a High School Internship</td>
<td>Want to learn how to land your first internship? In this workshop, you’ll learn what exciting internship opportunities are available for high school students and what you can do to break into the tech industry.</td>
</tr>
<tr>
<th scope="row">4:30-5:00PM</th>
<td>Program Close</td>
<td>Congratulations! You made it! After a long day of learning, networking, and skill-building, we hope you feel ready to crush your next hackathon. Come join us for a final session to close out PreHacks and celebrate all that you’ve just accomplished.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<link rel="stylesheet" type="text/css" href="css/prehacks.css">
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
{% include stayintouch.html %}