-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (22 loc) · 857 Bytes
/
Copy pathabout.html
File metadata and controls
26 lines (22 loc) · 857 Bytes
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, inicial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Sobre mim</title>
</head>
<body class="about-body">
<header class="about-container">
<h1>Sobre mim!!</h1>
<h2>Meu nome é Rafael Felipe Ueda</h2>
<p>Tenho 19 anos e estudo Ciências da Computação na Unifil</p>
<br>
<p>Já cursei um ano de Engenharia Civil na UEL (Universidade Estadual de Londrina),
porém durante este tempo, percebi que não era algo em que eu estava apaixonado...</p>
<br>
<p>Diferente do curso em que estou atuando agora, no qual me divirto muito aprendendo coisas novas!</p>
<a href="Site.html" class="a-voltar">Voltar</a>
</header>
</body>
</html>