Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions curriculo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">

<title>meu curriculo</title>

</head>

<body>
<header><h1>Leonardo Adratt</h1></header>
<main>

<section>
<header><h2>Objetivo</h2></header>
<p>Como aluno da StackX, eu pretendo ampliar meus conhecimentos na área de programação para, futuramente, ingressar na área da tecnologia.</p>
</section>

<section>
<header><h2>Formação</h2></header>
<ul>
<li>Ensino fundamental completo</li>
<li>Cursando ensino médio</li>
<li>Cursando EAD Programa de Formação de Desenvolvedores de Software - StackX </li>
</ul>
</section>

<section>
<header><h2>Prêmios e Reconhecimentos</h2></header>
<p>Premio aluno destaque de 2024 na escola E.E.B. Prof Maria Amin Ghanem</p>
</section>

</main>
</body>
</html>
Empty file added leia-me
Empty file.