-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBootstrap.html
More file actions
298 lines (233 loc) · 12.9 KB
/
Copy pathBootstrap.html
File metadata and controls
298 lines (233 loc) · 12.9 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<title> Academy Cinemas </title>
</head>
<body>
<div class="container">
<!--navbar -->
<nav class="navbar sticky-top navbar-expand-lg bg-info">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active">
<a class="nav-link text-light" href="#about"> About </a>
</li>
<li class="nav-item-active">
<a class="nav-link text-light" href="#showtimes"> Showtimes </a>
<li>
<li class="nav-item-active">
<a class="nav-link text-light" href="#deals">Deals </a>
</li>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="search">
<button class="btn btn-primary text-light" type="submit"> Search </button>
</form>
</div>
</div>
</nav>
<!--/navbar -->
<!--title-->
<div class="jumbotron jumbotron-fluid bg-info text-center">
<div class="container">
<h1 class="display-4 text-light"> Academy Cinemas </h1>
<p class="lead text-light">Sit back, relax, and enjoy the show </p>
</div>
</div>
<!--/title-->
<!-- About section -->
<div class="container">
<div class="row align-items-start">
<div class="col">
<img class="img-fluid" src="./img/pdx.jpg" alt="">
</div>
<div class="col">
<h3 id="about"> Accomodations </h3>
<p> Located in beautiful Portland, Oregon's Pearl district, our reels have been spinning since 1959 </p>
<p> Showing our guests a great time is our passion and seeing their smiles is our pleasure </p>
<p> All of our autitoriums are equipped with brand new Christie 3D® sound systems </p>
<p> Relax in out, extra-wide, plush cushioning recliners. Our seating arrangements is disability friendly </p>
♿. </p>
<!-- / about-->
<div class="col">
<h3>Now Playing:</h3>
<ul class="list-group">
<li class="list-group-item">
<a class="nav-link active" href="#">Kong: Skull Island </a>
</li>
<ul class="list-group">
<li class="list-group-item">
<a class="nav-link active" href="#">Ghost in the shell </a>
</li>
<ul class="list-group">
<li class="list-group-item">
<a class="nav-link active" href="#">Beauty and the beast</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Showtimes -->
<div class="container">
<h3 id="showtimes"> Showtimes: </h3>
<div class="row">
<div class="col-sm-4">
<div class="card h-100">
<img class="card-img-top h-50" src="img/kongskullisland.jpg" style="object-fit: cover" alt="Kong Skull Island image">
<div class="card-body">
<h5 class="card-title"> Kong Skull Island </h5>
<p class="card-text"> A team of scientists explore an uncharted island in the domain of the mighty Kong, and must fight to escape a primal Eden. </p>
<h6>
<span class="badge badge-secondary bg-info text-light"> 1:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 3:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 5:30pm </span>
<span class="badge badge-secondary bg-info text-light"> 7:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 9:00pm </span>
</h6>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card h-100">
<img class="card-img-top h-50" src="img/ghostintheshell.jpg" style="object-fit: cover" alt="Ghost in the shell image">
<div class="card-body">
<h5 class="card-title"> Ghost in the Shell </h5>
<p class="card-text"> In the near future, Major Mila Killian is the first of her kind: A human saved from a terrible crash.
Who is cyber enhanced to be a perfect solider devoted to stopping the world's most dangerous criminals.
</p>
<h6>
<span class="badge badge-secondary bg-info text-light"> 1:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 3:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 5:30pm </span>
<span class="badge badge-secondary bg-info text-light"> 7:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 9:00pm </span>
</h6>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card h-100">
<img class="card-img-top h-50" src="img/beautyandthebeast.jpg" style="object-fit: cover" alt="Beauty and the beast image">
<div class="card-body">
<h5 class="card-title"> Beauty and the beast </h5>
<p class="card-text"> A selfish prince is cursed to become a monster for the rest of his life, unless he learns
to fall in love withn a beautiful young woman, he keeps prisoner.</p>
<h6>
<span class="badge badge-secondary bg-info text-light"> 1:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 3:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 5:30pm </span>
<span class="badge badge-secondary bg-info text-light"> 7:00pm </span>
<span class="badge badge-secondary bg-info text-light"> 9:00pm </span>
</h6>
</div>
</div>
</div>
<!--jumbotron heading -->
<div class="jumbotron jumbotron-fluid bg-info mt-5 text-center">
<div class="container">
<h1 class="display-4 hidden-sm-down"
style="color": #fff; </h1>
<p class="lead">Check out our monthly deals.. </p>
<!--movie deals-->
<button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#register"> See our monthly movie deals.
</button>
<!--/movie deals-->
</div>
</div>
<!--/jumbotron heading-->
<!--Sign up form-->
<div class="row">
<div class="container text-center col md-6" id="deals">
<div class="container text-center">
<h1 class="display-5 my-4 col-lg-auto text-primary">Stay current on movies</h1>
<div class="input-group mb-5 input-group-sm">
<input type="text" class="form-control" placeholder="Email">
<span class="input-group-btn">
<button type="button" class="btn btn-secondary btn-info popover-dismiss"
data-toggle="popover" data-placement="top"
data-content="submit your email to receive great movie reward deals">
Sign up!
</button>
</span>
</div>
</div>
</div>
< </div>
<!--/Sign up form-->
<!--form modal-->
<div class="modal" tabindex="-1" role="dialog" id="register">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Register to receive movie deals! </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<fieldset class="form-group">
<label for="firstname">First Name: </label>
<input type="text" class="form-control" id="firstname" placeholder="First Name...">
</fieldset>
<fieldset class="form-group">
<label for="lastname">Last Name: </label>
<input type="text" class="form-control" id="lastname" placeholder="Last Name..">
</fieldset>
<fieldset class="form-group">
<label for="email">Email </label>
<input type="text" class="form-control" id="email" placeholder="Email..">
</fieldset>
<fieldset class="form-group">
<label for="password">Password </label>
<input type="text" class="form-control" id="email" placeholder="Password.."
data-toggle="tool-tip" title="Password are case sensitive.." >
</fieldset>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Save Changes </button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close </button>
</div>
</div>
</div>
</div>
<!--/form modal-->
<!--footer-->
<div class="container my-5">
<ul class="nav">
<li class="nav-item">
<small><a class="nav-link active" href="#">Movie Rewards </a></small>
</li>
<li class="nav-item">
<small><a class="nav-link" href="#">Movies@news.org </a></small>
</li>
<li class="nav-item">
<small><a class="nav-link" href="#">Info@academy.com </a></small>
</li>
<li class="nav-item">
<small><a class="nav-link">©2023 Academy Cineas® </a></small>
</li>
</ul>
</div>
<!--/footer-->
<div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6Zbwh2IMqE241rYiqJxyMiZ60M/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.2.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3EUNzmM7KCkRr/re9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5kkN" crossorigin="anonymous"</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh98+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibx39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmY1" crossorigin="anonymour"></script>
</div>
<script>
$('.popover-dimiss').popover({
trigger: 'focus'
})
$(function () {
$('[data-toggle="tootip"}').tooltop()
})
</script>
</body>
</html>