-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matheus El</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="TopBar">
<a href="#RedesSociais"> <img src="./Imagens/S.svg" width="45px"></a>
</div>
<img id="Foto" src="./Imagens/F.jpg">
<h1 id="Nome">Matheus El</h1>
<div class="Sobre">
<p>Sou carioca, apaixonado por Bossa Nova, Samba e Jazz.</p>
<br>
<p>Além de programador em tempo integral e nas horas vagas Músico e Fotógrafo.</p>
<br>
<p>Amo tecnologia, sou amante de pentest, cloud e desenvolvimento back-end.</p>
</div>
<div id="RedesSociais">
<a href="https://www.instagram.com/matheusel_/" target="_blank">
<img src=".\Imagens\I.png" width="75"></a>
<a href="https://github.com/matheusel" target="_blank">
<img src=".\Imagens\G.png" width="75"></a>
<a href="mailto:matheuselh@gmail.com">
<img src=".\Imagens\E.png" width="75"></a>
<a href="https://www.instagram.com/elhonais/" target="_blank">
<img src=".\Imagens\C.png" width="75"></a>
<a href="https://linkedin.com/in/matheusel" target="_blank">
<img src=".\Imagens\L.png" width="75"></a>
<a href="https://music.youtube.com/playlist?list=PLLeSNG_JiYutOMcrH7gP4H_5mXsHrlJ0m&feature=share" target="_blank">
<img src=".\Imagens\M.svg" width="75"></a>
</div>
<form>
<div id="Form">
<label for="Email">Email</label>
<input type="text" id="Name" name="Name">
<label for="Email">Mensagem</label>
<input type="text" id="Email" name="Email">
<input type="submit" value="Enviar"
</div>
</form>
</body>
</html>