-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore_values.html
More file actions
63 lines (63 loc) · 3.43 KB
/
Copy pathcore_values.html
File metadata and controls
63 lines (63 loc) · 3.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Karla&family=Lato&family=Merriweather&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src='js/script.js' async></script>
<title>Training and Capacity</title>
</head>
<body>
<nav>
<div class="container">
<a href="index.html"><img style="margin-bottom: 20px;" href="" src="img/logo.png" alt="SIWALM Logo"></a>
<ul>
<li><a style="font-size: larger" href="index.html" class="hvr-fade">Home</a></li>
<li><a style="font-size: larger" href="about.html" class="hvr-fade">Who We Are</a></li>
<li><a style="font-size: larger" href="what_we_do.html" class="hvr-fade">What We Do</a></li>
<li><a style="font-size: larger" href="get_involved.html" class="hvr-fade">Get Involved</a></li>
<li><a style="font-size: larger" href="publications.html" class="hvr-fade">Publications</a></li>
<li><a style="font-size: larger" href="careers.html" class="hvr-fade">Careers</a></li>
</ul>
</div>
</nav>
<div id="tab-navigation">
<ul style="margin-right: 250px;">
<li><a style="font-size: large" href="vision.html">Vision</a></li>
<li><a style="font-size: large" href="mission.html">Mission</a></li>
<li><a style="font-size: large" href="objectives.html">Objectives</a></li>
<li><a style="text-shadow: 0 0 2px #0000FF; font-size: large" href="core_values.html">Core Values</a></li>
<li><a style="font-size: large" href="partnership.html">Partnership</a></li>
</ul>
</div>
<main>
<div class="main-container">
<br>
<br>
<p>
SIWALM work is guided by our five core values and incorporates three cross-cutting themes of gender mainstreaming,
environmental sustainability and good governance.
</p>
<ul style="list-style-type: disc; margin: 0px 60px 60px 70px;">
<li><strong>Teamwork:</strong> We work to common goals based on open and honest communication</li>
<li>
<strong>Innovation and Creativity:</strong> We commit to strive for continuous improvements through innovation
and promoting a learning organizational culture
</li>
<li>
<strong>Accountability and Transparency:</strong> We keep partners well informed on all decisions and issues
and make accessible all programs and projects records to our stakeholders
</li>
<li><strong>Sustainability:</strong> We build in sustainability from the start of programs and projects to promote
good governance, technical and financial capacity
</li>
<li><strong>Empowerment and Leadership:</strong> We will use every opportunity to empower local community both men
and women including youth to make their lives better
</li>
</ul>
</div>
</main>
<footer>© 2018 All Rights Reserved. Powered by Datafield Consultancy Services</footer>
</body>
</html>