-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
299 lines (270 loc) · 16.5 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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" href="img/favicon.png"/>
<title>PalyHacks</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Titillium+Web">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=David+Libre">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Hind+Guntur">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Dosis">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Orbitron">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Arimo">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Hind">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
</head>
<body id="page-top">
<style>
.sponsors {
background: linear-gradient(rgba(10, 90, 11, 0.9), rgba(10, 90, 11, 0.9)), url('img/codein2017.jpg'), no-repeat center center fixed;
-webkit-background-size:cover;
-mox-background-size:cover;
-o-background-size:cover;
-background-size:cover;
display:block;
background-size:cover !important;
background-repeat: no-repeat;
background-attachment:fixed;
color:white !important!;
clear:both;
}
#sponsor img {
width:100%;
height:50%;
}
</style>
<!--Home-->
<header>
<div class="cutBackground header-content">
<div class="header-content-inner" style = "padding-top: 7% !important">
<div class = "emblem"><img src="img/emblem.svg"></img></div>
<div class="header-huge">PalyHacks 2018</div>
<div class = "header-large" style="">April 21 - 22, 2018</div>
<div class = "header-medium" style = "margin-bottom: 20px">Palo Alto High School</div>
<a href="https://palyhacks-slack.herokuapp.com/" class="btn btn-default btn-lg"><i class="fa fa-eye fa-fw"></i> <span class="network-name"> Slack </span></a>
<a href="https://palyhacks2018.devpost.com/" class="btn btn-default btn-lg"><i class="fa fa-eye fa-fw"></i> <span class="network-name">Devpost</span></a>
<p class = "codeblock-p" style = "max-width: 400px !important;">Thanks for coming to PalyHacks 2018, and follow our <a class = "codeblock" href = 'https://www.facebook.com/palyhacks/'>Facebook</a> page for updates in 2019!</p>
</div>
</div>
</div>
</header>
<!--NavBar-->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top" style = "z-index:50;">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#faq">FAQ</a></li>
<li><a class="page-scroll" href="#schedule">Schedule</a></li>
<li><a class="page-scroll" href="#sponsor">Sponsors</a></li>
<li><a id = "loginButton" data-popup-open="popup-1" href="#">Team</a></li>
</ul>
</div>
</div>
</nav>
<!--Team-->
<div class="popup" data-popup="popup-1">
<div class="popup-inner">
<h3 class = "popup-header">Meet Us</h3>
<div class="no-gutter">
<div class="col-lg-4 col-sm-4 col-xs-6 team-member">
<img src="img/team/me.jpg" class="img-responsive" alt="">
<h4>Emily Yu</h4>
<p>Director</br>Founder</p>
</div>
<div class="col-lg-4 col-sm-4 col-xs-6 team-member">
<img src="img/team/kov.jpg" class="img-responsive" alt="">
<h4>Kevin Fang</h4>
<p>Organizer</br>Sponsorship</p>
</div>
<div class="col-lg-4 col-sm-4 col-xs-6 team-member">
<img src="img/team/thomas.jpg" class="img-responsive" alt="">
<h4>Thomas McGall</h4>
<p>Organizer</br>Outreach/Marketing</p>
</div>
<div class="col-lg-4 col-sm-4 col-xs-6 team-member">
<img src="img/team/neil.png" class="img-responsive" alt="">
<h4>Neil Yeung</h4>
<p>Organizer</br>Logistics</p>
</div>
<div>
</div>
<hr>
</div>
<a class="popup-close" data-popup-close="popup-1" href="#">x</a>
</div>
</div>
<!-- Schedule-->
<section class="schedule" id="about">
<div class="container">
<div class="row" style = "margin-left:10%; margin-right:10%">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading" style="color:green;">Hello World</h2>
<p id="subtitle">Welcome to Palo Alto High School's second high school hackathon.</p>
<hr class = "primary">
<p>PalyHacks is an international 24-hour hackathon for high school students hosted at Palo Alto School in Palo Alto, CA; run by students, made for students. In PalyHacks, we invite anyone with an interest in technology to come and build a project! Regardless of your skill level, you and your friends are invited to code, build, learn and have fun!</p>
<p>PalyHacks will be taking place in Palo Alto High School located in 50 Embarcadero Rd, Palo Alto, CA in the Media Arts Center.</p>
</div>
</div>
</div>
</section>
<!--FAQ-->
<section id="faq" class="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading white">FAQ</h2>
<hr>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<p class="text-muted">Q: What is a hackathon?</p>
<p class="text-muted">A: A hackathon is a place where coders, designers, and anyone with an idea can come and make their ideas a reality. More information on hackathons can be found <a class = "inline-link" href="https://mlh.io/parent-hackathon-guide" target="_blank">here</a>.</p>
<p class="text-muted">Q: Can I go alone?</p>
<p class="text-muted">A: For sure. If you come alone, we can help you form teams, and it is a great opportunity to meet new people as well. </p>
<p class="text-muted">Q: Who can come?</p>
<p class="text-muted">A: Anyone currently enrolled in a high school is eligble to sign up. If you are over the age limit and wish to attend, please contact us directly.</p>
<p class="text-muted">Q: What should I bring?</p>
<p class="text-muted">A: Bring your school ID, computer, chargers, friends, and anything you might want to use in your hack. Food will be provided, but you are welcome to bring your own as well. </p>
<p class="text-muted">Q: Where is it?</p>
<p class="text-muted">A: PalyHacks will be located at 50 Embarcadero Road, Palo Alto, CA, at Palo Alto High School's Media Arts Center. Signs will be posted to assist people in getting there.</p>
</div>
<div class="col-lg-6">
<p class="text-muted">Q: How much does it cost?</p>
<p class="text-muted">A: It's completely free. We will provide food and drink, as well as some hardware that you can use in your hacks.</p>
<p class="text-muted">Q: What should I make?</p>
<p class="text-muted">A: Make anything you are interested in. We will have a panel of judges to evaluate your projects at the end.</p>
<p class="text-muted">Q: What if I'm interested in mentoring?</p>
<p class="text-muted">A: That's great! Fill out the form <a class = "inline-link" href ="https://palyhacks.typeform.com/to/U00Sy1">here</a> and we will get back to you shortly.</p>
<!--
<p class="text-muted">Q: Will there be travel reimbursements?</p>
<p class="text-muted">A: Travel reimbursements may be offered depending on the popularity of signups from a particular area (Hint - get your friends to sign up!).</p> -->
<p class="text-muted">Q: What if my question isn't covered on the FAQ?</p>
<p class="text-muted">A: No worries! Feel free to contact us at <a href="mailto:info@palyhacks.io" class = "inline-link">info@palyhacks.io</a></p>
</div>
</div>
</div>
</section>
<!-- Schedule -->
<section id="schedule">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading green">Schedule</h2>
<p>Doors will close at 11:30 PM and reopen at 6:00 AM</p>
<hr>
<!-- <p>Doors will close at 11:30 PM and reopen at 6:00 AM</p> -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 container-fluid">
<p class = "schedule-header">Day 1: April 21</p>
<p class = "schedule-text"><b>5:00PM</b> Check In</p>
<p class = "schedule-text"><b>6:00PM</b> Opening Ceremony/Team Mixer</p>
<p class = "schedule-text"><b>7:00PM</b> Dinner</p>
<p class = "schedule-text"><b>8:00PM</b> Entrepreneurship and Ideation: Leangap</p>
<p class = "schedule-text"><b>9:00PM</b> Graphic Design and Branding: Leangap</p>
<!-- <p class = "schedule-text"><b>10:00PM</b> TBD: Gunn Girls Tech Club</p> -->
</div>
<div class="col-lg-6 col-md-6 col-sm-6 container-fluid">
<p class = "schedule-header">Day 2: April 22</p>
<p class = "schedule-text"><b>12:00AM</b> Midnight Snack</p>
<p class = "schedule-text"><b>12:30AM</b> League of Legends Tournament</p>
<p class = "schedule-text"><b>4:20AM</b> Essential Special Workshop</p>
<p class = "schedule-text"><b>7:00AM</b> Breakfast</p>
<p class = "schedule-text"><b>10:00AM</b> Cup Stacking Activity</p>
<p class = "schedule-text"><b>12:00PM</b> Lunch</p>
<p class = "schedule-text"><b>3:00PM</b> Project Submission</p>
<p class = "schedule-text"><b>4:00PM</b> Present Hacks</p>
<p class = "schedule-text"><b>5:00PM</b> Awards and Closing Ceremony</p>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="schedule sponsors" id="sponsor">
<div class="container">
<h2 class="section-heading white">Sponsors</h2>
<hr>
<h5 class="" style="text-align:center; color: white; padding-bottom: 10px">Interested in being a sponsor? Check out our sponsorship package or send us an email at info@palyhacks.io!</h2>
<div class="row" style = "padding-bottom:20px; margin-left:15%">
<div class="col-md-12" style = "margin: 20px">
<a href="https://web.wechat.com/" target="_blank"><img src="img/wechat.png" style = "/*padding-bottom: 40px*/"><br></a>
</div>
<div class = "col-lg-6 col-md-6">
<a target="_blank" href="https://www.oracle.com/index.html"><img src="img/oracle.png" style="margin:30px"><br></a>
<a href="https://www.desmos.com/" target="_blank"><img src="img/desmos.png" style = "/*padding-bottom: 40px*/"><br></a>
<a href="https://www.jetbrains.com/" target="_blank"><img src="img/jetbrains.png" style = "padding: 0px"><br></a>
<a target="_blank" href="https://www.twilio.com/"><img src="img/twilio.png" style="margin-left:30px; padding-bottom:20px;"></a>
<a target="_blank" href="http://www.cityofpaloalto.org/gov/depts/csd/recreation/teens/think_fund/default.asp"><img src="img/thinkfund.png" style = "padding-bottom: 40px"></a>
</div>
<div class = "col-lg-6 col-md-6" style = "">
<a href="https://www.wolframalpha.com/" target="_blank"><img src="img/wolfram.png" style = "padding-top: 10px;padding-bottom: 20px;"><br></a>
<a href="https://www.soylent.com/" target="_blank"><img src="img/soylent.png" style = " padding-bottom: : 40px"><br></a>
<a href="https://www.sketchapp.com/" target="_blank"><img src="img/sketch.png" style = "padding: 0px"><br></a>
<a href="https://www.makeschool.com" target="_blank"><img src="img/MakeSchool_Logo_Hrz_RGB.png" style = "padding-top:0px; width:120%; padding-bottom: 20px"><br></a>
<a target="_blank" href="https://leangap.org/"><img src="img/leangap-full.png" style="margin-left:30px; ; padding-bottom: 10px; padding-top: 10px"><br></a>
<a target="_blank" href="https://balsamiq.com/"><img src="img/balsamiq.png" style="margin-left:30px; ; padding-bottom: 10px"><br></a>
<a target="_blank" href="https://www.monsterproducts.com/"><img src="img/monsterlogo.png" style="margin-left:30px; padding-bottom:20px;"></a>
<a target="_blank" href="http://www.cityofpaloalto.org/"><img src="img/palogo.png" style = "padding-left:30px"><br></a>
<a target="_blank" href="https://www.interviewcake.com/"><img src="img/icake.png" style = "padding-left:30px; margin-top: 20px"><br></a>
</div>
<div class = "row" style = "padding-bottom: 20px">
<div class = "col-lg-12" style = "text-align: center !important">
<a href="sponsorpackage.pdf" class="btn btn-default btn-lg"><i class="fa fa-eye fa-fw"></i> <span class="network-name">Sponsorship Package</span></a>
</div>
</div>
</div>
</section>
</body>
<!-- Footer -->
<footer style="padding-top:10px; padding-bottom: 10px; background-color: rgba(10, 90, 11, 0.9)">
<div class="container">
<div class = "row">
<div style = "display: flex !important">
<div class = "col-lg-4" style = "padding-top:5px !important">
<a href="https://palyhacks.github.io/palyhacks-2017/" class="btn btn-default btn-lg"><i class="fa fa-eye fa-fw"></i> <span class="network-name" style = "font-family: 'Montserrat', sans-serif;">2017</span></a>
</div>
</div>
</div>
</footer>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendor/app.js"></script>
<script type="text/javascript">
$(function() {
//----- OPEN
$('[data-popup-open]').on('click', function(e) {
var targeted_popup_class = jQuery(this).attr('data-popup-open');
$('[data-popup="' + targeted_popup_class + '"]').fadeIn(350);
e.preventDefault();
});
//----- CLOSE
$('[data-popup-close]').on('click', function(e) {
var targeted_popup_class = jQuery(this).attr('data-popup-close');
$('[data-popup="' + targeted_popup_class + '"]').fadeOut(350);
e.preventDefault();
});
});
</script>
</html>