-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
69 lines (63 loc) · 2.48 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credits</title>
<link rel="stylesheet" href="creditsstyle.css">
</head>
<body>
<header>
<img src="pngegg (1).png" alt="Logo" class="logo">
<h1>Credits</h1>
<a href="index.html">Home</a>
</header>
<div class="credits-container">
<h2>Video Credits</h2>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=QvUF4LkmwKo&pp=ygULc2hpdiB0YW5kYXY%3D">
<img src="Shiv_Tandav_thumbnail.jpg" alt="Shiv Tandav Thumbnail" class="video-thumbnail">
<p>Shiv Tandav.mp4</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=7nIZcKM-BiM&pp=ygUWZ2FucGF0aSBhdGhhcnZhc2hpcnNoYQ%3D%3D">
<img src="Ganapati_Atharvashirsha_thumbnail.jpg" alt="Ganapati Atharvashirsha Thumbnail"class="video-thumbnail">
<p>Ganapati Atharvashirsha.mp4</p>
</a>
</div>
</div>
<h2>Photo Credits</h2>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.pngegg.com/en/png-zyzse">
<img src="pngegg (1).png" style="height: 100px; width: 100px;">
<p>Photo 1</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.pngegg.com/en/png-ivfay">
<img src="pngegg.png" style="height: 100px; width: 100px;">
<p>Photo 2</p>
</a>
</div>
</div>
</div>
<footer>
<p style="text-align: center;">Jai Shree Ram</p>
<div style="text-align: center;">
<a href="https://www.instagram.com/yeaas_vinchhi/" target="_blank" style="text-decoration: none;">
<img src="instagram.svg" alt="Instagram" style="width: 50px; height: 50px;">
</a>
<a href=https://www.linkedin.com/in/yash-h-vinchhi-25176b297/" target="_blank" style="text-decoration: none;">
<img src="linkedin.svg" alt="linkedin" style="width: 50px; height: 50px;">
</a>
<a href="https://twitter.com/yashhvinchhi" target="_blank" style="text-decoration: none;">
<img src="twitter.svg" alt="twitter" style="width: 50px; height: 50px;">
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>