-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.42 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<title>ForEvents</title>
</head>
<body>
<div id="page-home">
<div class="content">
<main>
<h1>O ForEvents está em <strong>construção</strong></h1>
<img src="assets/images/construcao-image.svg" alt="Imagem Contrução">
</main>
<footer>
<a href="https://loopisjr.github.io/" target="_blank">
<img id="loopis" src="assets/images/logo-loopis.svg" alt="logo loopis jr">
</a>
<ul>
<li>
<a href="https://github.com/loopisjr" target="_blank">
<img src="assets/images/github-logo.svg" alt="logo github">
</a>
</li>
<li>
<a href="https://instagram.com/loopisjr?igshid=18a92bzkc3gvp" target="_blank">
<img src="assets/images/instagram-logo.svg" alt="logo instagram">
</a>
</li>
</ul>
</footer>
</div>
</div>
</body>
</html>