|
1 | 1 | {% extends 'homepage.html' %}{% load sass_tags humanize partition static %}
|
2 | 2 |
|
3 |
| -{% block head_meta_description %}{{ HURUmap.name }} provides useful facts and |
| 3 | +{% block head_meta_description %}{{ HURUMAP.name }} provides useful facts and |
4 | 4 | data about land ownership in South Africa. Compare places using tables and maps,
|
5 | 5 | download data, and embed charts on your site.{% endblock %}
|
6 | 6 |
|
|
15 | 15 | </li>
|
16 | 16 | {% endblock header_menu %}
|
17 | 17 |
|
18 |
| -{% block header_content %} |
19 |
| -<div class="content-container clearfix bg-color-secondary text-center"> |
20 |
| - <div class="wrapper"> |
21 |
| - <h1>Discover the Data behind our Land</h1> |
22 |
| - <h4>{{ HURUMAP.name }} provides useful facts and data about land ownership in South Africa.</h4> |
23 |
| - </div> |
24 |
| -</div> |
25 |
| -{% endblock header_content %} |
26 |
| - |
27 |
| -{% block how_it_works %} |
28 |
| -<div class="wrapper clearfix how-it-works"> |
29 |
| - <h1>How It Works</h1> |
30 |
| - <br/> |
31 |
| - <div class="column-third"> |
32 |
| - <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/checklist.svg' %}"/></span></p> |
33 |
| - <h3>Find Facts</h3> |
34 |
| - <p>Land ownership data is broken down by province and category: agricultural land, erven and urban land and sectional title land. </p> |
35 |
| - </div> |
36 |
| - <div class="column-third"> |
37 |
| - <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/analysis.svg' %}"/></span></p> |
38 |
| - <h3>Visualize</h3> |
39 |
| - <p>Our library of charts gives you insight into land data from provinces you research. Look for them on profile pages. You can embed the charts on your own site. </p> |
| 18 | +<!-- Empty header content to override top discover banner --> |
| 19 | +{% block header_content %}{% endblock header_content %} |
| 20 | + |
| 21 | +{% block content_container %} |
| 22 | + |
| 23 | + <div class="clearfix"> |
| 24 | + <div id="slippy-map"></div> |
| 25 | + <!-- Map Explainer; floating discover banner --> |
| 26 | + <div class="map-explainer-wrapper"> |
| 27 | + <div class="map-explainer"> |
| 28 | + <i class="fa fa-times cross" |
| 29 | + onclick="javascript:$('.map-explainer-wrapper').css('display', 'none')"></i> |
| 30 | + <div style="padding-bottom: 2%"> |
| 31 | + <h2 class="font-weight-bold" style="font-size: 2em"> |
| 32 | + Discover the stories behind <br/> our <span style="color: #269a92;">land</span></h2> |
| 33 | + <hr> |
| 34 | + </div> |
| 35 | + <p>{{ HURUMAP.name }} gives journalist and civic activists |
| 36 | + useful facts and data about land ownership in South Africa</p> |
| 37 | + <a class="btn btn-primary btn-sm text-uppercase font-weight-light" |
| 38 | + href="{{HURUMAP.url}}/profiles/country-ZA-south-africa/"> |
| 39 | + EXPLORE SOUTH AFRICA |
| 40 | + <img class="border-0" src="{% static 'img/icons/blurbs/button-arrow.svg' %}" |
| 41 | + alt="button arrow" |
| 42 | + style="height:15px; width: 18px; box-shadow: none; object-fit: contain;"> |
| 43 | + </a> |
| 44 | + </div> |
| 45 | + </div> |
40 | 46 | </div>
|
41 |
| - <div class="column-third-end"> |
42 |
| - <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/visualization.svg' %}"/></span></p> |
43 |
| - <h3>Get Context</h3> |
44 |
| - <p>Pre-computed land statistics are presented alongside each data point so you can see how each place fits into a large context.</p> |
| 47 | + |
| 48 | + <div class="showcase how-it-works bg-tan text-center"> |
| 49 | + {% block how_it_works %} |
| 50 | + <div class="wrapper clearfix how-it-works"> |
| 51 | + <h1>How It Works</h1> |
| 52 | + <br/> |
| 53 | + <div class="column-third"> |
| 54 | + <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/checklist.svg' %}"/></span></p> |
| 55 | + <h3>Find Facts</h3> |
| 56 | + <p>Land ownership data is broken down by province and category: agricultural land, erven and urban land and sectional title land. </p> |
| 57 | + </div> |
| 58 | + <div class="column-third"> |
| 59 | + <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/analysis.svg' %}"/></span></p> |
| 60 | + <h3>Visualize</h3> |
| 61 | + <p>Our library of charts gives you insight into land data from provinces you research. Look for them on profile pages. You can embed the charts on your own site. </p> |
| 62 | + </div> |
| 63 | + <div class="column-third-end"> |
| 64 | + <p><span class="img-bg rounded bg-color-primary"><img src="{% static 'img/icons/blurbs/visualization.svg' %}"/></span></p> |
| 65 | + <h3>Get Context</h3> |
| 66 | + <p>Pre-computed land statistics are presented alongside each data point so you can see how each place fits into a large context.</p> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <div class="clearfix"></div> |
| 70 | + <div class="wrapper" style="margin: 30px auto;"> |
| 71 | + <a href="/help" class="btn btn-lg bg-bottle-green">Learn more</a> |
| 72 | + </div> |
| 73 | + {% endblock %} |
45 | 74 | </div>
|
46 |
| -</div> |
47 |
| -<div class="clearfix"></div> |
48 |
| -<div class="wrapper" style="margin: 30px auto;"> |
49 |
| - <a href="/help" class="btn btn-lg bg-bottle-green">Learn more</a> |
50 |
| -</div> |
51 |
| -{% endblock %} |
| 75 | + |
| 76 | + {% include 'blocks/showcase.html' %} |
| 77 | + |
| 78 | + {% include 'blocks/partners.html' with extra_css_class='bg-tan' %} |
| 79 | + |
| 80 | +{% endblock content_container %} |
52 | 81 |
|
53 | 82 | {% block homepage_javascripb_libs %}
|
54 | 83 | {{ block.super }}
|
|
0 commit comments