-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1001 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/card.css">
</head>
<body>
<div class="my-div">
<div class="photo">
<img>
</div>
<h1>Sobre mim:</h1>
<p>Leonardo Ribeiro<br>Desenvolvedor de Sistemas<br>Javascript - Vue.JS - SQL</p>
<ul class="social-media-list">
<li>
<img src="img/github.png" class="github">
</li>
<li>
<img src="img/linkedin.png" class="linkedin">
</i>
</li>
</ul>
<footer>
<nav>
<ul>
<li><a href="index.html">Sobre mim</a></li>
<li><a href="project.html">Projetos</a></li>
<li><a href="contact.html">Formação</a></li>
</ul>
</nav>
</footer>
</body>
</html>