-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (65 loc) · 3.81 KB
/
index.html
File metadata and controls
73 lines (65 loc) · 3.81 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
<!DOCTYPE html>
<html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Home Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Apni Kaksha</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Study material</a>
<a href="#">College review</a>
<a href="#">Login</a>
<a href="#">Signup</a>
</nav>
<main>
<section>
<h2>Courses</h2>
<section>
<video src="APIQuiz.mp4" width="33%" controls></video>
<video src="bharat.mp4" width="33%" controls></video>
<video src="blog.mp4" width="33%" controls></video>
<!--video src="scraper.mp4" width="33%"></!--video-->
</section>
<h2>College Review<h2>
<section>
<iframe width="20%" src="https://www.youtube.com/embed/HcOc7P5BMi4?si=JL8ybfezwetF5Mzz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="20%" src="https://www.youtube.com/embed/61ppyY5rUB0?si=JQCNKvfI-MyVx2Zx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="20%" src="https://www.youtube.com/embed/61ppyY5rUB0?si=JQCNKvfI-MyVx2Zx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</section>
<h2>Study Notes</h2>
<section>
<a href="Allotment_11zon.pdf" target="blank"><img src="capture.png" width="20%" height="30%"></a>
<a href="Allotment_11zon.pdf" target="blank"><img src="capture.png" width="20%" height="30%"></a>
<a href="Allotment_11zon.pdf" target="blank"><img src="capture.png" width="20%" height="30%"></a>
</section>
<h2>Our Founder</h2>
<section>
<img src="sayali.jpg" width="300" height="350">
<h3>Sayali Datir</h3>
<a href="https://www.youtube.com">Youtube</a>
<a href="https://www.youtube.com">Linkedin</a>
<a href="https://www.youtube.com">Instagram</a>
<h5>The About Us page of your website is an essential source of information for all who want to know more about your business.
About Us pages are where you showcase your history, what is unique aboutThe About Us page of your website is an essential source of information for all who want to know more about your business.
About Us pages are where you showcase your history, what is unique about your work, your company’s values, and who you serve.
The design, written content, and visual or video elements together tell an important story about who you are and why you do it. your work, your company’s values, and who you serve.
The design, written content, and visual or video elements together tell an important story about who you are and why you do it.</h5>
</section>
</main>
<footer>
<a href="#">Privacy policy</a>
<a href="#">Refund Policy</a>
<a href="#">Terms of use</a>
<a href="#">FAQ</a>
</footer>
</body>
</html>