-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguatemala.html
153 lines (130 loc) · 5.86 KB
/
guatemala.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P7LDZVR0ZS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P7LDZVR0ZS');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>NDI Youth Leading Debate</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.html">YLD</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#services">Chapters</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#examples">Program Examples</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#portfolio">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about.html">About This Initiative</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead1">
</header>
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Guatemala</h2>
<p class="item-intro text-muted">Jóvenes Liderando Debates (Youth Leading Debate)</p>
<img class="img-fluid d-block mx-auto" src="" alt="">
<p>With financial support from the National Endowment for Democracy (NED), NDI developed a policy dialogue and debate program to support young people develop a range of political assets, increase the profile and credibility of their political voices, and connect them with public policymakers. At the start of the program, NDI developed a dialogue and debate methodology that incorporated NDI’s youth theory of change, NDI’s in-house debates expertise, and lessons learned supporting youth debates globally, including the Ana Usharek program in Jordan and the Challenger program in Moldova.
</p>
<ol class="list-inline"> <u>Program Features</u>
<li>Participants were civil society youth and party-affiliated young people
</li>
<li>Three cities: Coban; Guatemala City; Quetzaltenango
</li>
<ul class="list-inline"><u>Program Components</u>
<li>Policy Dialogues</li>
<li>Debate Training Camps</li>
<li>Regional Competitions</li>
<li>National Competitions</li>
</ul>
</ol>
<button class="btn btn-primary" type="button">
<a href="index.html"><i class="fas fa-times"></i>
Close </a></button>
<br />
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4">
<span class="copyright">Copyright © NDI Youth leading Debate 2020</span>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="#">Privacy Policy</a>
</li>
<li class="list-inline-item">
<a href="#">Terms of Use</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline">
<li class="list-inline-item">
<img class="img-fluid" src="img/footer_cepps.png" alt="CEPPS logo">
</li>
<li class="list-inline-item">
<img class="img-fluid" src="img/footer_ndi.png" alt="NDI logo">
</li>
<li class="list-inline-item">
<img class="img-fluid" src="img/footer-ned.png" alt="NED logo">
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>