-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwo_faces.html
307 lines (225 loc) · 11.7 KB
/
two_faces.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
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
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="João Almeida, João Sampaio, Marta Fonseca, Raffaella Olivieri">
<script src="js/jquery-3.3.1.js"></script>
<script src="js/popper.js"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="fontawesome-free/css/all.css">
<script src="js/bootstrap.js"></script>
<link rel="stylesheet" href="css/os_meus_estilos.css">
<link rel="icon" type="image/x-icon" href="imgs/favicon_batman.png" >
<title>Bat Fam | Two Face</title>
</head>
<body id="two">
<header class="container-fluid text-center" id="htwo">
<img src="imgs/two_logo.png" class="img-fluid mt-5 mb-5">
</header>
<nav class="navbar navbar-expand-lg navbar-light text-dark sticky-top" id="navtwo">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar2">
<span class="fas fa-bars text-white"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar2">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="index.html">
<span class="fas fa-home"></span>
Homepage
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbardrop1" data-toggle="dropdown">
<span class="fas fa-globe-europe"></span>
Universe
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="batverse.html">Batverse</a>
<a class="dropdown-item" href="timeline.html">Timeline</a>
<a class="dropdown-item" href="allies.html">Allies</a>
<a class="dropdown-item" href="rivals.html">Rivals</a>
<a class="dropdown-item" href="gotham_city.html">Gotham City</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbardrop2" data-toggle="dropdown">
<span class="fas fa-users"></span>
Bat Fans
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="Fanart.html">Fanart</a>
<a class="dropdown-item" href="conspiracy_theories.html">Conspiracy Theories</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="bat_news.html">
<span class="fas fa-newspaper"></span>
Bat News
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="Bat_Team.html">
<span class="fab fa-teamspeak"></span>
Bat Team
</a>
</li>
</ul>
<form class="form-inline my-1">
<div class="d-none d-lg-block">
<input class="form-control mr-sm-2 mb-0" type="text" placeholder="Search" aria-label="Search">
<span class="fas fa-search text-white"></span>
</div>
</form>
</div>
</nav>
<main class="container-fluid mb-4">
<section class="row">
<figure class=" w-100">
<img src="imgs/two_banner.jpg" class="img-fluid w-100">
</figure>
</section>
<div class="container">
<section class="row">
<article class="col-12 text-center text-white">
<h1 class="font-weight-bold mt-4 mb-4">Two - Face</h1>
</article>
</section>
<section class="row">
<article class="col-12 col-md-4 text-center">
<figure>
<img src="imgs/two_1.jpg" class="img-fluid">
</figure>
</article>
<article class="text-white pl-sm-2 col-12 col-md-8 mt-3">
<p>This guy used to be good...</p>
<p>Harvey Dent, known as Two - Face, was once an outstanding Gotham City District Attorney, who also wished to put an end to crime and corruption in Gotham.</p>
<p>However, Harvey hid a dark side due to his being abused by his father as a child. Developing schizophrenia his dual personality remained hidden. Until the moment he could not hide his true identity anymore. Harvey suffered a terrible accident that
mutilated half of his face.</p>
<p>I feel pity for him...I really do. If you want to know more about Two-Face´s origin and history check out this video: <a href="https://www.youtube.com/watch?v=3zByqJjbPoA" target="_blank" class="text-decoration-none text-info font-weight-bold">Two-Face: Origins</a>.</p></p>
<div class="mb-3">
<h4 class="text-white">Madness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor95 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">Wickedness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor98 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">XP</h4>
<div class="progress altura2rem barra_2 w-50">
<div class="progress-bar text-white lead barra_two valor78 progress-bar-striped">78%</div>
</div>
</div>
</article>
</section>
<section class="row">
<article class="col-12 text-center text-white">
<h2 class="font-weight-bold mt-4 mb-4">Let fate decide</h2>
</article>
</section>
<section class="row">
<article class="col-12 col-md-4 text-center">
<figure>
<img src="imgs/two_2.jpg" class="img-fluid">
</figure>
</article>
<article class="text-white pl-sm-2 col-12 col-md-8 mt-3">
<p>Two - Face always carries a coin with him</p>
<p>This is due to him being abused by his father as a child. The beatings he suffered from were always determined by a coin flip.</p>
<p>What a disgusting father!</p>
<div class="mb-3">
<h4 class="text-white">Madness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor95 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">Wickedness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor98 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">XP</h4>
<div class="progress altura2rem barra_2 w-50">
<div class="progress-bar text-white lead barra_two valor78 progress-bar-striped">78%</div>
</div>
</div>
</article>
</section>
<section class="row">
<article class="col-12 text-center text-white">
<h2 class="font-weight-bold mt-4 mb-4">Our Rivalry</h2>
</article>
</section>
<section class="row">
<article class="col-12 col-md-4 text-center">
<figure>
<img src="imgs/two_3.jpg" class="img-fluid">
</figure>
</article>
<article class="text-white pl-sm-2 col-12 col-md-8 mt-3">
<p>Two-Face is one of my many rivals.</p>
<p>Actually we were friends before he went crazy. I mean, Bruce Wayne and Harvey Dent were friends! We had the same goal, but he flipped his mind!</p>
<p>Now. my job is to fight against him and stop him from spreading the fear in Gotham.</p>
<div class="mb-3">
<h4 class="text-white">Madness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor95 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">Wickedness</h4>
<div class="progress altura2rem barra_two w-50 progress-bar-striped">
<div class="progress-bar text-white lead barra_two valor98 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4 class="text-white">XP</h4>
<div class="progress altura2rem barra_2 w-50">
<div class="progress-bar text-white lead barra_two valor78 progress-bar-striped">78%</div>
</div>
</div>
</article>
</section>
</div>
</main>
<div class="container-fluid">
<footer class="row mt-2" id="twofooter">
<article class="col-sm-4 col-lg-2 mt-3 mr-3 ml-3">
<p class="text-white font-weight-bold">DC COMICS</p>
<p class="text-white font-weight-light">Characters </p>
<p class="text-white font-weight-light">Comics</p>
<p class="text-white font-weight-light">Games</p>
<p class="text-white font-weight-light">Movies</p>
</article>
<article class="col-sm-4 col-lg-2 mt-3 mr-3 ml-3">
<p class="text-white font-weight-bold">POLICY</p>
<p class="text-white font-weight-light">Privacy Policy</p>
<p class="text-white font-weight-light">Terms Of Use</p>
<p class="text-white font-weight-light">Cookie Policy</p>
<p class="text-white font-weight-light">Terms and Conditions</p>
</article>
<article class="col-sm-4 col-lg-2 mt-3 mr-3 ml-3">
<p><a href="Bat_Team.html" class="font-weight-bold text-white text-decoration-none">TEAM</a></p>
<p class="text-white font-weight-light">Marta Fonseca</p>
<p class="text-white font-weight-light">Raffaella Olivieri</p>
<p class="text-white font-weight-light">João Sampaio</p>
<p class="text-white font-weight-light">João Almeida</p>
</article>
<article class="col-sm-4 col-lg-2 mt-3 mr-3 ml-3">
<p class="text-white font-weight-bold">SOCIAL</p>
<span class="fab fa-facebook text-white"></span>
<span class="fab fa-twitter-square text-white"></span>
<span class="fab fa-instagram text-white"></span>
<span class="fab fa-youtube text-white"></span>
</article>
</footer>
</div>
</body>
</html>