-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bat_Team.html
267 lines (208 loc) · 11.1 KB
/
Bat_Team.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
<!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 | Bat Team</title>
</head>
<body>
<header class="container-fluid text-center">
<img src="imgs/batman_logo.png" class="img-fluid mt-3 mb-3">
</header>
<nav class="navbar navbar-expand-lg navbar-light text-dark sticky-top">
<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">
<section class="row bg-light">
<article class="col-12 text-center">
<h1 class="font-weight-bold mt-4 mb-4">Bat Team</h1>
</article>
</section>
<section class="row bg-light">
<article class="col-12 col-md-6 col-lg-3 text-center text-md-left mb-3">
<img src="imgs/almeida.jpg" class="img-fluid" alt="...">
<div class="mt-3">
<h5 class="font-weight-bold">João Almeida</h5>
<article class=" p-0 texto_equipa">
<p class="mt-3">He might look intimidating at first, but he's a true softball. He knows what he's doing and his knowledge about my Universe is what's making all the information here truthful. He's for sure a great addition to the team and keeps them down to Earth while flying trough fantasy land.</p>
</article>
<div class="mb-3">
<h4 class="mt-3">Talent</h4>
<div class="progress barra altura2rem w-100 text-center">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4>Power: Knowledge</h4>
<div class="progress barra altura2rem w-100 text-center">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
</div>
</article>
<article class="col-12 col-md-6 col-lg-3 text-center text-md-left mb-3">
<img src="imgs/sampaio.jpg" class="img-fluid" alt="...">
<div class="mt-3">
<h5 class="font-weight-bold">João Sampaio</h5>
<article class=" p-0 texto_equipa">
<p class="mt-3">No one can stop this guy when he sets his mind on a cool project. He's the one keeping the teams gear moving, all while dropping jokes to keep the mood on top when all seems down. I sure would like to see him and the Joker do a joke battle! Or maybe not...</p>
</article>
<div class="mb-3">
<h4 class="mt-3">Speed</h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4>Power: Jokes</h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
</div>
</article>
<article class="col-12 col-md-6 col-lg-3 text-center text-md-left mb-3">
<img src="imgs/marta.jpg" class="img-fluid" alt="...">
<div class="mt-3">
<h5 class="font-weight-bold">Marta Fonseca</h5>
<article class="p-0 texto_equipa">
<p class="mt-3">This tiny human is strong and persistent as hell! She's the main designer of the team. Her persistence keeps reminding the team of what needs to be done. They would be lost without her... She could take a look on my batstuff and make them more appealing...</p>
</article>
<div class="mb-3">
<h4 class="mt-3">Persistence</h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4>Power: Gut Feeling</h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
</div>
</article>
<article class="col-12 col-md-6 col-lg-3 text-center text-md-left mb-3">
<img src="imgs/raffa.jpg" class="img-fluid" alt="...">
<div class="mt-3">
<h5 class="font-weight-bold">Raffaella Olivieri</h5>
<article class=" p-0 texto_equipa">
<p class="mt-3">Don't let yourself be fooled by her size. It's her huge creativity and powerful exciting personality that keeps the team going. With her around, ideas never stop. Maybe Lucious Fox should have a meeting with her in order do create me some more cool gadgets...</p>
</article>
<div class="mb-3">
<h4 class="mt-3">Creativity</h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
<div class="mb-3">
<h4>Power: Excitement </h4>
<div class="progress barra altura2rem w-100">
<div class="progress-bar text-white lead barra valor99 progress-bar-striped">100%</div>
</div>
</div>
</div>
</article>
</section>
<section class="row bg-light">
<article class="col-12 text-center mt-4 mb-4">
<button class="btn btn-dark p-2 font-weight-bold conta" type="submit"><a href="contacts.html" class="text-decoration-none text-white">Contact Us!</a></button>
</article>
</section>
</main>
<div class="container-fluid">
<footer class="row mt-2">
<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>