-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathproject-civic-engagement-4.html
58 lines (41 loc) · 1.96 KB
/
project-civic-engagement-4.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body>
{% include nav-in.html %}
<!-- Jumbotron -->
{% include components/projects/jumbotron.html projects=site.data.projects.civic-engagement-4%}
<div class="container project-page">
<!-- Header -->
{% include components/projects/header.html projects=site.data.projects.civic-engagement-4%}
{% for project in site.data.projects.civic-engagement-4 %}
{% include components/projects/three-column-images.html
image1=project.img.one
image2=project.img.two
image3=project.img.four
%}
{% include components/projects/image-right.html
image=project.img.five
text="
<p>
The three-day event consisted of a variety of events and activities, including a public forum discussing themes ranging from civic engagement and urban farming, as well as a Mayors’ Symposium joined by a number of mayors and officials to talk about the challenges, good practices, and innovative solutions of today. Kota Kita also organized thematic site visits to selected sites in the city of Solo: Laweyan (Urban Kampung famous for its Batik home-industries), Pepe Riverside Settlement and Keraton Surakarta Royal Neighborhood, where the participant could learn and experience first-hand transformative civic engagement undertakings and meet local communities.
</p>
<p>
This event was held as a form of commitment of a long-term partnership with Kota Kita’s partners in Asia, especially Chulalongkorn University in Thailand and the Indonesian Consortium for Religious Studies, to foster the spirit of citizen participation across all sectors.
</p>
"
%}
{% include components/projects/two-column-images.html
image1=project.img.three
image2=project.img.six
%}
{% endfor %}
</div>
{% include footer.html %}
{% include core-js.html %}
</body>
</html>