-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (180 loc) · 8.19 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./favicon.png">
<script defer src="https://umami.tools.togglecorp.com/script.js" data-website-id="6a67c13a-d1a0-4432-aa30-65d49cffbc74"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap" rel="stylesheet">
<title>The Orange Initiative</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body data-gr-c-s-loaded="true">
<div class="navbar-section section">
<div class="section-content">
<div class="brand">
<img class="main-logo" src="./icons/oi-logo.png" />
<span class="title">
The Orange Initiative
</span>
</div>
</div>
</div>
<div class="introduction-section section">
<div class="section-content">
<div class="main-tagline">
<div>Initiating a zest for change:</div>
<div>A multisectoral approach to empower Nepal's communities.</div>
</div>
<div class="introduction">
<div class="intro-text">
Welcome to <span class="intro-text-toi">The Orange Initiative</span>, where we drive sustainable change by placing climate resilience at the heart of
community development. Through impactful programs in climate adaptation, health, and beyond, we empower individuals to
build a just, inclusive, and sustainable future. Join us in creating lasting solutions that uplift communities while
safeguarding our planet.
</div>
<div class="intro-image">
<img
src="./images/introduction.jpg"
alt=""
/>
<div class="intro-image-gradient-overlay">
</div>
</div>
</div>
</div>
</div>
<div class="mission-vision-section section">
<div class="section-content">
<div class="mission-vision-image">
<img
src="./images/mission-vision.png"
alt=""
/>
<div class="mission-vision-image-gradient-overlay">
</div>
</div>
<div class="mission-vision">
<div>
<h2>Mission</h2>
<div class="content">
To improve the well-being of communities in Nepal through sustainable programs and initiatives, with a core focus on
climate change, health, and other key development areas.
</div>
</div>
<div>
<h2>Vision</h2>
<div class="content">
To create a climate-resilient Nepal where communities thrive with dignity, equality, and justice, addressing climate
change as a central challenge while integrating sustainable solutions across multiple sectors
</div>
</div>
</div>
</div>
</div>
<div class="sectors-section section">
<div class="section-content">
<h2 class="sectors-heading">Our Focus Area</h2>
<div class="content">
<div class="sector-list">
<div class="sector">
<img
class="sector-img"
src="./icons/climate-change.svg"
alt=""
/>
<h3>Climate change</h3>
</div>
<div class="sector">
<img
class="sector-img"
src="./icons/health.svg"
alt=""
/>
<h3>Health</h3>
</div>
<div class="sector">
<img
class="sector-img"
src="./icons/nutrition.svg"
alt=""
/>
<h3>Food and Nutrition</h3>
</div>
<div class="sector">
<img
class="sector-img"
src="./icons/education.svg"
alt=""
/>
<h3>Education</h3>
</div>
<div class="sector">
<img
class="sector-img"
src="./icons/disaster-response.svg"
alt=""
/>
<h3>Empowerment</h3>
</div>
<div class="sector">
<img
class="sector-img"
src="./icons/wash.svg"
alt=""
/>
<h3>WASH</h3>
</div>
</div>
</div>
</div>
</div>
<div class="contact-section section">
<div class="section-content">
<div class="contact-details">
<div class="contact-tagline">
Together, let's paint the future of Nepal in the vibrant hues of orange - a future filled with promise, possibility, and
endless opportunity.
</div>
<div></div>
<div class="contact-item">
Call us:
<a href="tel:+9779841252333">
+977 9841252333
</a>
</div>
<div class="contact-item">
Email:
<a href="mailto:[email protected]">
</a>
</div>
</div>
<div class="other-links">
<div class="footer-section-title">
Other links:
</div>
<a href="./reports">
Reports
</a>
</div>
<div class="supported-by">
<div class="footer-section-title">
Supported By:
</div>
<div class="partners">
<a href="https://togglecorp.com/" target="_blank" rel="noopener norefferer">
<img class="partner-logo big" src="./icons/tc.png"></img>
</a>
<a href="https://uptimerobot.com/" target="_blank" rel="noopener norefferer">
<img class="partner-logo small" src="https://uptimerobot.com/assets/images/uptimerobot-logo.svg"></img>
</a>
</div>
</div>
</div>
</div>
</body>
</html>