forked from govhack-science/govhack-science.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
180 lines (170 loc) · 7.36 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
---
layout: bootstrap
no_major_sponsors: true
---
<!-- Registration, tiles etc -->
<section id="preamble">
<div class="container gh-tiles">
<div class="row" style="display: none">
<div class="col-xs-12">
<div class="panel-group" id="regoAccordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="regoHeading">
<h4 class="panel-title">
<a role="button" class="collapsed" data-toggle="collapse" data-parent="#regoAccordion" href="#regoCollapse" aria-expanded="false" aria-controls="regoCollapse">
<strong>Registrations are still open! Click here.</strong>
</a>
</h4>
</div>
<div id="regoCollapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="regoHeading">
<div class="panel-body">
<p> Choose your home state to register, and don't forget to <a href="locations.html">read up on your chosen event</a>.</p>
{% for jurisdiction in site.jurisdictions %}
{% assign jurisdictions = "" %}
{% unless jurisdiction.eventbrite == nil %}
<div class="col-md-2 col-sm-3 col-xs-6">
<strong>🎫 <a href="{{ jurisdiction.eventbrite }}">{{ jurisdiction.title }} tickets</a></strong>
</div>
{% endunless %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
{% if site.collections.prizes.enabled == true %}
<div class="col-md-6">
<a href="/prizes.html" class="tile blue tile--prizes">
<div class="tile-caption">
<h3>Prizes</h3>
<p>Shoot for the moon!</p>
</div>
</a>
</div>
{% endif %}
<!--<div class="col-md-6">-->
<!--<a href="/handbook" class="tile pink tile--handbook">-->
<!--<div class="tile-caption">-->
<!--<h3>Handbook</h3>-->
<!--<p>Information for competitors and developers</p>-->
<!--</div>-->
<!--</a>-->
<!--</div>-->
</div>
</div>
<div class="col-md-6">
<div class="row">
{% if site.cfg.has_hackerspace == true %}
<div class="col-md-6">
<a href="https://2016.hackerspace.govhack.org" class="tile blue tile--hackerspace">
<div class="tile-caption">
<h3>Hackerspace</h3>
<p>Official team registration and submissions</p>
</div>
</a>
</div>
{% endif %}
{% if site.collections.datasets.enabled == true %}
<div class="col-md-6">
<a href="/datasets.html" class="tile pink tile--datasets">
<div class="tile-caption">
<h3>Datasets</h3>
<p>Use official datasets to compete for prizes</p>
</div>
</a>
</div>
{% endif %}
</div>
</div>
</div>
</div>
</section>
<!-- Main Content -->
<section id="intro">
<div class="container">
<div>
<p>
<h2 data-toc-text="Welcome">Welcome to GovHack 2017!</h2>
</p>
</div>
</div>
</section>
{% comment %}
<!-- Theme Section -->
{% assign theme_ids = "" %}
{% for theme in site.themes %}
{% if theme.jurisdiction == "australia" %}
{% assign theme_ids = theme_ids | append: theme.id %}
{% assign theme_ids = theme_ids | append: "," %}
{% endif %}
{% endfor %}
{% unless theme_ids == "" %}
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row header-row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" id="themes">Themes</h2>
<h3 class="section-subheading text-muted">A few themes to get you started</h3>
</div>
</div>
<div class="row">
{% assign theme_ids_list = theme_ids | split: "," %}
{% include theme_cards.bs.html theme_ids=theme_ids_list %}
</div>
<div class="row">
<h3 class="section-subheading text-muted">We also have some state-specific themes to help you out...</h3>
{% include jurisdictions_bar.bs.html section="prizes" %}
</div>
</div>
</section>
{% endunless %}
{% assign dataportal_ids = "" %}
{% for dataportal in site.dataportals %}
{% if dataportal.type == "major-portal" %}
{% assign dataportal_ids = dataportal_ids | append: dataportal.gid %}
{% assign dataportal_ids = dataportal_ids | append: "," %}
{% endif %}
{% endfor %}
{% unless dataportal_ids == "" %}
<!-- Data Portals Section -->
<section id="portfolio">
<div class="container">
<div class="row header-row">
<div class="col-lg-12 text-center">
<h1 class="section-heading">Data Portals</h1>
</div>
</div>
<div class="row">
<p>
While GovHack higlights a small number of official competition datasets, the full treasure trove of government data is available from a range of government, agency, and subject-area specific data portals. Visit our <a href="datasets.html">datasets</a> page for the full list.
</p>
{% assign dataportal_ids_list = dataportal_ids | lstrip | split: "," %}
{% include dataportal_cards.bs.html dataportal_ids=dataportal_ids_list %}
</div>
</div>
</section>
{% endunless %}
{% endcomment %}
{% comment %}
<!-- Mentors Section -->
{% if site.mentors.size > 0 %}
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row header-row">
<div class="col-lg-12 text-center">
<h1 class="section-heading" id="mentors">Mentors</h1>
</div>
</div>
<div class="row">
{% assign mentors_by_jurisdn = site.mentors | group_by:"jurisdiction" %}
{% include mentor_card_by_jurisdiction.bs.html mentors_by_jurisdn=mentors_by_jurisdn %}
</div>
</div>
</section>
{% endif %}
{% endcomment %}
{% include sponsor_block.bs.html sponsor_level="national" jurisdiction_gid="australia" jurisdiction_name="National" %}