-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (172 loc) · 6.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css' rel='stylesheet'>
<link rel="stylesheet" href="node_modules/magic.css/dist/magic.css">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="style.css">
<title>KriolSpider</title>
</head>
<body>
<nav>
<div class="logo">
<img src="assets/KriolSpider-Logo.png">
</div>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#kriolSpider">KriolSpider</a>
<a href="#services">Services</a>
<a href="#contribuition">Contribuition</a>
</div>
<div class="login">
<a href="#">Login</a>
<img src="assets/image-profile.jpg">
</div>
</nav>
<div class="home">
<h1>SPIDERS</h1>
<div class="home-img">
<img src="assets/image-0.jpg">
<div class="tabs">
<a href="#" class="active">Get Started</a>
<a href="#">Learning</a>
<a href="#">KriolSpider</a>
<a href="#">Cape Verde</a>
<a href="#">About Us</a>
</div>
</div>
</div>
<div class="showcase" id="kriolSpider">
<h3>Discover the Fascinating World of Arachnids</h3>
<div class="showcase-container">
<p>
Learn about arachnids, explore their habitats, behaviors, characteristics and their ecological importance..
</p>
<div class="card">
<img src="assets/Latrodectus cinctus.jpg">
<div class="card-info">
<div class="item">
<i class="fa-solid fa-tag"></i>
<p>Latrodectus cinctus</p>
</div>
<div class="item">
<i class="fa-solid fa-location-dot"></i>
<p> Santiago and Maio Islands</p>
</div>
<div class="item description">
<i class="fa-solid fa-circle-info"></i>
<p>
A convex abdomen on the upper part, covered with fine hair and projects over the base of the cephalothorax, brownish-black in color with an oblong mark ascending from the spinnerets and three dark orange transverse bands on the upper part
</p>
</div>
</div>
</div>
</div>
</div>
<div class="services" id="services">
<div class="header">
<h3>OUR SERVICES</h3>
<p>At KriolSpider, our goal is to provide you with the best tools and resources to explore and learn about the fascinating world of arachnids in Cape Verde</p>
</div>
<div class="sercices-items">
<div class="services-cards">
<div class="title">
<i class="fa-solid fa-book-medical"></i>
<h5>Cataloging</h5>
</div>
<div class="desc">
<p>cataloging of any arachnid in Cape Verde</p>
</div>
</div>
<div class="services-cards">
<div class="title">
<i class="fa-solid fa-shield"></i>
<h5>Preservation</h5>
</div>
<div class="desc">
<p>Learn how protect arachnids and their habitats</p>
</div>
</div>
<div class="services-cards">
<div class="title">
<i class="fa-regular fa-map"></i>
<h5>Distribution Maps</h5>
</div>
<div class="desc">
<p>Maps showing where each species can be found</p>
</div>
</div>
<div class="services-cards">
<div class="title">
<i class="fa-brands fa-searchengin"></i>
<h5>Research Collaboration </h5>
</div>
<div class="desc">
<p>Collaboration on projects about arachnids</p>
</div>
</div>
</div>
</div>
<div class="contribute" id="contribuition">
<div class="header">
<p>Help expand our knowledge of Cape Verde's arachnids. Contribute with your discoveries and research</p>
<h3>Why contribute</h3>
</div>
<div class="reasons">
<div class="reason-card">
<div class="top">
<p>Scientific Research</p>
<i class="fa-solid fa-microscope"></i>
</div>
<div class="descrip">
<p>Contribute data that helps studies on Cape Verde's biodiversity. Your data can be essential to new scientific discoveries</p>
</div>
</div>
<div class="reason-card">
<div class="top">
<p>Knowledge Expansion</p>
<i class="fa-solid fa-brain"></i>
</div>
<div class="descrip">
<p>By sharing your observations, you help build a more complete database on the archipelago's spiders.</p>
</div>
</div>
<div class="reason-card">
<div class="top">
<p>Species extinction</p>
<i class="fa-solid fa-triangle-exclamation"></i>
</div>
<div class="descrip">
<p>Many species may be threatened. Your contribution can help with the conservation of these species</p>
</div>
</div>
<i class="fa-solid fa-spider"></i>
<i class="fa-solid fa-handshake-angle"></i>
<i class="fa-solid fa-circle-plus"></i>
</div>
</div>
<div class="popup" id="popup">
<div class="popup-content">
<img src="" id="popup-image">
<i class="fa-solid fa-xmark"></i>
<div class="popup-info">
<h2 id="popup-title"></h2>
<p id="popup-text"></p>
<button id="popup-btn"></button>
</div>
</div>
</div>
<footer>
<div class="copyright">
<div class="separator"></div>
<p>
Copyright © 2024 TiagoDongo, All Rights Reserved.
</p>
<div class="separator"></div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>