-
Notifications
You must be signed in to change notification settings - Fork 0
/
essays.html
361 lines (289 loc) · 15.7 KB
/
essays.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<html lang="en">
<!--Meta tags-->
<!--Facebook-->
<meta property="og:title" content="Apply Zimbabwe" />
<meta property="og:description" content="Apply Zimbabwe provides comprehensive international and local opportunities to Zimbabwean High school students and recent school leavers." />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://apply.co.zw/" />
<meta property="og:image" content="http://apply.co.zw/css/shutter.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property=" og:image:width" content="4992px" />
<meta property=" og:image:height" content="3328px" />
<meta property="fb:app_id" content="1743613855890093" />
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Apply_ZW">
<meta name="twitter:creator" content="@Apply_ZW">
<meta name="twitter:title" content="Apply Zimbabwe">
<meta name="twitter:description" content="Apply Zimbabwe provides comprehensive international and local opportunities to Zimbabwean High school students and recent school leavers.">
<meta name="twitter:image" content="http://apply.co.zw/css/shutter.jpg">
<!--Meta tags end here-->
<title>Apply | Essays</title>
<link rel="stylesheet" href="css/calendar.css">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Roboto:700,400&subset=latin" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/common.min.css">
<!--Meta tags-->
<!--Facebook-->
<meta property="og:title" content="Apply Zimbabwe" />
<meta property="og:description" content="Apply Zimbabwe provides comprehensive international and local opportunities to Zimbabwean High school students and recent school leavers." />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://apply.co.zw/" />
<meta property="og:image" content="http://apply.co.zw/css/shutter.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property=" og:image:width" content="4992px" />
<meta property=" og:image:height" content="3328px" />
<meta property="fb:app_id" content="1743613855890093" />
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Apply_ZW">
<meta name="twitter:creator" content="@Apply_ZW">
<meta name="twitter:title" content="Apply Zimbabwe">
<meta name="twitter:description" content="Apply Zimbabwe provides comprehensive international and local opportunities to Zimbabwean High school students and recent school leavers.">
<meta name="twitter:image" content="http://apply.co.zw/css/shutter.jpg">
<!--Meta tags end here-->
<ul class="topnav" id="myTopnav" style= "top:0px;">
<li><a class="active" style="font-family: Roboto,PT Sans; color: rgb(242, 231, 14);" href="index.html">Apply 💡</a></li>
<li><a href="entrepreneurship.html">Entrepreneurship</a></li>
<li><a href="environment.html">Environment</a></li>
<li><a href="essays.html">Essays</a></li>
<li><a href="exchanges.html">Exchanges</a></li>
<li><a href="tech.html">Technology</a></li>
<li><a href="graduates.html">Graduates</a></li>
<li><a href="http://apply.co.zw/blog">Blog</a></li>
<li class="icon">
<a href="#" style="font-size:15px;" onclick="myFunction()">☰</a>
</li>
</ul>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84316951-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body style="background-image:url(css/africa.jpg);">
<!--facebook javascript code-->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1743613855890093',
xfbml : true,
version : 'v2.8'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!--Upcoming Opportunitities start here-->
<div id="upcoming" class="card-container">
<div class="card" data-time="1464386400" id="youthagricsummit">
<center>
<h2 class="ctf-name">2017 YOUTH AG-SUMMIT ESSAY CONTEST</h2> Deadline: <a class="ctf-date" href="javascript:$('#toggle-1464386400').slideToggle();" target="_blank">13 January, 2017</a>
<p id="toggle-1464386400" style="display:none;" class="update_clock">1464386400</p>
<hr>
<div id="share-buttons">
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=http://apply.co.zw/#youthagricsummit" target="_blank">
<img src="css/icons/facebook.png" alt="Facebook" />
</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=http://apply.co.zw/#youthagricsummit" target="_blank">
<img src="css/icons/google.png" alt="Google" />
</a>
<!-- Twitter -->
<a href="https://twitter.com/share?url=http://apply.co.zw/#youthagricsummit&text=Check%20out%20this%20opportunity%20@Apply_ZW&hashtags=opportunity" target="_blank">
<img src="css/icons/twitter.png" alt="Twitter" />
</a>
<!-- Whatsapp -->
<a href="whatsapp://send?text=Check out http://www.apply.co.zw/#youthagricsummit">
<img src="css/icons/whatsapp.jpg" alt="Whatsapp" />
</a>
</div>
<table class="ctf-info">
<tbody>
<tr>
<th> Organiser</th>
<td>Youth Ag Summit</td>
</tr>
<tr>
<th>Website</th>
<td><a href="http://network.youthagsummit.com/essay/" target="_blank">Apply here</a>
</td>
</tr>
<tr>
<th>Prizes:</th>
<td>All expenses paid trip to summit in Brussels</td>
</tr>
</tbody>
</table>
<p>By 2050, there will be almost 10 billion hungry people in the world and less farmland and resources than there’s ever been. The solutions are keenly debated both in rural and urban society. We believe there is a need for young leaders to be engaged in finding sustainable agricultural solutions to the growing global need for safe, nutritious food.</p>
<p>Given this challenge, we want to hear your vision on how to feed a growing world population!
From October 9-13, 2017, young leaders from around the world will gather at the Youth Ag-Summit to discuss ideas, develop a vision and deliver action. If you’re 18-25 and care about our planet’s future, you should be part of this. Send us your thoughts and we might send you to Brussels, Belgium to share them with 100 other bright young minds and leaders.</p>
</center>
</div>
<div class="card" data-time="1464386400" id="sundaymailbridge">
<center>
<h2 class="ctf-name">The Sunday Mail Bridge</h2> Deadline: <a class="ctf-date" href="javascript:$('#toggle-1464386400').slideToggle();" target="_blank">Friday, to be published on Sunday Weekly</a>
<p id="toggle-1464386400" style="display:none;" class="update_clock">1464386400</p>
<hr>
<div id="share-buttons">
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=http://apply.co.zw/#sundaymailbridge" target="_blank">
<img src="css/icons/facebook.png" alt="Facebook" />
</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=http://apply.co.zw/#sundaymailbridge" target="_blank">
<img src="css/icons/google.png" alt="Google" />
</a>
<!-- Twitter -->
<a href="https://twitter.com/share?url=http://apply.co.zw/#sundaymailbridge&text=Check%20out%20this%20opportunity%20@Apply_ZW&hashtags=opportunity" target="_blank">
<img src="css/icons/twitter.png" alt="Twitter" />
</a>
<!-- Whatsapp -->
<a href="whatsapp://send?text=Check out http://www.apply.co.zw/#sundaymailbridge">
<img src="css/icons/whatsapp.jpg" alt="Whatsapp" />
</a>
</div>
<table class="ctf-info">
<tbody>
<tr>
<th>Organizer</th>
<td>Charles Mushinga</td>
</tr>
<tr>
<th>Website</th>
<td><a href="sundaymail.co.zw/category/bridge/" target="_blank">Submit article here</a>
</td>
</tr>
<tr>
<th>Prizes:</th>
<td>Yes, Publication of articles</td>
</tr>
<tr>
<th>Price:</th>
<td>Free</td>
</tr>
</tbody>
</table>
<p>The Sunday Mail Bridge publishes articles and stories written by young people across Zimbabwe. To have a story/ article featured, write and submit it in the course of the week to Charles Mushinga, the Bridge editor <a href="mailto:charles.mushinga@zimpapers.co.zw?Subject=Sunday%20bridge" target="_top">here</a>.</p>
</center>
</div>
<div class="card" data-time="1464387400" id="reachcambridgescholarshipessay">
<center>
<h2 class="ctf-name">Reach Cambridge scholarship essay competition</h2> Deadline: <a class="ctf-date" href="javascript:$('#toggle-1464386400').slideToggle();" target="_blank">1 December 2016</a>
<p id="toggle-1464387400" style="display:none;" class="update_clock">1464387400</p>
<hr>
<div id="share-buttons">
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=http://apply.co.zw/#reachcambridgescholarshipessay" target="_blank">
<img src="css/icons/facebook.png" alt="Facebook" />
</a>
<!-- Google+ -->
<a href="https://plus.google.com/share?url=http://apply.co.zw/#reachcambridgescholarshipessay" target="_blank">
<img src="css/icons/google.png" alt="Google" />
</a>
<!-- Twitter -->
<a href="https://twitter.com/share?url=http://apply.co.zw/#reachcambridgescholarshipessay&text=Check%20out%20this%20opportunity%20@Apply_ZW&hashtags=opportunity" target="_blank">
<img src="css/icons/twitter.png" alt="Twitter" />
</a>
<!-- Whatsapp -->
<a href="whatsapp://send?text=Check out http://www.apply.co.zw/#reachcambridgescholarshipessay">
<img src="css/icons/whatsapp.jpg" alt="Whatsapp" />
</a>
</div>
<table class="ctf-info">
<tbody>
<tr>
<th>Organizer</th>
<td>University of Cambridge</td>
</tr>
<tr>
<th>Website</th>
<td><a href="http://www.reachcambridge.com/scholarship-essay-competition" target="_blank">Submit application here</a>
</td>
</tr>
<tr>
<th>Prizes:</th>
<td>3 week scholarship to Cambridge</td>
</tr>
<tr>
<th>Price:</th>
<td>Free</td>
</tr>
<tr>
<th>Eligibility:</th>
<td>High School students 14-18 years old</td>
</tr>
</tbody>
</table>
</center>
<p>The Reach Cambridge scholarship essay competition is designed for academically excellent high school students aged between 14 and 18 who would otherwise not be able to attend our summer programs.</p>
<p><strong>This year's essay prompt is:</strong>
<br>
“What are the most important skills and attributes needed to tackle the global issues of the 21st Century, and how can young people acquire them?”</p>
</div>
<!--Opportunities end here-->
<center style="margin-top:40px;">
<div class="prefooter">
<p style="">Want to see an opportunity here?</p>
<center style="margin-top:40px;">
<a class="button" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdaGygm4tsBVW0TaXihgwU9M7f8O8SbnqaTeY-mLswUVORC4w/viewform"> Submit it Here</a><center style="margin-top:40px;"><a class="button" href="https://docs.google.com/forms/d/e/1FAIpQLSc1jZj5J1jKnyd4IXdt6_cxNwpGWf-TGHszerZJzYPCTvwKzw/viewform" id="past_events" target="_blank">Register for updates here</a> </center>
</div>
</center>
</div>
<div style="display:none"
class="fb-like"
data-share="true"
data-width="450"
data-show-faces="true">
</div>
</center>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Respomsive ads -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3827776521832965"
data-ad-slot="7585950339"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<center style="margin-top:40px;">
<div class="footer">
Copyright © 2016 <br>
<ul class="footerlist">
<li><a href="entrepreneurship.html">Entrepreneurship</a></li> |
<li><a href="environment.html">Environment</a></li> |
<li><a href="essays.html">Essays</a> </li> |
<li><a href="exchanges.html">Exchanges</a></li> |
<li><a href="tech.html">Technology</a></li> |
<li><a href="graduates.html">Graduates</a></li> |
<li><a href="http://apply.co.zw/blog">Blog</a></li>
</ul>
</center>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"a34cd6641e4b0caed435f77ea","lid":"e7b4dd3c95"}) })</script>
</body>
</html>