-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 1.75 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>Perfil</title>
<link rel="stylesheet" href="./css/style.css"/>
</head>
<body>
<section class="home" id="home">
<div class="card">
<div class="photo">
<img src="./img/photo.png" alt="Perfil">
</div>
<div class="content">
<div class="box">
<span>Howdy!</span>
<h3>Eu sou João Victor <span>(Johnny)</span></h3>
<p>Programador focado em desenvolvimento</p>
<h5>Web e Desktop</h5>
<h4>Comecei criando pequenos jogos na Unity3D (c#), hoje sou apaixonado por programação, estou sempre estudando e desenvolvendo pequenos projetos pessoais.</h4>
<a href="https://github.com/JohnnyDev2001"><button class="btn">CONTATOS</button></a>
</div>
</div>
</div>
<div class="techs">
<div class="space">
<div class="imgL">
<img src="./img/02.png" alt="">
</div>
<div class="imgL">
<img src="./img/03.png" alt="">
</div>
<div class="imgL">
<img src="./img/04.png" alt="">
</div>
<div class="imgL">
<img src="./img/05.png" alt="">
</div>
<div class="imgL">
<img src="./img/08.png" alt="">
</div>
</div>
</div>
</section>
<!-- nova versão -->
</body>
</html>