-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (148 loc) · 6.66 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
145
146
147
148
<!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">
<!-- Favicon link -->
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
<!-- Main style sheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Style-sheet for smaller devices -->
<link rel="stylesheet" media="screen and (max-width: 768px)" href="css/mobile.css">
<!-- Fontawesome link -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<title>Watch It Now | Home</title>
</head>
<body>
<nav id="navbar">
<a href="index.html"><img src="img/5-no-bg.png" alt="Watch It Now Logo" class="logo"></a>
<ul class="navbar-links">
<li class="nav-link active"><a href="#">Home</a></li>
<li class="nav-link"><a href="www.boston.gov">Boston News</a></li>
<li class="nav-link"><a href="https://www.boston.gov/parks/public-garden">Boston Public Garden</a></li>
<li class="nav-link"><a href="#footer">Contact Us</a></li>
<li class="nav-link special"><a href="#registration">REGISTER</a></li>
</ul>
</nav>
<!-- Showcase -->
<section id="showcase">
<img src="img/WATCH IT OUTSIDE!.png" alt="advert">
<div class="space">
<h2 class="l-heading text-primary">COME OUT AND HAVE A WONDERFUL TIME WITH FAMILY AND FRIENDS!</h2>
<p class="lead">Venue: Boston Public Garden
<br>
Time: 6pm to midnight
</p>
<a href="#registration" class="button-primary">REGISTER!</a>
</div>
</section>
<!-- Registration -->
<section id="registration">
<div class="registration-container">
<h2 class="heading">Register</h2>
<div class="form-container">
<div>
<label for="name">Your Name</label>
<input type="text" name="firstname" id="firstname" title="Please fill out this field" placeholder="First Name">
<input type="text" name="lastname" id="lastname" title="Please fill out this field" placeholder="Last Name">
</div>
<div>
<label for="email">Email Address</label>
<input type="email" name="email" id="email" title="Please fill out this field" placeholder="Eg. [email protected]">
</div>
<div>
<label for="phonenumber">Phone Number</label>
<input type="number" name="phonenumber" id="phonenumber" title="Please fill out this field" placeholder="Eg. 617-635-4000">
</div>
<div>
<input type="submit" value="SUBMIT">
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section id="gallery">
<h2 class="heading">Showing</h2>
<div class="titles">
<div class="movie">
<img src="img/mov_1.jpg" alt="">
<p class="m-description">The Greatest Showman</p>
</div>
<div class="movie">
<img src="img/mov_2.png" alt="">
<p class="m-description">Guardians Of The Galaxy</p>
</div>
<div class="movie">
<img src="img/mov_3.jpg" alt="">
<p class="m-description">Spiderman: Far From Home</p>
</div>
<div class="movie">
<img src="img/mov_4.jpg" alt="">
<p class="m-description">Black Panther</p>
</div>
<div class="movie">
<img src="img/mov_5.jpg" alt="">
<p class="m-description">Harry Potter and The Goblet of Fire</p>
</div>
<div class="movie">
<img src="img/mov_6.jpg" alt="">
<p class="m-description">Shang Chi and The Legend of the Ten Rings</p>
</div>
<div class="movie">
<img src="img/mov_7.png" alt="">
<p class="m-description">Eternals</p>
</div>
<div class="movie">
<img src="img/mov_8.jpg" alt="">
<p class="m-description">Enola Holmes</p>
</div>
<div class="movie">
<img src="img/mov_9.png" alt="">
<p class="m-description">Ironman</p>
</div>
<div class="movie">
<img src="img/mov_10.png" alt="">
<p class="m-description">Titanic</p>
</div>
<div class="movie">
<img src="img/mov_11.jpg" alt="">
<p class="m-description">Knives Out</p>
</div>
<div class="movie">
<img src="img/mov_12.jpg" alt="">
<p class="m-description">Annie</p>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="footer-container">
<div id="event-logo">
<img src="img/3.png" alt="">
</div>
<div id="event-information">
<p>Time: 6pm to Midnight <br>Venue: Boston Public Garden <br>Date: 5th to 8th August</p>
</div>
<div id="contact-us">
<h3>CONNECT WITH US</h3>
<ul class="social-links">
<li class="social-link"><i class="fab fa-instagram"></i> <a href="https://www.instagram.com/" target="_blank">Instagram</a></li>
<li class="social-link"><i class="fab fa-twitter"></i> <a href="https://twitter.com/" target="_blank">Twitter</a></li>
<li class="social-link"><i class="fab fa-youtube"></i> <a href="https://www.youtube.com/" target="_blank">Youtube</a></li>
<li class="social-link"><i class="fab fa-facebook-square"></i> <a href="https://www.facebook.com/" target="_blank">Facebook</a></li>
</ul>
</div>
<div id="newsletter">
<h4>Do you want to get information about future events? Sign up for our newsletter below.</h4>
<form action="post">
<input type="email" name="email" placeholder="Enter email here" class="text-secondary">
<input type="submit" value="Subscribe" class="button-primary">
</form>
</div>
<div class="copyright">2021 © Watch It Now Co. | Website by LEX Dev</div>
</div>
</footer>
</body>
</html>