-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.12 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfólio de Caio Bárbaro Ismael</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="profile">
<img src="1.png" alt="Foto de Caio Bárbaro Ismael" class="profile-photo">
<h1>Caio Bárbaro Ismael</h1>
<p>Idade: 18 anos</p>
</div>
<div class="about">
<h2>Sobre mim</h2>
<p>Cursando Sistemas de Computação até dezembro de 2027, sou apaixonado por tecnologia desde pequeno e sempre tive muita facilidade com a área. Gosto de aprender cada vez mais, e meu sonho é criar um programa que deixará um legado de ter mudado o mundo...</p>
</div>
<div class="projects">
<h2>Meus Projetos</h2>
<ul>
<li><a href="https://github.com/Caio-The-Coder/Autocel" target="_blank">Autocel</a></li>
</ul>
</div>
</div>
</body>
</html>