-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.01 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
<html>
<head>
<title>My site</title>
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<script src="src/main.js"></script>
<div class="outer">
<div class="middle">
<div class="about-card" id="about-card">
<div class="info">
<img class="profile" src="src/data/imgs/sp_pfp_twitter_high_res.png" width="50">
<h1> <span class="three-dimensional"> Oi, Sou Vitor! </span> </h1>
<p>Algumas coisas sobre mim:</p>
<ul>
<li>Sou brasileiro,</li>
<li>Desenho como hobby;</li>
<li>Programo a 5+ anos;</li>
<li>Fiz 2 jogos;</li>
<li>E estou aprendendo HTML, JS e CSS</li>
</ul>
<div class="socials">
<p> <a href="https://twitter.com/VitorGabrielGom">Twitter</a> </p>
<p> <a href="https://github.com/vvvvvvitor">Github</a> </p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>