-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (43 loc) · 1.57 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
---
layout: default
title: ''
---
<section class='hide-mobile contain'>
<div class='liner clearfix center fill-darken2 dark pin-top col12'>
<h2 class='pad2'>
{{ site.title }}, March 2015, Dar es Salaam.
</h2>
</div>
<ul class='slider clearfix pin-top col12'>
<li><img src='img/splash/Face2face1.jpg' title='Connect Face to Face with YALI Fellows' /></li>
<li><img src='img/splash/keko.jpg' title='Explore the Techniques of Community Mapping' /></li>
</ul>
</section>
<section class='show-mobile fill-light center pad2 space-bottom2'>
<h2 class='space-bottom1'><a href='{{site.baseurl}}' target='_blank'>{{ site.title }}</a>!</h2>
<h3 class='quiet'>YALI Connect Camp Community Mapping Sessions. Hands on experience with OpenStreetMap and idea generation for community mapping back home.</h3>
</section>
<section class='hide-mobile clearfix limiter col12'>
<div class='pad4y'>
<h2>YALI Connect Camp Community Mapping Sessions. Hands on experience with OpenStreetMap and idea generation for community mapping back home.</h2>
</div>
<!--
<div class='col6 margin3 space-bottom4'>
<div class='col12 pad4 center keyline-all space-bottom4 clearfix'>
<h3>Sign up for updates</h3>
<p class='quiet prose'>Keep up to date on the {{site.title}}</p>
<div><h2><a href="http://mailinglistlink.org/" target='_blank'>{{site.title}} mailing list</a></h2></div>
</div>
</div>
-->
</section>
<script>
$(function(){
$('.slider').bxSlider({
pager: false,
controls: true,
auto: true,
captions: true
});
});
</script>