Skip to content
Open
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
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html lang="pt-BR">

<head>
<title>NOME_COMPLETO</title>
<title>David Angelo Santana</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -36,47 +36,47 @@
<h2>NOME_COMPLETO</h2>
</div>
<div class="w3-container">
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>CARGO</p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>LOCAL</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>EMAIL</p>
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>TELEFONE</p>
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i></p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>Curitiba</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>davidangelosantana@gmail.com</p>
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>(41) 98798-6694</p>
<hr>

<p class="w3-large">
<b><i class="fa fa-asterisk fa-fw w3-margin-right w3-text-teal"></i>Skills</b>
</p>
<p>TODO</p>
<p>JavaScript</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">50%</div>
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">40%</div>
</div>
<p>TODO</p>
<p>html</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">50%</div>
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">75%</div>
</div>
<p>TODO</p>
<p>Css</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">50%</div>
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">55%</div>
</div>
<p>TODO</p>
<p>Riact</p>
<div class="w3-light-grey w3-round-xlarge w3-small">
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">50%</div>
<div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">25%</div>
</div>
<br>

<p class="w3-large w3-text-theme">
<b><i class="fa fa-globe fa-fw w3-margin-right w3-text-teal"></i>Idiomas</b>
</p>
<p>TODO</p>
<p>Portugues</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:50%"></div>
<div class="w3-round-xlarge w3-teal" style="height:24px;width:100%"></div>
</div>
<p>TODO</p>
<p>Ingles</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:50%"></div>
<div class="w3-round-xlarge w3-teal" style="height:24px;width:6%"></div>
</div>
<p>TODO</p>
<p>Espanhou</p>
<div class="w3-light-grey w3-round-xlarge">
<div class="w3-round-xlarge w3-teal" style="height:24px;width:50%"></div>
<div class="w3-round-xlarge w3-teal" style="height:24px;width:3%"></div>
</div>
<br>
</div>
Expand Down