-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteer_experience.html
127 lines (98 loc) · 6.03 KB
/
volunteer_experience.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
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Volunteer Experience</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Note: The "styleN" class below should match that of the banner element. -->
<header id="header" class="alt style2">
<a href="index.html" class="logo"><strong>Branko's Website</strong> </a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html#about_myself">About Myself</a></li>
<li><a href="index.html#life_philosophy">Life Philosophy</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary fit">Back</a></li>
</ul>
</nav>
<!-- Banner -->
<!-- Note: The "styleN" class below should match that of the header element. -->
<section id="banner" class="style2">
<div class="inner">
<span class="image">
<img src="images/hands.jpg" alt="" />
</span>
<header class="major">
<h1>Volunteer experience</h1>
</header>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two" class="spotlights">
<section>
<a class="image">
<img src="images/donacion.jpg" alt="" data-position="center center" />
</a>
<div class="content">
<div class="inner">
<p style="text-align:justify"><b>Donation Campaign</b> – Lima, PE: Mar.2017<br/><br/>
The 2017 Coastal Niño was the worst to hit Peru since 1925. More than 115,000 homes were demolished, leaving approximately 178,000 people homeless. A total of 113 people were killed, 354 were injured, and a further 18 were missing. More than 2,500 kilometers (1,500 miles) of roads were destroyed and an estimated 1.1 million people have been directly affected by the floods. The United Nations Office for the Coordination of Humanitarian Affairs noted that 3 million people were at-risk for waterborne diseases". (Source: Wikipedia)
<br/><br/>As the President of the Student Council Association, I organized a donation campaign at my school to help those affected by “El Niño” in Northern Peru. With the help of the Peruvian Air Force, all the food, water, and resources were successfully delivered to those who needed them.</li>
</p>
</div>
</div>
</section>
<section>
<a class="image">
<img src="images/chapa.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<p style="text-align:justify"><b>Recycling Campaign</b> – Lima, PE: Oct. 2017<br/><br/>
There is a day in my school called "Jean Day" where students are allowed to wear jeans in school instead of their regular uniform. They can do this by donating S/.1 (Peruvian currency) to the Student Council Association, which would use the money to invest in something the school needed.
<br/><br/>Apart from keeping this tradition and investing the money in recycling bins, as the President of the Student Council Association, I created a school day called "Bottle Cap Day" in which students could wear jeans by giving away plastic bottle caps. 26,000 plastic bottle caps were collected and recycled. Now, Bottle Cap Day became a new tradition at my school and new Student Council Associations are implementing it. </li>
</p>
</div>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="copyright">
<li>© Copyright</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li><li>Images: <a href="https://unsplash.com/">Unsplash</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>