-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (105 loc) · 3.06 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
---
layout: default
---
<section id="hero">
<div class="backdrop"></div>
<div class="content">
<div class="col-md-6">
<img src="/images/hackpdx_logo.png" />
</div>
<div class="col-md-6">
<div class="text-content">
<h1><span class="label label-primary">Winter Event</span></h1>
<h1 class="display-4">Dec 5, 2015</h1>
<dl class="row dl-horizontal">
<dt class="col-xs-3">WHERE:</dt>
<dd class="col-xs-9"><a href="https://www.eventbrite.com/e/hackpdx-winter-hackathon-airbnb-portland-tickets-19642377881#map-target">Airbnb Portland</a></dd>
<dt class="col-xs-3">THEME:</dt>
<dd class="col-xs-9">Education</dd>
<dt class="col-xs-3">REGISTER:</dt>
<dd class="col-xs-9"><a href="https://www.eventbrite.com/e/hackpdx-winter-hackathon-airbnb-portland-tickets-19642377881">Here</a></dd>
</dl>
</div>
</div>
</div>
</section>
<section id="intro">
<div class="content text-center">
<h1>We're HackPDX</h1>
<p class="lead">
A nonprofit group dedicated to throwing Portland's largest hackathons and
building awesome hacks for PDX.
</p>
<p class="lead">
Want updates on our hackathon shenanigans? Join our mailing list:
{% include mailchimp.html %}
</p>
</div>
</section>
<section id='faq'>
<div class="content">
<h1 class="display-4">
FAQ's
</h1>
<div class="row">
<div class="col-md-6">
<h1>_</h1>
<h5>Who can go to your hackathons?</h5>
<p>
Anyone willing to get their hands dirty building something awesome!
Hardware, software, art, data analysis, whatever your skill or skill
level come on down and bring your best hackathon ideas and drive
to get stuff done.
</p>
</div>
<div class="col-md-6">
<h1>_</h1>
<h5>I Want to Host/Sponsor/Promote a Hackathon</h5>
<p>
Awesome! We're always looking to support new hacks. Send us an email
at <a href="mailto:[email protected]">[email protected]</a>
and we'll get back to you right away!
</p>
</div>
</div>
</div>
</section>
<section id='about'>
<div class="content">
<h1 class="display-4">
About Us
</h1>
<div class="row">
{% for member in site.data.members %}
<div class="col-md-6">
<h1>_</h1>
<h5>{{ member.name }}</h5>
<p>
{{member.blurb}}
</p>
</div>
{% endfor %}
</div>
</div>
</section>
<section id='contact'>
<div class="content">
<h1 class="display-4">
Contact
</h1>
<div class="row">
<div class="col-md-6">
<h1>_</h1>
<p>
<a href="https://twitter.com/hackpdx"><i class="fa fa-twitter" ></i> @hackpdx</a>
</p>
</div>
<div class="col-md-6">
<h1>_</h1>
<p>
<a href="mailto:[email protected]"><i class="fa fa-envelope-o" ></i> [email protected]</a>
</p>
</div>
</div>
</div>
</section>