forked from digitalinnovationone/resume
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
digitalinnovationone#1 - Preenchimento das informações pessoais
- Loading branch information
1 parent
9084ab4
commit 96855c2
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<html> | ||
|
||
<head> | ||
<title>TODO Resume</title> | ||
<title>Natanael Luiz</title> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
@@ -33,46 +33,46 @@ | |
<div class="w3-white w3-text-grey w3-card-4"> | ||
<!-- @falvojr: This container has been modified to not use a profile picture. --> | ||
<div class="w3-container"> | ||
<h2>TODO</h2> | ||
<h2>Natanael Luiz</h2> | ||
</div> | ||
<div class="w3-container"> | ||
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>TODO</p> | ||
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>TODO</p> | ||
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>TODO</p> | ||
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>TODO</p> | ||
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>Java Develop - Backend</p> | ||
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>São José de Piranhas - PB</p> | ||
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>[email protected]</p> | ||
<p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>(83) 9 9366-9227</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>Java</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:90%">90%</div> | ||
</div> | ||
<p>TODO</p> | ||
<p>SQL</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:90%">90%</div> | ||
</div> | ||
<p>TODO</p> | ||
<p>HTML - 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:90%">90%</div> | ||
</div> | ||
<p>TODO</p> | ||
<p>GIT</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:95%">95%</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>Languages</b></p> | ||
<p>TODO</p> | ||
<p>Português</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>English</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:65%"></div> | ||
</div> | ||
<p>TODO</p> | ||
<p>Spanish</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:10%"></div> | ||
</div> | ||
<br> | ||
</div> | ||
|