-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
91 lines (81 loc) · 4.31 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width, intital-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="css/materialize.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<title>CIRMAD</title>
</head>
<body>
<div id="top-nav" class="z-depth-3">
<a href="#about">about</a>
<a href="#reach">reach</a>
<a href="#contact">contact</a>
</div>
<div class="container question z-depth-1">
Who are we?
</div>
<div class="answer container z-depth-1">
We, CIRMAD, are a not-for-profit and apolitical organization interested and involved in natural resource management and development
</div>
<div class="container question z-depth-1 not-first">
Our Vision
</div>
<div class="answer container z-depth-1" >
To become a reference body in the global partnership for biodiversity conservation and development by 2020.
</div>
<div class="container question z-depth-1 not-first">
The CIRMAD Creed
</div>
<div class="answer container z-depth-1" >
Homo sapiens, we the human beings, like all living things on earth depend on the natural environment and the rest of the biodiversity for livelihood. The increase in the world population and the resultant increase in our needs for the natural resources, for subsistence, but much for income, has led to some species being exploited to extinction while some resources have been totally emptied in certain parts of the world.
In the crave for better living, sometimes ostentatious living, especially in terms of urban and technological development, the natural environment and the resource base has had to suffer, through degradation and depletion.
It becomes incumbent on human kind, the greatest natural resource user, to rise up for a lasting resource base, by practicing sustainable use/management of their indigenous natural resources.
</div>
<div class="container question z-depth-1 not-first">
Our Work
</div>
<div class="answer container z-depth-1" >
Some of our projects include...
<div class="row">
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img src="image/chimpanzee-conservation.jpg">
<span class="card-title">Chimpanzee Conservation</span>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img src="image/culture-promotion.jpg">
<span class="card-title">Culture Promotion</span>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img src="image/reforestation.jpg">
<span class="card-title">Reforestation</span>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img src="image/mubako-language.jpg">
<span class="card-title">Mubako Language Development</span>
</div>
</div>
</div>
</div>
</div>
</body>
<script type=text/javascript src="js/materialize.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script type=text/javascript src="js/scripts.js"></script>
</html>