-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-hj.html
100 lines (88 loc) · 4.12 KB
/
index-hj.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!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>
<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.html">Stories from the slums</a>
</nav>
<h1>Experience Hidden Jakarta</h1>
<h2>Guided Tours of the Slums of Jakarta</h2>
<div>
<a class="button" href="bookatour.html">Book a tour</a>
<a class="button" href="makeadonation.html">Make a donation</a>
</div>
</header>
<aside>
<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>
</aside>
<!--<section id="intro" class="half">
<article>
<h1>Experience Hidden Jakarta</h1>
<p>We ask all participants to bring some healthy food, medicine, tooth brushes nd toothpaste, and any stationary or books to donate to he people you will meet as part of the tour. The local children in particular will appreciate it.</p>
<p>This is not a poverty safari or slum tourism. We believe in creating an environment where people can meet as equals and exchange informational.</p>
<a class="button">Book a tour</a>
<a class="button">Make a donation</a>
<article>
</section> -->
<section id="ronny" class="half">
<article class="transparent">
<h1>Meet Ronny, your guide to Hidden Jakarta</h1>
<p>Ronny has lived in Jakarta with his wife Anneka for 45 years. He is very familiar and well known and loved by the people living there. He is the founder of the Yayasan Interkulture Foundation campaigning for better quality of life for those living in extreme poverty.</p>
<p>Ronny has worked with internationally acclaimed filmmakers and photographers, showing them around the slums of Jakarta. With his wife Anneka he will act as your personal guide around the slums, ensuring you are safe while introducing you to the residents and their way of life.</p>
<a class="button" href="bookatour.html">Book a tour</a>
<!-- <p>Ronny knows many of the residents and their stories personally. </p>
<p>Using local transport you will get an authentic view of the city of Jakarta normally not accessible to tourists while supporting the local community.</p> -->
</article>
</section>
<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="facts" class="half">
<article>
<h1>Over 12,000 families live in the slums of Jakarta</h1>
<p>Living in extreme poverty. They have no access to clean water or formal sanitation.</p>
<p>Many of the children cannot afford to go to school and are trapped in the cycle of poverty.</p>
<a class="button" href="makeadonation.html">Make a donation</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>
</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>
<aside>
<h1>Hidden Jakarta tours</h1>
<p>Experience the slums of Jakarta and find out how you can help</p>
<!--
<ul>
<li>examples of what a donation pays for</li>
<li>what is yayasamn interkultur and what does it do? Who runs it or is imvolved?</li>
<li>examples pf work undertken by interkultur</li>
<p>Set up a monthly donation via PayPal</p> -->
<a class="button" href="bookatour.html">Book a tour</a>
</aside>
<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>