-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 3.33 KB
/
Copy pathindex.html
File metadata and controls
73 lines (61 loc) · 3.33 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Desafio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='shortcut icon' type='image/x-icon' href="stackoverflow-512.ico" />
<!-- Bootstrap CSS -->
<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" href="wow.css">
<!-- Anima -->
<link href="mdb.min.css" rel="stylesheet">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="wow.js"></script>
</head>
<body>
<nav id="nav1" class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="stackoverflow-512.ico" width="30" height="30" class="d-inline-block align-top" alt="">
StackOverflow - Desafio
</a>
</nav>
<div class="container invisible" id="block_stack">
<div class="shadow p-3 mb-5 bg-white rounded text-center" id="main1">
<div class="col-{breakpoint}-auto" id="block_img1">
<img alt="profile1" class="img-thumbnail" id="image1">
</div>
<div class="col-md-" id="block_tiny1">
<blockquote class="blockquote">
<p id="link1" class="mb-0"><a id="question1" href=""></a></p>
<footer class="blockquote-footer">Postado por <cite title="autor"><a id="author1" href=""></a></cite><span id="score1"></span></footer>
</blockquote>
</div>
</div>
<div class="shadow p-3 mb-5 bg-white rounded text-center" id="main2">
<div class="col-{breakpoint}-auto" id="block_img2">
<img alt="profile2" class="img-thumbnail" id="image2">
</div>
<div class="col-md-" id="block_tiny3">
<blockquote class="blockquote">
<p id="link2" class="mb-0"><a id="question2" href=""></a></p>
<footer class="blockquote-footer">Postado por <cite title="autor"><a id="author2" href=""></a></cite><span id="score2"></span></footer>
</blockquote>
</div>
</div>
<div class="shadow p-3 mb-5 bg-white rounded text-center" id="main3">
<div class="col-{breakpoint}-auto" id="block_img3">
<img alt="profile3" class="img-thumbnail" id="image3">
</div>
<div class="col-md-" id="block_tiny5">
<blockquote class="blockquote">
<p id="link3" class="mb-0"><a id="question3" href=""></a></p>
<footer class="blockquote-footer">Postado por <cite title="autor"><a id="author3" href=""></a></cite><span id="score3"></span></footer>
</blockquote>
</div>
</div>
</div>
</body>
</html>