-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (75 loc) · 3.11 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Matheus Queiroz: Bio</title>
<meta name="robots" content="no-index, no-follow">
<meta name="googlebot" content="noarchive">
<link rel="shortcut icon" href="assets/img/favicon.svg" type="image/x-icon">
<link rel="stylesheet" href="assets/css/styles.css">
<link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!--=============== HEADER ===============-->
<header>
<div class="header">
<img src="/assets/img/perfil.png" alt="">
<div class="header__info">
<h1>Matheus Queiroz</h1>
<p>@matheusqueirozds.dev</p>
<p>Desenvolvedor Front-End & UI Designer</p>
</div>
</div>
</header>
<!--=============== MAIN ===============-->
<main>
<a href="https://go.hotmart.com/I67364650R" target="_blank" rel="noopener noreferrer">
<article>
<div class="title">
<i class='bx bxl-javascript'></i>
<h3>Treinamento Programador FullStack JavaScript Profissional</h3>
</div>
<p>Acessar</p>
</article>
</a>
<a href="https://matheusqueirozds.vercel.app/" target="_blank" rel="noopener noreferrer">
<article>
<div class="title">
<i class='bx bx-search'></i>
<h3>Meu Portfólio (em construção)</h3>
</div>
<p>Acessar</p>
</article>
</a>
<a href="https://matheusqueirozds.notion.site/Programa-o-f494f4e065da4371a6df68bd71312c8c#" target="_blank" rel="noopener noreferrer">
<article>
<div class="title">
<i class='bx bx-compass'></i>
<h3>Roadmap Pessoal (Gratuito)</h3>
</div>
<p>Acessar</p>
</article>
</a>
<a href="https://bit.ly/crie-sua-conta-na-montink" target="_blank" rel="noopener noreferrer">
<article>
<div class="title">
<i class='bx bxs-t-shirt'></i>
<h3>Crie sua Loja na Montink!</h3>
</div>
<p>Acessar</p>
</article>
</a>
<div class="social">
<a href="https://github.com/matheusqueirozds/" target="_blank" rel="noopener noreferrer"><i class='bx bxl-github'></i></a>
<a href="https://www.linkedin.com/in/matheusqueirozds" target="_blank" rel="noopener noreferrer"><i class='bx bxl-linkedin-square'></i></a>
<a href="https://www.instagram.com/matheusqueirozds.dev/" target="_blank" rel="noopener noreferrer"><i class='bx bxl-instagram'></i></a>
</div>
</main>
<!--=============== FOOTER ===============-->
<footer>
<p>© 2022. Feito com 💡 por @matheusqueirozds.dev</p>
</footer>
</body>
</html>