-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (232 loc) · 10.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WeCare Nepal</title>
<script src="./js/script.js" defer></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/site.css">
</head>
<body>
<!--Navbar-->
<div class="navbar">
<div class="logo">
<img src="./images/logo PNG.png" alt="logo" style="height: 64px;">
We Care Nepal
</div>
<!-- <button class="navbar-toggler" data-toggle="collapse" data-target="#toggler-menu-bar">
<span class="navbar-toggler-icon"></span>
</button> -->
<ul class="menu">
<li class="nav-item"><a href="#myCarousel">Home</a></li>
<li class="nav-item"><a href="#about">About Us</a></li>
<li class="nav-item"><a href="#gallery">Gallery</a></li>
<li class="nav-item"><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- Carousel -->
<div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url(./images/1.jpg);">
<div class="item-desc">
<h1>Item 1</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam nobis cum consequatur quos ipsum impedit excepturi aliquid deserunt! Ab dolorem iusto aliquid soluta consectetur eveniet repudiandae nam! Ut, similique accusantium</p>
<a href="#" class="btn btn-lg btn-primary">Know More.</a>
</div>
</div>
<div class="carousel-item" style="background-image: url(./images/8.jpg);">
<div class="item-desc">
<h1>Item 2</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam nobis cum consequatur quos ipsum impedit excepturi aliquid deserunt! Ab dolorem iusto aliquid soluta consectetur eveniet repudiandae nam! Ut, similique accusantium</p>
<a href="#" class="btn btn-lg btn-primary">Know More.</a>
</div>
</div>
<div class="carousel-item" style="background-image: url(./images/6.jpg);">
<div class="item-desc">
<h1>Item 3</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam nobis cum consequatur quos ipsum impedit excepturi aliquid deserunt! Ab dolorem iusto aliquid soluta consectetur eveniet repudiandae nam! Ut, similique accusantium</p>
<a href="#" class="btn btn-lg btn-primary">Know More.</a>
</div>
</div>
</div>
<a href="#myCarousel" class="carousel-control-prev" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a href="#myCarousel" class="carousel-control-next" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
<!-- About Us -->
<div id="about" class="about">
<div class="title">
<h1 style="color: aliceblue; text-align: center; padding-top: 1.7em;">About Us</h1>
<div class="gh"></div>
</div>
<div class="service-wrapper">
<div class="service">
<div class="service-logo1">
<img src="./images/new png black.png" alt="We Care Nepal logo">
</div>
<h4>Who are we?</h4>
<p>We Care Nepal (WCN) is a voluntary organization with a motive to provide lives with support
to live in the society who are in need. Facing various good and bad situations and taking consideration of hand on hand with fesiability to function,
we believe that every life has a living right. We support lives to live in need. Encouraging the good deeds and vanishing the bads,
holding each other's hand for continious support and well being of creatures around us, development of society,
nation and world as a whole beigns with the mentality that comes from one's mind. To set the positive attributes with a small step forward,
We Care Nepal is envolved in various social, and personal growth heading towards having a beautiful smile that costs high but can't buy!!
Slogan: We rise by lifting others.</p>
</div>
<div class="service">
<div class="service-logo2">
<img src="./images/logo PNG.png" alt="">
</div>
<h4>We are woring for</h4>
<p>WeCare Nepal aims to bring together the youth who are passionate about helping those in desperate need,
however, may have held back due to absence of direction and support that they required to move forward.
We believe that "helping you" is one of the many platforms which will enable these passionate individuals
to utilise their god given talents/skills and their passion to make a positive difference in the society
where they were born , where they grew up and where they have resided in.</p>
</div>
<div class="service">
<div class="service-logo3">
<img src="work.jpg" alt="">
</div>
<h4>What we do?</h4>
<p>We Care Nepal (WCN) directly connects the donors and the recipients without spending any of the
received donations on administration cost. We believe that the donation should
reach the recipient in order to establish effective helping.
We Care Nepal is determined to help bring change for a better future of our society,
country and the world.</p>
</div>
</div>
</div>
<!-- Gallery -->
<div id="gallery" class="gallery">
<h1 style="color: aliceblue; text-align: center; padding-top: 3em; padding-bottom: 1em;">Gallery</h1>
<div class="gh"></div>
<div class="row">
<div class="column">
<img src="./images/1.jpg">
<img src="./images/2.jpg">
<img src="./images/3.jpg">
</div>
<div class="column">
<img src="./images/5.jpg">
<img src="./images/6.jpg">
<img src="./images/8.jpg">
</div>
<div class="column">
<img src="./images/9.jpg">
<img src="./images/10.jpg">
<img src="./images/7.jpg">
</div>
<div class="column">
<img src="./images/4.jpg">
<img src="./images/7.jpg">
<img src="./images/9.jpg">
</div>
<div class="column">
<img src="./images/10.jpg">
<img src="./images/7.jpg">
<img src="./images/9.jpg">
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="contact-wrapper">
<div id="contact" class="contact-div">
<!-- contact details -->
<div class="contact-details">
<h2 style="padding-top:1em">Contact Us</h2>
<div style="height: 5px; width: 130px; margin-left:7px; background: azure; margin-bottom: 1em;"></div>
<h5>We Care Nepal</h5>
<h5>Dharan, Sunsari</h5>
<h5>Phone: <a class="phone-num" href="tel:+977-9812345678">+977-9812345678 </a></h5>
<h5>Email: [email protected]
<br>
<br>
<div class="content">
<br>
<h3 style="font-weight: 00;">Get Connected</h3>
<span style="height: 5px; width: 130px; margin-left:7px; background: azure; margin-bottom: 1em;"></span>
<div class="social">
<a target="_blank" href="https://www.instagram.com/wecarenepal2021/">
<i class="fab fa-instagram"></i>
</a>
<a target="_blank" href="https://www.facebook.com/WeCareNepal2021">
<i class="fab fa-facebook-f"></i>
</a>
<a target="_blank" href="https://vm.tiktok.com/ZGJk5aqCG/">
<i class="fab fa-tiktok"></i>
</a>
<a target="_blank" href="https://chat.whatsapp.com/LueLBpTR5BrJB7JcKqRGAh">
<i class="fab fa-whatsapp"></i>
</a>
</div>
</div>
</div>
<!-- contact form -->
<div class="form-wrapper">
<div class="form-container">
<form target="_blank" action="https://formsubmit.co/[email protected]" method="POST">
<div class="form-group">
<input type="hidden" name="_captcha" value="false">
<input class="form-control" type="text" name="name" placeholder="Full Name" required>
<input class="form-control" type="email" name="email" placeholder="Email Address" required>
<input class="form-control" type="text" name="_subject" placeholder="Subject" required>
<textarea name="message" class="form-control" rows="7" placeholder="Message" required></textarea>
<!-- <input type="hidden" name="_next" value="#myCarousel"> -->
<button type="submit" class="btn btn-lg btn-light btn-block" style="color: azure;">Send</button>
</form>
</div>
</div>
</div>
<!-- map -->
<div class="map embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d113965.00307052747!2d87.20607011110222!3d26.795187207278364!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39ef419fc7271c1d%3A0x1d1300367590c002!2sDharan!5e0!3m2!1sen!2snp!4v1625664550521!5m2!1sen!2snp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<!-- Footer -->
<footer>
<div class="art">
<div class="notice">
</div>
</div>
</footer>
</div>
</div>
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "108605971481893");
chatbox.setAttribute("attribution", "biz_inbox");
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v11.0'
});
};
(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 = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script src="https://kit.fontawesome.com/dc092e1ceb.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>