-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebsite.html
88 lines (87 loc) · 6.43 KB
/
Website.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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Movie Select </title>
<link rel="stylesheet" href="style2.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" >
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="Website.html">Movie Select</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Website.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://youtube.com/playlist?list=PL1DD10E84B9B08A35&feature=shared" target="_blank">Trailer</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Social
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://www.instagram.com/a_y_u_s_h_013/" target="_blank">Instagram</a></li>
<li><a class="dropdown-item" href="https://www.linkedin.com/in/ayush-vishwakarma-9a177a24a/" target="_blank">LinkedIn</a></li>
<li><a class="dropdown-item" href="payment_form.html" target="_blank">Payment</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</div>
</div>
</nav>
<div class="container">
<form id="form" action="">
<div class="mains">
<h1 class="main_heading" style="color: yellowgreen;font-weight: bold;font-size: 100px;">Movie Select</h1>
<h3 class="main_heading" style="color: yellow;">A site for cinephile</h3>
</div>
<p style="color: yellowgreen; font-weight: bold; font-family: Arial, Helvetica, sans-serif;">Your Email: <input type="email" name="mail" placeholder="[email protected]" id="mail" required></p>
<p style="color: red;font-weight: bolder; border-color: red; font-family: Arial, Helvetica, sans-serif;">Movie Name: <input type="text" name="name" placeholder="Enter Movie Name Here" required></p>
<div class="centre">
<input type="submit" value="Submit" id="Submit">
</div>
<h2 style="color: black; border: 4px solid black; padding: 10px; margin-top: 12px;">More Movie related content</h2>
<div class="row">
<iframe class="col-lg-3 col-md-6 col-sm-6" width="350" height="300" style="border: 100%; border-radius: 8px; padding-left: 4px ;" src="https://www.youtube.com/embed/DvNQwzzB8pg?si=xMy4hdAjQvTxh1iH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></iframe>
<iframe class="col-lg-3 col-md-6 col-sm-6" width="350" height="300" style="border: 100%; border-radius: 8px; padding-left: 4px ;" src="https://www.youtube.com/embed/cJW0wjSx0GY?si=0eZF9Rl3CGIbobkx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="col-lg-3 col-md-6 col-sm-6" width="350" height="300" style="border: 100%; border-radius: 8px; padding-left: 4px ;" src="https://www.youtube.com/embed/t3PzUo4P21c?si=Occka4nPrtSc37Lq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="col-lg-3 col-md-6 col-sm-6" width="350" height="300" style="border: 100%; border-radius: 8px; padding-left: 4px ;" src="https://www.youtube.com/embed/3U467XfT6cY?si=tFS5g3CFH8xVH48S" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</form>
</div>
<div class="about">
<section>
<h3 style="text-align: center;">ABOUT ME</h3>
<!--
| <a style="color: darkmagenta;" href="https://www.instagram.com/a_y_u_s_h_013/" target="_blank" rel="noopener noreferrer">Instagram</a> |
<a style="color: darkblue;" href="https://www.linkedin.com/in/ayush-vishwakarma-9a177a24a/" target="_blank" rel="noopener noreferrer">LinkedIn</a> |
<a style="color: green;" href="payment_form.html" target="_blank" rel="noopener noreferrer">Support</a> |
</div> -->
<h4 style="font-size: 18px;">A young mind with a passion for coding and video editing.
I have 2 years of experience in python and MySQL which I learned at my school and I am currently at the Gold level in python and the bronze level in problem-solving at hackkerrank.
I also have 3 years of experience in video editing and have worked on projects regarding video editing for some youtube channels.
I hope to give much contribution as I can give to this world.</h4>
</section>
<div class="footer">
<footer>
<a href="#">FAQ</a> |
<a href="#">KNOW MORE</a> |
<a href="#">Terms of use</a> |
<a href="#">privacy policy</a> |
<a href="#">Report a problem</a> |
</footer>
</div>
<script src="Movie select.js"></script>
</body>
</html>