-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (63 loc) · 3.86 KB
/
index.html
File metadata and controls
79 lines (63 loc) · 3.86 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
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
<!DOCTYPE html>
<html>
<head>
<title>Zoological Survey of India</title>
<link href="https://zsi.gov.in/assets/frontend/images/zsi_logo.png" rel="icon">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div align="center">
<header>Reptiles</header>
</div>
<div class="container">
<div class="box">
<img src="https://inaturalist-open-data.s3.amazonaws.com/photos/144379723/large.jpeg" alt="Blanford Rock Agama">
<h2>Blanford Rock Agama</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Blanford%20Rock%20Agama" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://imgs.search.brave.com/bpdxt2wjkKe8a9wpzRk2uuR8BLq-MKvPmXSKcsA0AQw/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuc3F1YXJlc3Bh/Y2UtY2RuLmNvbS9j/b250ZW50L3YxLzVi/NGIxMGUxOWQ1YWJi/MjIyZDIwNjlmZS8x/NjQ3NTc3MDAxNTA4/LTg0MjJDWkM3TllL/NFlXMlhXVThPL09y/bmF0ZStmbHlpbmcr/c25ha2UrLStDaHJ5/c29wZWxlYStvcm5h/dGEtMy5qcGc" alt="Indian Flying Snake">
<h2>Indian Flying Snake</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Indian%20Flying%20Snake" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://static.inaturalist.org/photos/270726017/large.jpg" alt="Monocled Cobra">
<h2>Monocled Cobra</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Monocled%20Cobra" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://imgs.search.brave.com/bonBkvvGCHZPJiqfsZ8JKOmJtwP_luBTmT4KAVpMi_M/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9zbmFr/ZXNvZnRhaXdhbi5j/b20vaW1hZ2VzL3B0/eWFzLW11Y29zYS9Q/dHlhcy1tdWNvc2Et/MDQtMTAyNHB4Lmpw/Zw" alt="Oriental Rat Snake">
<h2>Oriental Rat Snake</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Oriental%20Rat%20Snake" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://www.team-bhp.com/forum/attachments/travelogues/2356379d1662637966-fan-throated-lizard-meat-mate-img_6106_p.jpg" alt="Pondichery Fan Throated Lizard">
<h2>Pondichery Fan Throated Lizard</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Pondichery%20Fan%20Throated%20Lizard" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://media.istockphoto.com/id/1164896775/photo/eryx-johni-earth-boa-non-venomous-maharashtra-india.jpg?s=612x612&w=0&k=20&c=IBVhgQkvSPsixgO0M1y5skJR2b3C3rYgh-XAR3VWRZM=" alt="Red Sand Boa" >
<h2>Red Sand Boa</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Red%20Sand%20Boa" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://www.blackturtledive.com/wp-content/uploads/2021/01/blackturtledive.com-banded-sea-snake-koh-tao.jpg" alt="Russel Sea Snake">
<h2>Russel Sea Snake</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Russel%20Sea%20Snake" class="btn" target="_blank">Read More</a>
</div>
<div class="box">
<img src="https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2F1.bp.blogspot.com%2F-gOI8zd2ylEA%2FTsyF2nDoBxI%2FAAAAAAAACqU%2FnkO4KIa7ivg%2Fs1600%2FRussel%2BViper%2B03.JPG&f=1&nofb=1&ipt=1779ba621e633f7d0b3775a4e059af686ff1e48259994c263194771bfae545d0&ipo=images" alt="Russel Viper">
<h2>Russel Viper</h2>
<a href="https://java-c-ier.github.io/Museum/Reptiles/Russel%20Viper" class="btn" target="_blank">Read More</a>
</div>
</div>
<footer>
<div class="copy">
© Zoological Survey of India.
</div>
<div class="developed">
Developed by Jimut.
</div>
</footer>
</body>
</html>