This repository has been archived by the owner on May 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (112 loc) · 6.11 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
---
layout: default
---
<div class="template-home">
<a id="mlh-trust-badge" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=gray" target="_blank"><img src="{{ "img/mlh-trust-badge.svg" | prepend: site.baseurl }}" alt="Major League Hacking 2018 Hackathon Season" style="width:100%"></a>
<section id="home" class="section-top row">
<div class="medium-12 columns inner">
<div class="main-text">
<h1 class="title">HackPrinceton</h1>
<div class="subtext">
<h2 class="date">November 10-12, 2017</h2>
</div>
<div class="followthrough">
<div class="js-show-if-logged-in hide">
<!-- <a href="https://dayof.hackprinceton.com/" class="button">Dayof Site</a> -->
<a href="https://my.hackprinceton.com/dashboard" class="button"><i class="fa fa-user"></i> My Dashboard</a>
<a href="https://my.hackprinceton.com/logout" class="secondary button">Log Out</a>
</div>
<div class="js-show-if-logged-out">
<!-- <a href="https://dayof.hackprinceton.com/" class="button">Dayof Site</a> -->
<a href="https://my.hackprinceton.com/register" class="button">Apply Now</a>
<a href="https://my.hackprinceton.com/" class="secondary button">Login</a>
</div>
<p>Applications now open for only <br class="hide-for-medium-only"> Princeton students.</p>
</div>
</div>
</div>
</section>
<section id="about" class="section-about">
<div class="row inner">
<div class="medium-4 medium-offset-1 columns title-outer">
<h2 class="title" id="about-title">About</h2>
</div>
<div class="medium-7 large-6 columns end text">
<p>
For 36 hours on November 10 - 12, HackPrinceton will bring together 600 developers and designers from across the country to create incredible software and hardware projects. This semester at HackPrinceton, we will provide a warm and spirited atmosphere for you to build out brilliant, innovative, and wild ideas.
</p>
<p>
At HackPrinceton, you’ll meet fellow hackers, learn new technologies, and hone your skills alongside seasoned mentors. We'll have free food, swag, workshops, free food, mentorship, prizes, games, free food, and more. Don’t have a team, or even an idea? Don’t worry! We’ll give you the tools to build something incredible.
</p>
<p>
Whether this will be your first or your twentieth hackathon — and whether you’re making your first mobile app or want to jump onboard the most developed hardware track in the country — we’d love to see you here!
</p>
</div>
</div>
</section>
<section id="faq" class="section-faq">
<div class="row">
<div class="small-12 large-10 large-centered columns">
<h2 class="title">FAQs</h2>
</div>
</div>
<div class="row">
<div class="medium-12 large-10 large-centered columns text">
<div class="faq-wrap">
<div class="faq-sizer"></div>
{% for faq in site.data.faq %}
<div class="faq" id="faq-text-{{ forloop.index }}" data-toggler=".expanded">
<h2 class="faq-title">
<a data-toggle="faq-text-{{ forloop.index }}">{{ faq.question }}</a>
</h2>
<div class="faq__content">{{ faq.answer }}</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="partners" class="section-sponsors">
<div class="row">
<div class="small-12 large-10 large-centered columns">
<h2 class="title">Partners</h2>
<p class="potential-followthrough">
Interested in partnering with HackPrinceton?
</p>
<p class="potential-followthrough">
Send us a message at <a href="mailto:sponsor@hackprinceton.com">sponsor@hackprinceton.com</a>.
</p>
</div>
</div>
<div class="row">
<div class="small-12 large-10 large-centered columns sponsors">
{% for tier_hash in site.data.tiersorder %}
{% assign tier_name = tier_hash["tier"] %}
{% assign tier = site.data.tiers[tier_name] %}
<div class="sponsors-{{ tier_name }} sponsor-tier">
{% for sponsor in tier %}
<a href="{{ sponsor.Website }}" target="_blank">
<img src="{{ "img/sponsors" | prepend: site.baseurl }}/{{ sponsor.Logo }}" alt="{{ sponsor.Sponsor }}" />
</a>
{% endfor %}
</div>
{% endfor %}
<div class="sponsors-partners-text">Special thanks to:</div>
<div class="sponsors-partners sponsor-tier">
{% for sponsor in site.data.partners %}
<a href="{{ sponsor.Website }}" target="_blank">
<img src="{{ "img/sponsors" | prepend: site.baseurl }}/{{ sponsor.Logo }}" alt="{{ sponsor.Sponsor }}" />
</a>
{% endfor %}
</div>
</div>
</div>
<div class="row">
<div class="small-12 medium-8 large-6 medium-centered columns">
<a href="https://ninaswaffles.com/shop/">
<img src="{{ "img/sponsors/ninas.jpg" | prepend: site.baseurl }}" alt="Nina's Waffles">
</a>
</div>
</div>
</section>
</div>