-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (68 loc) · 2.55 KB
/
index.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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="@eptaccio">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<title>quebradev links</title>
<style>
header {
border-bottom: solid 0.5px black;
}
.container {
background-color: white;
border-bottom: solid 1px;
}
.main {
margin-top: 3rem;
}
.col-4 {
padding: 1rem;
}
.col-4 img {
overflow: hidden;
width: 100%;
}
@media (max-width: 768px) {
.col-4 {
padding: 0.1rem;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md fixed-top navbar-light container">
<span class="navbar-brand">quebradev</span>
<a class="navbar-brand" href="https://twitter.com/quebradev">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
</svg>
</a>
<a class="navbar-brand" href="https://www.facebook.com/quebradev/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z" />
</svg> </a>
<ul class="navbar-nav mr-auto">
</ul>
<form class="form-inline mt-2 mt-md-0">
<a class="btn btn-outline-dark my-2 my-sm-0" href="https://quebradev.com.br/" role="button">
site
</a>
</form>
</nav>
</header>
<main role="main" class="main">
<div class="album py-5">
<div class="container">
<div class="row" id="image-list"></div>
</div>
</div>
</main>
<script src="./config.js"></script>
</body>
</html>