-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
32 lines (32 loc) · 1.8 KB
/
About.html
File metadata and controls
32 lines (32 loc) · 1.8 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
<HTML>
<HEAD>
<TITLE>About - Biosphere Reserves</TITLE>
<LINK HREF="https://fonts.googleapis.com/css2?family=Supermercado+One&display=swap" REL="stylesheet">
<LINK HREF='https://fonts.googleapis.com/css?family=Fascinate Inline' REL='stylesheet'>
<link href="style.css" rel="stylesheet">
</HEAD>
<BODY link="white" vlink="white" alink="white" BGCOLOR="#014421" TOPMARGIN=50 BOTTOMMARGIN=50 LEFTMARGIN=50 RIGHTMARGIN=50 BACKGROUND="BackGround.jpg">
<FONT COLOR="WHITE" FACE="Supermercado One" SIZE="4">
<CENTER><NAV>
<A HREF="Home-Page.html">Home</A>|
<A HREF="About.html">About</A>
</NAV><br><br><br><br>
<FONT COLOR="WHITE" size="5" FACE="Fascinate Inline">
<H1>Biosphere Reserves</H1>
</FONT>
</CENTER>
<p>
Biosphere reserves are ‘learning places for sustainable development’. They are sites for testing interdisciplinary approaches to understanding and managing changes and interactions between social and ecological systems, including conflict prevention and management of biodiversity. They are places that provide local solutions to global challenges. Biosphere reserves include terrestrial, marine and coastal ecosystems. Each site promotes solutions reconciling the conservation of biodiversity with its sustainable use.</p><p>
Biosphere Reserves involve local communities and all interested stakeholders in planning and management. They integrate three main "functions":
<ul>
<li>Conservation of biodiversity and cultural diversity
<li>Economic development that is socio-culturally and environmentally sustainable
<li>Logistic support, underpinning development through research, monitoring, education and training
</ul>
<small><center>
Source: "en.unesco.org", "en.wikipedia.org"</p>
<p>Contact us through: <a href="mailto:abc@xyz.com">abc@xyz.com</a></p>
</center></small>
</FONT>
</BODY>
</HTML>