-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (144 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wild Life | Home</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<h1>Wild Life</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">National Park</a>
<a href="#">Wild Lifes</a>
<a href="#">Study about Wild Life</a>
<a href="#">Login/signup</a>
</nav>
<main>
<section>
<h2>Wild Lifes</h2>
<video
src="./human_feeding_the_little_squirrel (1080p).mp4"
width="33%"
controls
loop
muted
></video>
<video
src="./pexels_videos_1494295 (1080p).mp4"
width="33%"
controls
loop
muted
></video>
<video
src="./pexels_videos_2077836 (1080p) (1).mp4"
width="33%"
controls
loop
muted
></video>
<br />
<video
src="./pexels_videos_2077836 (1080p).mp4"
width="33%"
controls
loop
muted
></video>
<video
src="./pexels_videos_4409 (1080p).mp4"
width="33%"
controls
loop
muted
></video>
<video
src="./video_of_spider (1080p).mp4"
width="33%"
controls
loop
muted
></video>
</section>
<section>
<h2>National park</h2>
<iframe
width="28%"
height="40%"
src="https://www.youtube.com/embed/q2_c2_WfJFg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<iframe
width="28%"
height="50%"
src="https://www.youtube.com/embed/es4x5R-rV9s"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<iframe
width="28%"
height="50%"
src="https://www.youtube.com/embed/JLPCjzhC-IQ"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</section>
<section>
<h2>Study about Wild Life</h2>
<h3>Click on the pictures to open the pdf's</h3>
<a href="./pdf/All-Important-National-Parks-In-India-PDF-Download.pdf"
><img
src="./pdf/national-parks-in-india-pdf-509.webp"
width="30%"
height="70%"
/></a>
<a
href="./pdf/list_of_important_wildlife_sanctuaries_in_india_upsc_74.pdf"
><img
src="./pdf/Screenshot 2023-09-08 205647.jpg"
alt="#"
width="30%"
height="70%"
/></a>
</section>
<section>
<h2>About the page</h2>
<img
src="./pdf/national-parks-in-india-pdf-696x365-1-1280x720.jpg"
alt="pic"
width="50%"
/>
<p>
"WildlifePage.com is an online platform dedicated to celebrating and
preserving the beauty and diversity of Earth's wildlife. We provide a
wealth of information about animals, ecosystems, conservation efforts,
and photography. Our mission is to inspire a deeper connection to
nature and promote awareness about the importance of protecting our
planet's incredible wildlife."
</p>
</section>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact us</a>
<a href="#">Terms of use</a>
<a href="#">Privacy policy</a>
<a href="#">Refund policy</a>
<a href="#">©</a>
</footer>
</body>
</html>