-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.98 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GamaDev3 - Dev Backend</title>
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<h1>Alex Maximiano</h1>
<hr>
<p>Hello, World!</p>
<p>Desenvolvedor Backend com proficiência em CSS! 🤣</p>
<p>Estudante de Análise e Desenvolvimento de Sistemas na Faculdade Impacta.</p>
<ul>
<li>Java</li>
<li>Python</li>
<li>Django</li>
</ul>
<h3>Blog:</h3>
<p>Últimos lançamentos...</p>
<ul>
<li><a href="/blog/2024-05/porque-python.html">Python, por quê?</a></li>
</ul>
<footer>
<div class="information">
<p>
<a href="mailto:[email protected]">Entre em contato.</a>
<br>
Feito com ❤️ por mim.
</p>
</div>
</footer>
</body>
</html>