forked from govhackaustralia/govhackaustralia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
29 lines (25 loc) · 1.11 KB
/
sponsors.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
---
layout: bootstrap
title: Sponsors
no_major_sponsors: true
---
<!-- Main Content -->
<!--<section id="portfolio">
<div class="container">
<div class="row">
<h3 class="section-subheading text-muted">Browse datasets for your state...</h3>
{% include jurisdictions_bar.bs.html section="datasets" %}
</div>
</div>
</section>-->
{% include sponsor_block.bs.html sponsor_level="national" jurisdiction_gid="australia" jurisdiction_name="National" %}
{% for jurisdiction in site.jurisdictions %}
{% unless jurisdiction.gid == "australia" or jurisdiction.gid == "nz" %}
{% include sponsor_block.bs.html sponsor_level="state" jurisdiction_gid=jurisdiction.gid jurisdiction_name=jurisdiction.name %}
{% for location in site.locations %}
{% if location.jurisdiction == jurisdiction.gid %}
{% include sponsor_block.bs.html sponsor_level="local" jurisdiction_gid=jurisdiction.gid jurisdiction_name=location.name location_gid=location.gid heading_level="h3" %}
{% endif %}
{% endfor %}
{% endunless %}
{% endfor %}