forked from BoilerCamp/site-S16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (206 loc) · 9.26 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
<!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">
<title>BoilerCamp</title>
<meta name="description" content="A bootcamp for hackathons">
<meta name="author" content="The BoilerMake Team">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,900' rel='stylesheet' type='text/css'>
<!-- stylesheets -->
<!-- <link rel="stylesheet" href="assets/stylesheets/bootstrap.css" type="text/css"> -->
<link rel="stylesheet" href="assets/stylesheets/base.css" type="text/css">
<!-- javascripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- // <script src="assets/bootstrap/javascripts/bootstrap.js"></script> -->
</head>
<body>
<div class="banner" data-0="top: 0px;" data-344="top: -344px;">
<img class="text-image" src="assets/images/boiler-text.png" alt="Boiler">
<img src="assets/images/patch-textured.png" alt="">
<img class="text-image" src="assets/images/camp-text.png" alt="Camp">
</div>
<div class="mobile-banner"></div>
<nav class="navbar" data-0="top: 384px;" data-344="top: 40px;">
<a class="logo" href="/" data-0="transform: translateX(-140px); opacity: 0;" data-344="transform: translateX(0); opacity: 1;">
<img src="assets/images/patch-textured.png" alt="">
</a>
<div class="nav-center">
<a href="#about">About</a>
<a href="#schedule">Schedule</a>
<a href="#faq">FAQ</a>
</div>
<a class="button" href="https://boilermake.typeform.com/to/JOU67M">Sign Up</a>
</nav>
<nav class="navbar mobile-nav">
<a class="logo" href="/">
<img src="assets/images/patch-textured.png" alt="">
</a>
<a class="button" href="https://boilermake.typeform.com/to/JOU67M">Sign Up</a>
</nav>
<div class="about" id="about">
<div class="container-row">
<div class="photos">
<div class="photo" style="transform: rotate(-2deg);">
<img src="assets/images/gallery_1.jpg" alt="">
</div>
<div class="photo-row" style="margin-top: -48px;">
<div class="photo" style="transform: rotate(1deg);">
<img src="assets/images/gallery_2.jpg" alt="">
</div>
<div class="photo" style="transform: rotate(-1deg);">
<img src="assets/images/gallery_3.jpg" alt="">
</div>
</div>
</div>
<div class="text">
<h2>What is BoilerCamp?</h1>
<p>
Back by popular demand, BoilerCamp is a day-long workshop on April 2nd that will give you the tools to make you a better developer. This time around, you'll learn to use Node and Angular to create your own interactive web app. Along the way, you'll learn how to work with online services using Postman and set up your own database with mongoDB. We'll bring mentors, swag, and tons of food. You just bring your laptop!
</p>
</div>
</div>
</div>
<div class="schedule-faq">
<div class="container-row">
<div class="text" id="schedule">
<h2 style="transform: rotate(-2deg);">Schedule</h1>
<div class="schedule-row">
<p class="time">10 – 10:30 am</p>
<p class="description">Check In</p>
</div>
<div class="schedule-row">
<p class="time">10:30 – 11 am</p>
<p class="description">What is an API?</p>
</div>
<div class="schedule-row">
<p class="time">11 – 11:30 am</p>
<p class="description">Postman Activity</p>
</div>
<div class="schedule-row">
<p class="time">11:30 – 12 pm</p>
<p class="description">Javascript Basics</p>
</div>
<div class="schedule-row">
<p class="time">12 – 12:30 pm</p>
<p class="description">What is Node.js?</p>
</div>
<div class="schedule-row">
<p class="time">12:30 – 1:30 pm</p>
<p class="description">Node Activity</p>
</div>
<div class="schedule-row">
<p class="time">1:30 – 2:30 pm</p>
<p class="description">Lunch</p>
</div>
<div class="schedule-row">
<p class="time">2:30 – 3 pm</p>
<p class="description">What is AngularJS?</p>
</div>
<div class="schedule-row">
<p class="time">3 – 4 pm</p>
<p class="description">Angular Activity</p>
</div>
</div>
<div class="text cards-text" id="faq">
<h2>FAQ</h2>
<div class="columns">
<div class="cards">
<div class="card">
<h3>Who can attend BoilerCamp?</h3>
<p>
BoilerCamp is for any Purdue University undergraduate student, with little to no experience in programming. You can be in any major— all that we ask is that you want to learn.
</p>
</div>
<div class="card">
<h3>I want to attend! What should I know?</h3>
<p>
Sign up <a href="https://boilermake.typeform.com/to/JOU67M">here</a>. We’ll send you more information once the event gets closer.
</p>
</div>
<div class="card">
<h3>Is this a hackathon?</h3>
<p>
No, BoilerCamp is a one day program aimed at preparing you for your first hackathon.
</p>
</div>
<div class="card">
<h3>How will I know if I've been accepted?</h3>
<p>
The event will be first-come first-serve until the room is filled up. Make sure you show up early to grab a spot!
</p>
</div>
</div>
<div class="cards">
<div class="card">
<h3>What should I bring?</h3>
<p>
Bring your computer, charger, phone and a notebook. We'll take care of everything else.
</p>
</div>
<div class="card">
<h3>When and where is BoilerCamp?</h3>
<p>
BoilerCamp will take place on Saturday, April 2nd, in the Armstrong Hall of Engineering (Room B061).
</p>
</div>
<div class="card">
<h3>Do I have to attend the whole day?</h3>
<p>
While it's not required we highly recommend that you stay present throughout the entire event.
</p>
</div>
<div class="card">
<h3>How much does it cost?</h3>
<p>Nothing. It's on the house.</p>
</div>
<div class="card">
<h3>Have more questions?</h3>
<p>Email us day or night at <a href="mailto:[email protected]">[email protected]</a>!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>Brought to you by the BoilerMake team.</p>
</div>
<script src="assets/javascripts/main.js"></script>
<script type="text/javascript" src="assets/javascripts/skrollr.min.js"></script>
<script type="text/javascript">
var initSkrollr = function() {
if (window.innerWidth > 960) {
var s = skrollr.init({
smoothScrolling: false
});
}
}
$(document).ready(function() {
initSkrollr();
$(window).resize(function(event) {
initSkrollr();
});
});
</script>
</body>
</html>