-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathservices_Ude.html
272 lines (235 loc) · 11.4 KB
/
services_Ude.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- this css file link -->
<link rel="stylesheet" href="../services_new/servicesCSS.css">
<!-- Bootstrap CSS link-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
-->
<!-- end of navigation bar -->
<br><br><br><br>
<!--Icons-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"
/>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!--Own Stylesheet link-->
<link rel="stylesheet" href="../services_new/servicesCSS.css" />
</style>
</head>
<body
style="
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(174, 247, 175, 1) 100%
);
"
>
</head>
<!--Start service-->
<br>
<div
class="row mt-4"
style="
background: rgb(48, 148, 23);
background: linear-gradient(
90deg,
rgba(48, 148, 23, 1) 0%,
rgba(84, 250, 100, 1) 35%,
rgba(255, 255, 255, 1) 100%
);
color: #024609;
border-radius: 100px;
"
>
<div class="col-12">
<center><h3> OUR SERVICES</h3></center>
</div>
</div>
<div class="row justify-content-center mt-4">
<div class="container">
<br><br>
<center>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="../services_new/IMAGES/UPLOAD PHOTO.jpg" alt="team member" class="img-responsive">
<h5><strong>UPLOADING</strong></h5>
</div>
<div class="team-hover">
<div class="desk">
<br><br><br><br>
<p>The main service of our Greenland website is to contribute to the protection of Sri Lankan endemic animals & plants
That is, one of our services here is to take photos of endemic animals & plants , and upload them through our website after informing the relevant sections.</p>
</div>
</div>
</div>
<br><br><br>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="../services_new/IMAGES/user_account.png" alt="team member" class="img-responsive">
<h5><strong> CREATING ACCOUNT</strong></h5>
</div>
<div class="team-hover">
<div class="desk">
<br><br><br><br>
<p>Relevant parties need to create an account to upload pictures through our website so that we can record the location of the flora and fauna related to the pictures they upload and take all necessary steps to protect those animals and plants.</p>
</div>
</div>
</div>
<br><br><br>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="../services_new/IMAGES/INFORMING SOCIETY.jpg" alt="team member" class="img-responsive">
<h5><strong>INFORMING</strong></h5>
</div>
<div class="team-hover">
<div class="desk">
<br><br><br><br>
<p>Also, after uploading the photos, one of the important steps we have taken to prevent the photos from being unnecessarily posted on social media is to allow a limited number of people to be aware of the details of the photos here. That is, only for those who are engaged in environmental work. Through them, necessary measures are taken to protect those anmals & plants , and they also carry out social awareness.</p>
</div>
</div>
</div>
</div>
<br><br><br>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="../services_new/IMAGES/find_loaction.jpg" alt="team member" class="img-responsive">
<h5><strong>LOCATING</strong></h5>
</div>
<div class="team-hover">
<div class="desk">
<br><br><br><br>
<p>Our website maps the location of the ecosystems that contain the relevant fauna and flora, thereby providing an understanding of how to further protect those areas and to take steps to educate the relevant sectors and provide maximum assistance for the conservation of those flora and fauna. Our site also takes steps to stop deforestation.</p>
</div>
</div>
</div>
<br><br><br>
</div>
<div class="col-md-4 col-sm-4">
<div class="team-member">
<div class="team-img">
<img src="../services_new/IMAGES/JOINING COMMIUNITIES.png" alt="team member" class="img-responsive">
<h5><strong>ENGAGING</strong></h5>
</div>
<div class="team-hover">
<div class="desk">
<br><br><br><br>
<p>Relevant people are also referred to other clubs & societies , Associations ,etc that are currently operating in Sri Lanka through our website. Through our website, we have provided links to various societies,clubs,associations that are further implementing such initiatives.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</center>
<!--Footer Section-->
<!-- <div class="container-fluid"></div> -->
<!----------- Footer ------------>
<footer class="footer-bs">
<div class="row">
<div class="col-md-3 footer-brand animated fadeInLeft">
<img
src="../services_new/IMAGES/logocom.png"
height="150px"
alt="Green Land"
/>
<img
src="../services_new/IMAGES/Sustainable Goals_serv.png"
width="150px"
height="auto"
alt="Sustainable Goals"
/>
<p>In connection with the 15th life of land
goal of sdg goals, our aim is to conserve
forests and endangered flora and fauna
in Sri Lanka.</p>
</div>
<div class="col-md-4 footer-nav animated fadeInUp">
<h4>Menu —</h4>
<div class="col-md-6">
<ul class="pages">
<li><a href="#">Home</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">What We Do</a></li>
<li><a href="#">Our Mission</a></li>
</ul>
</div>
<div class="col-md-6">
<ul class="list">
<li><a href="#">About Us</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Procurement</a></li>
</ul>
</div>
</div>
<div class="col-md-2 footer-social animated fadeInDown">
<h4>Follow Us</h4>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">RSS</a></li>
</ul>
</div>
<div class="col-md-3 footer-ns animated fadeInRight">
<h4>Newsletter</h4>
<p>Do you know that you can get notified once we publish something new?</p>
<p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-envelope"></span></button>
</span>
</div><!-- /input-group -->
</p>
</div>
</div>
</footer>
<!-- <section style="text-align:center; margin:10px auto;"><p>©2022 All rights reserved.<a href="#"></a></p></section>
<!-End of Footer Section-->
</body>
<!--End Of service-->
</html>