forked from old-jekyll-templates/DopeTrope-Jekyll-Theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
62 lines (57 loc) · 1.95 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
---
title: The AAG Mapathon
layout: landing
---
<body class="homepage">
{% include header_landing.html %}
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<div class="row" id="projects">
<div class="12u">
<!-- Portfolio -->
<section>
<header class="major" >
<h2>Mapping Projects</h2>
</header>
<div class="row">
<div class="4u">
<section class="box">
<a href="{{ site.baseurl }}/mekelle/" class="image featured"><img src="{{ site.baseurl }}/assets/images/mekelle.png" alt="" /></a>
<header>
<h3>Mekelle ‒ Ethiopia</h3>
</header>
<!--<p>More details to come!</p>-->
<footer>
<a href="{{ site.baseurl }}/mekelle/" class="button alt">Start Mapping</a>
</footer>
</section>
</div>
<div class="4u">
<section class="box">
<a href="{{ site.baseurl }}/pokhara/" class="image featured"><img src="{{ site.baseurl }}/assets/images/pokhara.png" alt="" /></a>
<header>
<h3>Pokhara ‒ Nepal</h3>
</header>
<footer>
<a href="{{ site.baseurl }}/pokhara/" class="button alt">Start Mapping</a>
</footer>
</section>
</div>
<div class="4u">
<section class="box">
<a href="{{ site.baseurl }}/mozambique/" class="image featured"><img src="{{ site.baseurl }}/assets/images/malaria-spraying.jpg" alt="" /></a>
<header>
<h3>Zambezia Province ‒ Mozambique</h3>
</header>
<footer>
<a href="{{ site.baseurl }}/mozambique/" class="button alt">Start Mapping</a>
</footer>
</section>
</div>
</div>
</section>
</div>
</div>
</div>
</div>