forked from avs-abhishek123/Aec-Library-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.html
88 lines (66 loc) · 3.99 KB
/
resource.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
<!DOCTYPE html>
<head>
<title>Resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Style CSS -->
<link rel="stylesheet" href="resource.css"/>
</head>
<body>
<header>
<h1>AEC Library</h1>
</header>
<nav class="" >
<div class="">
<div class="grid-container">
<a class="grid-item" href="#">Home</a>
<a class="grid-item" href="#courses">Courses</a>
<a class="grid-item" href="#yt">Youtube Channels</a>
<a class="grid-item" href="#qb">Question Banks</a>
<a class="grid-item" class="study" href="#study">Study Materials</a>
<a class="grid-item" href="#footer">About</a>
</div>
</div>
</nav>
<main>
<h2 class="hover-underline-animation">Courses</h2>
<section id="courses">
<video src="images/8.mp4" width="33%" poster="images/11.jpg" controls></video>
<video src="images/8.mp4" width="33%" poster="images/12.jpg" controls></video>
<video src="images/8.mp4" width="33%" poster="images/13.jpg" controls></video>
<br>
<br>
<video src="images/8.mp4" width="33%" poster="images/14.jpg" controls></video>
<video src="images/8.mp4" width="33%" poster="images/15.jpg" controls></video>
<video src="images/8.mp4" width="33%" poster="images/16.jpg" controls></video>
</section>
<h2 class="hover-underline-animation">Informative Youtube Channels</h2>
<section id="yt">
<iframe width="33%" height="75%" src="https://www.youtube.com/embed/hmS6rhq8jkI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="33%" height="75%" src="https://www.youtube.com/embed/KxUj-0R2yxM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="last" width="33%" height="75%" src="https://www.youtube.com/embed/LwglfLv5otA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<h2 class="hover-underline-animation">Question Banks</h2>
<section id="qb">
<a target="_blank" href="Notes/Surface Chemistry Complete NCERT.pdf"><img src="images/1.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Solid State New Complete Chapter Notes.pdf"><img src="images/2.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Electrochemistry Complete NCERT.pdf"><img src="images/3.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Coordination Compound 3.pdf"><img src="images/4.png" alt="" width="24%" height="60%"></a>
</section>
<h2 class="hover-underline-animation">Study Materials</h2>
<section id="study">
<a target="_blank" href="Notes/Surface Chemistry Complete NCERT.pdf"><img src="images/5.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Solid State New Complete Chapter Notes.pdf"><img src="images/6.jpg" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Electrochemistry Complete NCERT.pdf"><img src="images/7.jpg" alt="" width="24%" height="60%"></a>
<a target="_blank" href="Notes/Coordination Compound 3.pdf"><img src="images/9.png" alt="" width="24%" height="60%"></a>
</section>
</main>
<footer id="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 class="name" href="#">© 2021 | AEC Library</a>
</footer>
</body>
</html>