-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathYouth-and-Volunteer.html
443 lines (407 loc) · 24.4 KB
/
Youth-and-Volunteer.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IFRC Africa - Operations Room</title>
<!-- Google WebFont -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<!-- Favicon pack for Go -->
<link rel="apple-touch-icon" sizes="57x57" href="./assets/graphics/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="57x57" href="./assets/graphics/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="./assets/graphics/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="./assets/graphics/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="./assets/graphics/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="./assets/graphics/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="./assets/graphics/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/graphics/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="./assets/graphics/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/graphics/favicon/apple-touch-icon-180x180.png">
<link rel="shortcut icon" href="./assets/graphics/favicon/favicon.ico">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-32x32.png" sizes="32x32">
<!-- Meta tags -->
<meta name="description" content="IFRC Africa Operations Room">
<meta name="twitter:site" content="@IFRCAfrica" >
<meta name="twitter:title" content="IFRC Africa" >
<meta name="twitter:description" content="IFRC Africa Operations Room" >
<!-- IFRC Go master stylesheet -->
<link rel="stylesheet" href="./assets/styles/main.css">
<!-- vendor stylesheets -->
<link rel="stylesheet" href="./assets/styles/vendor/introjs.css">
<link rel="stylesheet" href="./assets/styles/vendor/jquery.dataTables.css">
<link rel="stylesheet" href="./assets/styles/vendor/dc.css">
<link rel="stylesheet" href="./assets/styles/vendor/c3.css">
<!-- Site-specific CSS -->
<link rel="stylesheet" href="./css/site.css" media="screen" type="text/css">
<link rel="stylesheet" href="./css/inform.css" media="screen" type="text/css">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/carousel.css" rel="stylesheet">
<style>
.dropdown {
position: relative;
display: inline-block;
}
/* Style The Dropdown Button */
.dropbtn {
background-color: #D33F49;
color: #white;
font-size: 14px;
border: none;
cursor: pointer;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body>
<div class="top-bar medium-10">
<!-- End Top Bar -->
<div class="top-bar-right">
<ul class="menu vertical medium-horizontal expanded" data-responsive-menu="drilldown medium-dropdown">
<li style="font-size:0.8rem"><a href="./Youth-and-VolunteerFR.html"> <u>French</u> </a></li>
</ul>
</div>
</div>
<hr>
<section class="top-bar medium-10">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/AYN.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> Africa Youth Network Executives</h2>
<p class="pwords">Africa Youth Network Executive with Regional Dierctor & Head of PSK</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/youth/aynlogo.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Africa Youth Network</h2>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/wrcd.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> World Red Cross Day</h2>
<p class="pwords">Red Cross Youth on World Red Cross Red Crescent Day 2019</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div>
<div>
<img class="slideme" src="./img/youth/operations.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Emergency Operations</h2>
<p class="pwords">Young People in Emergency humanitarian operations.</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/youth/child.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Catch Them Young</h2>
<p class="pwords">For true and sustained humanitarian principles and values - Catch them young</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/YES.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> Strong National Society</h2>
<p class="pwords">Young people building Strong National Society through YES</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/love.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> #LOVE</h2>
<p class="pwords">This is Red Cross - Lets show love</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/africa.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> Youth Agenda</h2>
<p class="pwords">Driving the youth agenda within the IFRC Africa Region</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/creativity.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> Creativity and Innovation</h2>
<p class="pwords">Creativity and innovation by young people</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/volunteers.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> Did You Know ?</h2>
<p class="pwords">Did you know that youth volunteers constitute 60% of all volunteers in Africa.</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/hope.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words"> #Hope</h2>
<p class="pwords">I just love the Red Cross for it brings HOPE where there is Despair</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme"src="./img/youth/joy.jpg" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">A Better World</h2>
<p class="pwords">The Joy, energy and love of young people to make this world a better place</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<hr>
<section id="News & Events">
<div class="row">
<div class="medium-6 column">
<div class="row">
<div class="medium-12 column">
<h4 class="fold__title"> Updates </h4>
</div>
</div>
<hr>
<div class="ex1">
<div class="card-section">
<p><font color = "#dc1e1e"> <b>Youth in Africa Celebrating World Red Cross Red Crescent Day 2019</b> <br> </font> Dear Friends please follow the <i> <u><a href="https://filesend.jp/aId8nN " target="_blank">link</a></u></i> to view all the pictures shared by about 26 NS through this platform during commemorations for the World Red Cross day. We appreciate this and know that some NS are continuing this week and in the next few weeks Chechen we still expect more reports, pictures and videos. You also have an option to open these on the following two links which we encourage you to join:<i><u><a href="https://www.facebook.com/groups/566370203380412/?tn-str=%2AF">Africa Youth Network</a></u></i> and <i> <u><a href="https://www.facebook.com/groups/VolunteersIFRC/?tn-str=%2AF">Global Volunteers Red Cross Red Crescent</a></u></i>. </p>
<p><font color = "#dc1e1e"> <b>IFRC Strategy 2030: Africa Youth Leaders Add your voice NOW</b> <br> </font> <i>Read, reflect, consult within your NS or share your thoughts directly</i> <br> <i> <u><a href="https://future-rcrc.com/s2030-framing/">Strategy 2030: A platform for change</a></u></i>, <i><u><a href="https://future-rcrc.com/tr4-volunteering-and-youth/">TRANSFORMATION 4</a></u></i> <br> <i><u><a href="https://future-rcrc.com/2019/04/01/youth-engagement-pt1/">Mirror, Mirror on thr wall part 1</a></u></i>. If there is any interesting aspect for the Africa Youth to add their voice as a Youth Network, feel free to bring it to the fore for comments right here on this platform , lets get engaged.</p>
</div>
</div>
</div>
<div class="medium-6 column" "container">
<div class="row">
<div class="medium-12 column">
<h4 class="fold__title"> Upcoming Events </h4>
</div>
</div>
<hr>
<div class="ex1">
<div class="card-section">
<p><font color = "#dc1e1e"> <b>IPE NEWS Flash</b> <br> </font>The May 2019 newsflash (IFRC Newsletter consolidated by Joyce in Geneva) is under preparation and I would be grateful if you could send your <u>Reports</u> by Thursday 23rd May in order to meet the Geneva deadline on Friday 24th of May 2019 latest. <br><u>Please consider that your stories are:</u> <p>“New” content and not reporting from previous events, unless the event has a new relevance for future activities or follow up. Stories about innovative and outstanding initiatives within National Societies carried out by volunteers and members of all generations. <br> Thank you and looking forward to receiving your contributions. <u>ernest.maruza@ifrc.org</u></p>
</div>
</div>
</div>
</div>
</section>
<hr>
<div class="row">
<div class="medium-12 column" >
<h4 class="fold__title"> Youth Indicators & Volunteer Management</h4>
</div>
</div>
<hr>
<main class="container">
<div id="powerbidashboard" class="col-md-12">
<iframe width="1100" height="700" src="https://app.powerbi.com/view?r=eyJrIjoiNmUyYWQyYWQtODQzMy00ODY0LTgyNTAtZTFhNmE1OTBiMjYxIiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" frameborder="0" allowFullScreen="true"></iframe>
</div>
<div class="medium-12 column">
<p class="text-left"><i><u><b>NB</b></u><br><font color = "#dc1e1e" style=" font-size: 12px;"> 1. Click on the country Name or Map and get an overview of the National Societies Responses. <br> 2. Click on any indicator specifying <b>YES/NO</b> and you get the number of NS corresponding with identified indicator. <br>3. In all cases the tally and Name(s) OF National Societies reflect in the top right corner </i>
</font></p>
</div>
</main>
<hr>
<div class="row">
<div class="medium-12 column" >
<h4 class="fold__title"> Role of the Youth Commission </h4>
</div>
</div>
<hr>
<section id="News & Events">
<div class="row">
<div class="medium-6 column">
<div class="ex2">
<div class="card-section">
<p ><font > <u><b>Statutory functions</b></u> <br> </font> According to the Constitution, the functions of the Commission are to (Art. 31.2) <p>1. Advise on all matters concerning youth and youth-related activities throughout the International Federation <br>2. Promote and assess the implementation of the youth strategy or policy decided by the Board or the GA, as well as to consider and study as requested by the GB matters of policy development in the area of youth <br>3. Review and suggest revisions of the youth strategy or policy to the Board or the GA (as the case may be) for adoption <br>4. Seek youth opinions on the implementation of relevant International Federation policies and to ensure that those opinions are communicated to the Statutory Bodies (GA, the Board, President, Secretary General, and the Committees and Commissions) of the Movement <br>5. Advise the Secretary General in the implementation of the youth policy and all other policies and strategies as they relate to youth within the Movement <br>6. Bring allegations of Breaches of Integrity to the Compliance and Mediation Committee in consultation with the President.</li> </p>
<p><font > <u> <b>Advisory role</b> </u> <br> </font> As an advisory body of the Board its role is centred around youth and youth-related matters and activities, including any policies and strategies that relate to youth in the Movement (Art 31.2). The Commission’s Work Plans, built on consultations with its youth constituency, Board, and Secretariat may be submitted to the Board for endorsement.</p>
<p ><font > <u> <b>Revisions and suggestions regarding policy and strategy </b></u> <br> </font> The Commission drives the revisions of the Youth Policy and setting the high-level strategic priorities for youth engagement and youth related activities, including the Youth Engagement Strategy (Y.E.S).</p>
<p><font > <u> <b>Promoting the youth strategy and policy</b> </u> <br> </font>Promotion consists primarily of dissemination of information on the Y.E.S and the Youth Policy to advance their implementation in NS and other parts of the Movement but includes other activities such as facilitation of related events and trainings.</p>
<p ><font > <u> <b>Represent and seek youth opinions</b></u> <br> </font> The representation role can be summarized as “bringing the voices of young people to the discussion tables”. While it may take the form of advocacy (speaking on behalf) for a cause, it is generally manifested in all activities of the Commission and especially its advisory role. However, its legitimacy depends on the ability to seek and convey youth opinions – which requires open communication channels to Regional Youth Networks and NS, both directly and via the Regional Offices and their Country Clusters, as well as the Secretariat in Geneva. </p>
<p><font > <u> <b>Composition, election and transition</b> </u> <br> </font> The composition of the Commission is a Chair and eight members (two from each of the four Statutory Regions), who are elected in a personal capacity by the GA on presentation of candidates by the Election Committee for a term of four years (Art. 31.1). Elections for the Commission take place every four years by secret ballot at ordinary sessions of the GA that do not coincide with the Board’s elections, normally on the first day of the GA following the appointment of the other constitutional Commissions and Committees (Art. 34.1; Rule 30A.1). The vote is exercised by a youth delegate nominated by the NS either in person or remotely (Rule 30A.2-4). </p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!--End Pattern HTML-->
<div class="row">
<div class="medium-12 column">
<h4 class="fold__title"> Youth and Volunteer Resources </h4>
</div>
</div>
<hr>
<section id="News & Training">
<div class="row">
<div class="medium-6 column">
<h5>Youth Strategic Documents</h5>
<div class="card">
<div class="ex3">
<div class="card-section">
<li class="psize" ><a href="./docs/YOUTH/Youth Policy-ENG.pdf" target="_blank">Youth Policy</a></li>
<li class="psize"><a href="./docs/YOUTH/2015 Youth Engagement Study Report_Infographics_FIN.pdf" target="_blank">2015 Youth Engagement Study Report_Infographics.</a></li>
<li class="psize"><a href="./docs/YOUTH/ABIDJAN YOUTH DECLARATION_final.pdf" target="_blank">Abidjan Youth Declarations_final.</a></li>
<li class="psize"><a href="./docs/YOUTH/AU 2017 DD ROADMAP Final - EN.pdf" target="_blank">AU 2017 RoadMap Final - EN.</a></li>
<li class="psize"><a href="./docs/YOUTH/ENG IFRC YES MASTER.pdf" target="_blank">IFRC YES Master.</a></li>
<li class="psize"><a href="./docs/YOUTH/Guidlines for RCRC Youth Networking EN.pdf" target="_blank">Guidlines for RCRC Youth Networking.</a></li>
<li class="psize"><a href="./docs/YOUTH/IFRC_YES_Sections_PosterA3_GB_300.pdf" target="_blank">IFRC Youth Engagement Strategy Sections_PosterA3_GB_300.</a></li>
<li class="psize"><a href="./docs/YOUTH/IFRC-YES_DRAFT_EN_300.pdf" target="_blank">IFRC Youth Engagement Strategy Draft</a></li>
<li class="psize"><a href="./docs/YOUTH/promoting a culture of non violence , humanitarian values and principles_EN.pdf" target="_blank">Promoting a culture of non violence , humanitarian values and principles</a></li>
<li class="psize"><a href="./docs/YOUTH/RCRC youth empowerment_EN_LR - Copy.pdf" target="_blank">RCRC Youth Empowerment</a></li>
<li class="psize"><a href="./docs/YOUTH/TARRAGONA AGREEMENT 2012.pdf" target="_blank">Tarragona ARRAGONA Agreement 2012</a></li>
<li class="psize"><a href="./docs/YOUTH/YE_ PSK_2017.pdf" target="_blank">PSK on meaningful youth engagement </a></li>
<li class="psize"><a href="./docs/YOUTH/Youth Mainstreaming Development Planning.pdf" target="_blank">Youth Mainstreaming Development Planning</a></li>
</div>
</div>
</div>
</div>
<div class="medium-6 column">
<h5>Volunteer Strategic Documents</h5>
<div class="card">
<div class="ex3">
<div class="card-section">
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteer charter-Eng.pdf" target="_blank">Volunteer charter.</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteer Investment and Value Audit.pdf" target="_blank">Volunteer Investment and Value Audit.</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteering Alliance Launch Report.pdf" target="_blank">Volunteering Alliance Launch Report.</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteering in emergency_EN-LR.pdf" target="_blank">Volunteering in emergency.</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteering Plan of Action-ENG.pdf" target="_blank">Volunteering Plan of Action.</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Volunteers Stay Safe booklet-English-LowRes.pdf" target="_blank">Volunteers Stay Safe booklet-English-LowRes</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/1. Youth VIVA_New Zealand FINAL LR.pdf" target="_blank">Youth VIVA_New Zealand FINAL LR</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/2. Youth VIVA_Pakistan RC Final LR.pdf" target="_blank">Youth VIVA_Pakistan RC Final LR</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/5. Youth VIVA_Sudan RC Final LR.pdf" target="_blank">Youth VIVA_Sudan RC Final LR</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/1301100-Global Review on Volunteering Report_EN-LR.pdf" target="_blank">Global Review on Volunteering Report_EN-LR</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/A study of Volunteering Charters and Policies.pdf" target="_blank">A study of Volunteering Charters and Policies</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Caring for Volunteers - A Psychosocial Support Toolkit.pdf" target="_blank">Caring for Volunteers - A Psychosocial Support Toolkit</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/IFRC Analysis of Volunteering and Youth in the Americas 2016-EN (005).pdf" target="_blank">IFRC Analysis of Volunteering and Youth in the Americas 2016</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Legal issues related to volunteering - Toolkit for National Societies - En.pdf" target="_blank">Legal issues related to volunteering - Toolkit for National Societies</a></li>
<li class="psize"><a href="./docs/VOLUNTEERS/Self-assessment-5 languages-A4-LowRes.pdf" target="_blank">Self-assessment-5 languages-A4-LowRes</a></li>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<div class="row small-12 large-up-5">
<h6>The International Federation of Red Cross and Red Crescent Societies (IFRC) is the world's largest humanitarian organization, with 190 member National Societies. As part of the International Red Cross and Red Crescent Movement, our work is guided by seven fundamental principles; humanity, impartiality, neutrality, independence, voluntary service, unity and universality.</h6>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<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-84297335-1', 'auto');
ga('send', 'pageview');
</script>
<!-- vendor js -->
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script>
$('#myCarousel').carousel()
</script>
</body>
</html>