-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookatour.html
69 lines (62 loc) · 2.67 KB
/
bookatour.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Hidden Jakarta - Guided Tours of the Slums of Jakarta, Indonesia</title>
</head>
<body id="tour">
<header>
<nav>
<a href="index-hj.html">Home</a>
<a href="bookatour.html">Book a tour</a>
<a href="makeadonation.html">Make a donation</a>
<a href="storiesfromtheslums">Stories from the slums</a>
</nav>
<h1>Book a tour</h1>
<p>Hidden Jakarta gives tourists unique access to the residents of the slums and their living conditions for a donation. </p>
<p>Run by the Yayasan Interkultur Foundation, the Hidden Jakarta tours are intended to raise awareness of extreme poverty and those left behind.</p>
</header>
<aside>
<p class="testimonial">This is not a poverty Safari. What Ronny does is unusual. He creates an environment where everyone is comfortable and can communicate as equals" - Brendan, UK</p>
</aside>
<section id="bookatour" class="half">
<article>
<h1>Hidden Jakarta Tour</h1>
<p>Meet the residents of Kampong Urban Village and experience their situation and the conditons they live in.</p>
<p>Local transportation willbe used throughtout the tour. Transportation is run by local people. Transportation will need to be paid for seoerately however this ensures the local community is supported.</p>
<p>This is a private tour run on a not-for-profit basis. All fees are donated to the Yayasan Interkultur Foundation and shared with the residents of the slums.</p>
<!--<p>All tour participants areasked to bring the following as a donation for the local people</p>
<ul>
<li>healthy food such as fruit or biscuits</li>
<li>educational books for the children</li>
<li>soap and other toiletries</li>
<li>feminine hygiene products such as sanitary towels</li>
<li>toothbrushes and toothpaste</li>
</ul>
<p>Your aupport can make a rel difference to the lives of the urban poor in Jakarta.</p>-->
<a class="button" href="mailto:[email protected]">Book a tour</a>
</article>
</section>
<aside>
<h1>Make a donation</h1>
<p>A small donation can make a big difference to the people of Jakarta living in extreme poverty.</p>
<a class="button" href="makeadonation">Make a donation</a>
</aside>
<section id="stories" class="half">
<h1>Meet the residents</h1>
<a class="button" href="storiesfromtheslums.html">Stories from the slums of Jakarta</a>
</section>
<footer>
<div class="thirds">
<h3>Contact</h3>
</div>
<div class="thirds">
<h3>About</h3>
</div>
<div class="thirds">
<h3>Design and photography by <a href="http://www.instagram.com/brenm">Bren</a></h3>
</div>
</footer>
</body>
</html>