-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkaret copy.html
180 lines (164 loc) · 9.68 KB
/
karet copy.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styling.css">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="16x16">
<title>Home</title>
</head>
<body>
<div class="section">
<div class="site-contanier">
<nav>
<img src="images/Logo.png" height="100px" width="250px">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="research.html">Our Research</a></li>
<li><a href="getinvolved.html">Get Involved</a></li>
<li><a href="interviews.html">Interviews</a></li>
</ul>
</nav>
<div class="head-banner">
<h1>Karet Study</h1>
<p>Located in the centre of one of Jakarta's busiest business areas, Karet is home to a large kampung community</p>
</div>
</div>
</div>
<div class="section2">
<div class="site-container small">
<div class="text-box">
<h3>The Cost of Living: The roots economy's role in providing food, drink and somewhere safe to sleep</h3>
<p>For our first piece of independent research demonstrating the benefits of mixed income living, we focus on the Karet neighbourhood; a strategic location in the centre of one of Jakarta's busiest business areas, and also home to a large kampung community. The ways in which commercial life in this area and the interior settlement interact and influence each other will be the core of this investigation.</p>
</div>
<div class="important-areas">
<div class="section-title reports">
<h2>Reports</h2>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Eating and Drinking in a Living City</h1>
<ul>
<li>Pilot research report - </li>
<li>Formal/Informal eatery comparison - </li>
<li>Informal eatery analysis - </li>
<li>What this means for customers and business' in the city- </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Rent and Social Mobility in a Developing Megacity</h1>
<ul>
<li>Formal/Informal rental comparison - </li>
<li>What this means for renting in Jakarta - </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>The Roots economy: Flexibility, Stability, Security</h1>
<ul>
<li>How does the roots economy make life more secure for everyone - </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Tugu</h1>
<ul>
<li>The domestic roots economy - </li>
<li>The extent of roots networks - </li>
<li>Proximity benefits - </li>
<li>Who needs 'The Roots Economy' - </li>
</ul>
</div>
</a>
</div>
</div>
<div class="important-areas">
<div class="section-title reports">
<h2>Raw Data</h2>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Formal Property</h1>
<ul>
<li>A quantitative compiling of rented properties in the Karet area - </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Kost Property</h1>
<ul>
<li>A compiling of rental properties in the Karet area, size cost and facilities - </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Formal Food&Drink</h1>
<ul>
<li>A compiling of rental properties in the Karet area, size, cost and facilities - </li>
</ul>
</div>
</a>
</div>
<div class="study report">
<a href="">
<div class="study-container">
<h1>Food&Drink Vendors</h1>
<ul>
<li>A compiling of rental properties in the Karet area, size, cost and facilities - </li>
</ul>
</div>
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-container">
<address>
<h4>Address</h4>
<ul>
<li>Jakan Sukabakti 1,</li>
<li>Bintaro Green Village no. E16,</li>
<li>Tangerang Selatan 15414</li>
</ul>
</address>
<address class="middle">
<h4>Email</h4>
<p>[email protected]</p>
</address>
<address>
<h4>Social Media</h4>
<a href="https://www.facebook.com/livejakartadiversity" target="_blank">
<img src="images/fbLogo.png" height="30px" width="30px">
</a>
<a href="https://twitter.com/Bhinneka_JK" target="_blank">
<img src="images/twitLogo.png" height="30px" width="33px">
</a>
<a href="https://www.instagram.com/rameramejakarta/" target="_blank">
<img src="images/instaLogo.png" height="30px" width="30px">
</a>
</address>
</div>
</footer>
</div>
</body>
<script type="text/javascript" src="jquery/jquery.min.js"></script>
<script type="text/javascript" src="jquery/jqueryScript.js"></script>
<html>