forked from estroabf/webDevelopment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MadMoviesMoviesAnime.html
255 lines (181 loc) · 12.2 KB
/
MadMoviesMoviesAnime.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
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
<!doctype html>
<html lang="en">
<head>
<title>Mad Movies Movies/Anime</title>
<style>
.mainImage{
max-width: 100%;
height: auto;
background-color: rgb(140, 0, 255);
}
.backgroundcolor {
background-color: rgb(0, 0, 0);
}
.titles {
color: rgb(5, 5, 116);
font-weight: 600;
text-shadow: 4px 4px 4px rgb(48, 47, 145);
padding-left: 50px;
}
.movieText {
font-size: 26px;
color: rgb(22, 0, 121);
text-decoration: underline;
text-shadow: 2px 2px 4px rgb(7, 6, 6);
}
.footer {
width: 90%;
height: 60px;
background-color: black;
color: white;
margin: 20px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-weight: 700;
text-shadow: 4px 4px 4px rgb(202, 191, 191);
padding-inline-end: 10px;
}
.nav-link {
font-weight: 800;
font-size: 1.2em;
text-shadow: 2px 2px 4px rgb(1, 22, 92);
}
.floatRigth {
float: right;
padding-right: 80px;
}
.floatLeft {
float: left;
padding-left: 50px;
padding-bottom: 50px;
}
.movieDescription {
float: left;
font-weight: 600;
font-size: 1.1em;
font-weight: 800;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="file:///root/Downloads/fontawesome-free-5.12.1-web/css/all.css">
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-primary"> <!-- Start of navbar -->
<a class="navbar-brand" href="#"><img class="img-fluid" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/images/madMoviesLogoSmall.png" alt="Responsive image"></a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId" aria-controls="collapsibleNavId"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item ">
<a class="nav-link" href="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/webSite/MadMovieHome.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="dropdownId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Movies</a>
<div class="dropdown-menu" aria-labelledby="dropdownId">
<a class="dropdown-item active" href="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/webSite/MadMoviesMoviesAnime.html">Anime</a>
<a class="dropdown-item" href="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/webSite/MadMoviesMoviesBlockbusters.html">Blockbusters</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/webSite/MadMovieTrailers.html">Trailers <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/webSite/MadMovieSeries.html">Series <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav> <!-- End of navbar -->
<div class="backgroundcolor"> <!--Start of page-->
<div class="container mainImage">
<div class="mainImage"> <!-- Start of movie button section-->
<div> <!-- Start of Top Movies Title -->
<br>
<h1 class="titles">Anime Movies</h1>
</div> <!-- End of Top Movies Title -->
<br>
<br>
<div> <!-- Start of DanteInferno -->
<div>
<div class="floatLeft">
<button data-section="movie1" class="paddingLeft btn btn-primary" id="button1"><img src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/images/Dante's_Inferno.jpg"><br>Dantes Inferno Animated Movie</button> <!-- Button1 -->
<div id="dantesInferno" class="floatRigth col-md-9">
<video controls class="embed-responsive embed-responsive-1by1">
<source class="embed-responsive-item" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/mp4/Dante's%20Inferno%20full%20Movie%20.mp4" type="video/mp4"></source>
</video>
</div>
<table id="dantesInfernoText" class="movieDescription"> <br>Dante journeys through the nine circles of Hell:<br>
limbo, lust, gluttony, greed, anger, heresy, violence, fraud and treachery;<br> in search of his true love, Beatrice.</table>
</div>
<br>
</div>
</div> <!-- End of DanteInferno -->
<div> <!-- Start of Street Fighter -->
<div>
<div class="floatLeft">
<button data-section="movie3" class="paddingLeft btn btn-primary" id="button3"><img src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/images/SFAMovie.jpg"><br>Street Fighter Alpha</button> <!-- Button1 -->
<div id="streetFighterAni" class="floatRigth col-md-9">
<video controls class="embed-responsive embed-responsive-1by1">
<source class="embed-responsive-item" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/Street%20Fighter%20Alpha%20The%20Animated%20Movie%20%5BEnglish%5D.mp4" type="video/mp4"></source>
</video>
</div>
<table id="streetFighteraniText" class="movieDescription"> <br>A dark power threatens to consume famed fighter Ryu, who is visited by a long-lost little brother. Meanwhile, a mad scientist wishes to harness this power for himself.</table>
</div>
</div>
</div> <!-- End of Street Fighter -->
<div> <!-- Start of Tekken -->
<div>
<div class="floatLeft">
<button data-section="movie4" class="paddingLeft btn btn-primary" id="button4"><img src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/images/Tekken_Movie_Poster.jpg"><br>Tekken Animated Movie</button> <!-- Button1 -->
<div id="tekkenAni" class="floatRigth col-md-9">
<video controls class="embed-responsive embed-responsive-1by1">
<source class="embed-responsive-item" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/Tekken%20The%20Motion%20Picture%20Full%20Movie.mp4" type="video/mp4"></source>
</video>
</div>
<table id="tekkenAniText" class="movieDescription"> <br>A wealthy mogul organizes a world fighting tournament on an offshore Chinese island. His hated son in search for vengeance and a pair of cops investigating the real reason for holding the tournament, secretly join the fighters.</table>
</div>
</div>
</div> <!-- End of Tekken -->
<div> <!-- Start of Dragon Ball -->
<div>
<div class="floatLeft">
<button data-section="movie2" class="paddingLeft btn btn-primary" id="button2"><img src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/images/dragonBall.jpg"><br>Dragon Ball - Battle of Gods </button> <!-- Button1 -->
<div id="dragonBall" class="floatRigth col-md-9">
<video controls class="embed-responsive embed-responsive-1by1">
<source class="embed-responsive-item" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/Movies/Anime/Dragon.Ball.Z.Battle.Of.Gods..mp4" type="video/mp4"></source>
</video>
</div>
<table id="dragonBallText" class="movieDescription"> <br>The Z-Fighters must contend with Lord Beerus, the God of Destruction. <br>
But it Can only takes a God to fight a God, and none of them are Gods - not even the Saiyans.<br>
But now there is hope, the creation of the Super Saiyan God. Will The Z-Fighters be able to defeat Lord Beerus?</table>
</div>
</div>
</div> <!-- End of Dragon Ball -->
</div>
<br>
<br>
<div class="mainImage"> <!-- Start of posters image -->
<center>
<div class="mainImage">
<img src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/images/madMoviesLogo.png" class="img-fluid" alt="Responsive image">
</div>
<br>
</center>
</div> <!-- End of posters image -->
</div>
<div class="col-md-10 col-sml-4 footer">
<p><img class="img-fluid" src="file:///root/Estro/School/Web_Development/special%20projects/MadMovies/images/madMoviesLogoSmall.png" alt="Responsive image"> Mad Movies    Copyright © Mad Development</p>
</div>
</div> <!-- End of page -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script>
$(function() {
});
</script>
</body>
</html>