-
Notifications
You must be signed in to change notification settings - Fork 0
/
leopard.html
223 lines (207 loc) · 9.28 KB
/
leopard.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="CSS/style.css" />
<link rel="stylesheet" href="CSS/animations.css" />
<link rel="stylesheet" href="CSS/leopard-style.css" />
<link rel="stylesheet" href="CSS/newsletter-style.css">
<link rel="icon" type="image/x-icon" href="IMAGES/navfooter-images/mainicon.ico" />
<title>Wildlife Sri Lanka | Sri Lankan Leopard</title>
</head>
<script src="//unpkg.com/alpinejs" defer></script>
<body x-data="leopardbody">
<nav class="navbar">
<a href="index.html"><img src="IMAGES/navfooter-images/logo.webp" class="logo" alt="logo" /></a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="department.html">About DWC</a></li>
<li>
<a href="#" class="active">Animals</a>
<ul class="sub-menu">
<li><a href="leopard.html">Sri Lankan Leopard</a></li>
<li><a href="animalgallery.html">Animal in Sri Lanka</a></li>
</ul>
</li>
<li>
<a href="#">Parks</a>
<ul class="sub-menu">
<li><a href="wilpattu.html">Wilpattu National Park</a></li>
<li><a href="yaala.html">Yala National Park</a></li>
<li><a href="kumana.html">Kumana National Park</a></li>
</ul>
</li>
<li><a href="events.html">Events</a></li>
<li><a href="login.html" class="ctn">Login</a></li>
</ul>
<img src="IMAGES/navfooter-images/menu-btn.webp" class="menu-btn" />
</nav>
<main>
<header id="leopard-header">
<section class="header-content">
<h2 class="shadow" id="subtitle" x-text="subtitle" contenteditable="true"></h2>
<aside class="line"></aside>
<h1 class="shadow" id="title" x-text="title" contenteditable="true"></h1>
<a href="#leo-sec1" class="ctn">Scroll</a>
</section>
</header>
<section id="leo-sec1">
<section class="title">
<h1 id="section1Title" x-text="section1Title" contenteditable="true"></h1>
<aside class="line"></aside>
</section>
<p id="section1Text" x-text="section1Text" contenteditable="true" >
</p>
<section id="leo-sec1-facts">
<table>
<tr class="tr">
<td><span class="highlight">COOSERVATION STATUS</span></td>
<td>Endangered</td>
</tr>
<tr class="tr">
<td><span class="highlight">DISTRIBUTION</span></td>
<td>Sri Lanka</td>
</tr>
<tr class="tr">
<td><span class="highlight">LIFE SPAN</span></td>
<td>12 to 15 Years</td>
</tr>
</table>
</section>
</section>
<section id="venues">
<section class="title" id="leo-sec2">
<h1 id="section2Title" x-text="section2Title" contenteditable="true"></h1>
<aside class="line"></aside>
</section>
<!-- First Venue -->
<section class="venue">
<img src="IMAGES/leopard-images/yalaleopard.webp" alt="Venue 1" />
<img src="IMAGES/leopard-images/yala.webp" alt="Venue 1" />
<h4 id="section3Title" x-text="section3Title" contenteditable="true"></h4>
<p id="section3Text" x-text="section3Text" contenteditable="true">
<span class="highlight">much as one leopard per square kilometer.</span>
</p>
</section>
<!-- Second Venue -->
<section class="venue">
<img src="IMAGES/leopard-images/wilpattuleopard.webp" alt="Venue 2" />
<img src="IMAGES/leopard-images/wilpattu.webp" alt="Venue 2" />
<h4 id="section4Title" x-text="section4Title" contenteditable="true"></h4>
<p id="section4Text" x-text="section1Text" contenteditable="true">
</p>
</section>
<!-- Third Venue -->
<section class="venue">
<img src="IMAGES/leopard-images/hortonplainsleopard.webp" alt="Venue 3" />
<img src="IMAGES/leopard-images/hortonplains.webp" alt="Venue 3" />
<h4 id="section5Title" x-text="section5Title" contenteditable="true"></h4>
<p id="section5Text" x-text="section5Text" contenteditable="true">
</p>
</section>
</section>
<section id="threats">
<section class="title" id="home-sec1">
<h1 id="section6Title" x-text="section6Title" contenteditable="true"></h1>
<aside class="line"></aside>
</section>
<!-- Threat 1 -->
<section id="habitat">
<h4 class="threats-headings" id="section7Title" x-text="section7Title" contenteditable="true"></h4>
<p class="threats-para" id="section7Text" x-text="section7Text" contenteditable="true">
</p>
<h4 class="threats-headings" id="section8Title" x-text="section8Title" contenteditable="true"></h4>
<p class="threats-para" id="section8Text" x-text="section8Text" contenteditable="true">
</p>
<h4 class="threats-headings" id="section9Title" x-text="section9Title" contenteditable="true"></h4>
<p class="threats-para" id="section9Text" x-text="section9Text" contenteditable="true">
</p>
</section>
<!-- Threat 2 -->
<section id="trade">
<h4 class="threats-headings" id="section10Title" x-text="section10Title" contenteditable="true"></h4>
<p class="threats-para" id="section10Text" x-text="section10Text" contenteditable="true">
</p>
<h4 class="threats-headings" id="section11Title" x-text="section11Title" contenteditable="true"></h4>
<p class="threats-para" id="section11Text" x-text="section11Text" contenteditable="true" >
</p>
<h4 class="threats-headings" id="section12Title" x-text="section12Title" contenteditable="true"></h4>
<p class="threats-para" id="section12Text" x-text="section12Text" contenteditable="true">
</p>
</section>
</section>
<section class="conserve" id="zoo">
<section class="conserve-content">
<h1 class="shadow" id="section13Title" x-text="section13Title" contenteditable="true"></h1>
<aside class="line"></aside>
<p id="section13Text" x-text="section13Text" contenteditable="true">
</p>
<a href="https://nationalzoo.gov.lk/zoo/" class="ctn" target="_blank">Visit Us</a>
</section>
</section>
</main>
<section id="gotopbtn">
<a href="#"><img src="IMAGES/navfooter-images/arrowhead-up.webp" alt="go to top button" /></a>
</section>
<footer>
<section class="footer-container">
<section class="footer-section">
<h4>Contact</h4>
<p>Email: contact@slwildlife.com<br />Phone: 077-177-7788</p>
</section>
<section class="footer-section">
<h4>Quick Links</h4>
<a href="index.html" class="quick-links">Home</a>
<a href="introduction.html" class="quick-links">Introduction</a>
<a href="department.html" class="quick-links">About Us</a>
<a href="leopard.html" class="quick-links">Sri Lankan Leopard</a>
<a href="animalgallery.html" class="quick-links">Animals</a>
<a href="wilpattu.html" class="quick-links">Wilpattu</a>
<a href="yaala.html" class="quick-links">Yala</a>
<a href="kumana.html" class="quick-links">Kumana</a>
<a href="events.html" class="quick-links">Events</a>
<a href="contact.html" class="quick-links">Contact Us</a>
</section>
<section class="footer-section">
<h4>Follow Us</h4>
<p>Stay connected on social media.</p>
<section class="social-icons">
<a href="https://facebook.com/" target="_blank"><img src="IMAGES/navfooter-images/facebook-icon.webp"
alt="Facebook" /></a>
<a href="https://twitter.com/" target="_blank"><img src="IMAGES/navfooter-images/twitter-icon.webp"
alt="Twitter" /></a>
<a href="https://instagram.com/" target="_blank"><img src="IMAGES/navfooter-images/instagram-icon.webp"
alt="Instagram" /></a>
</section>
</section>
<section class="newsletter-section">
<h4>Subscribe to Our Newsletter</h4>
<p>Stay updated with our latest news and promotions.</p>
<form id="newsletter-form">
<input type="email" id="newsletter-email" name="email" placeholder="Enter your email" required>
<button type="submit" id="subscribe-btn">Subscribe</button>
</form>
</section>
</section>
<h5 id="copyright-text">
© 2004-2024 All Rights Reserved. Created by
<a href="http://wa.me/+94751229892" target="_blank">
Hirusha Gunasena.
</a>
</h5>
<!-- References:
- Kittle, Andrew M. et al. "The Sri Lankan Leopard: An Ecological Overview." Journal of Zoology, 2019.
- IUCN Red List of Threatened Species. "Panthera pardus kotiya." 2023. -->
</footer>
<script>
const menubutton = document.querySelector(".menu-btn");
const navlinks = document.querySelector(".nav-links");
menubutton.addEventListener("click", () => {
navlinks.classList.toggle("mobile-menu");
});
</script>
<script src="JS/homepage.js"></script>
</body>
</html>