-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.05 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<title>Ravi Valentim</title>
</head>
<body>
<div class="header-container">
<img src="images/pic-p.png" alt="Foto de perfil" id="profile-pic">
<h1>Ravi Valentim</h1>
<p><em>Programador</em></p>
<ul>
<li> <a href="https://github.com/ravivalentim" target="_blank" rel="noopener noreferrer"><img src="icons/github.svg" alt="Logo do GitHub"></a>
<li> <a href="mailto:inbox.nutlike157@passinbox.com"><img src="icons/mail.svg" alt="Ícone de mail"></a>
<li><a href="https://www.linkedin.com/euravivalentim" target="_blank" rel="noopener noreferrer"><img src="icons/linkedin.svg" alt="Logo do LinkedIn"></a>
</ul>
<h2>Sobre mim</h2>
<p>Olá! sou programador de computadores apaixonado por tecnologia e pela natureza.<br>#C++ #Java #Linux #BareMetal</p>
</div>
</body>
</html>