-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 31fdf46
Showing
3 changed files
with
175 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,90 @@ | ||
body,p,h1,h2{ | ||
margin: 0; | ||
font-family: Roboto; | ||
} | ||
|
||
h1{ | ||
font-size: 50px; | ||
} | ||
|
||
#curriculo{ | ||
margin: 0 auto; | ||
width: 800px; | ||
padding: 50px; | ||
border: 2px solid #000; | ||
border-radius: 10px; | ||
} | ||
|
||
.info{ | ||
background-color: #fff; | ||
padding: 0 20px; | ||
height: 180px; | ||
border-bottom: 2px solid #000; | ||
} | ||
|
||
.info p{ | ||
padding: 3px 0 0 0; | ||
|
||
} | ||
|
||
.info p a{ | ||
color: #444; | ||
text-decoration: none; | ||
} | ||
|
||
.info p a:hover{ | ||
color: blue; | ||
} | ||
|
||
.info img{ | ||
height: 170px; | ||
border-radius: 50%; | ||
float: left; | ||
} | ||
|
||
.principal{ | ||
background-color: #fff; | ||
padding: 20px; | ||
} | ||
|
||
.principal p { | ||
padding: 5px 30px 10px 30px; | ||
|
||
} | ||
|
||
|
||
.destacado{ | ||
font-weight: bold; | ||
} | ||
|
||
/* Responsividade para telas pequenas */ | ||
@media only screen and (max-width: 768px) { | ||
h1 { | ||
font-size: 36px; | ||
} | ||
|
||
#curriculo { | ||
width: 90%; | ||
padding: 20px; | ||
} | ||
|
||
.info { | ||
height: auto; | ||
padding: 20px; | ||
text-align: center; | ||
} | ||
|
||
.info img { | ||
height: 100px; | ||
float: none; | ||
margin-bottom: 15px; | ||
} | ||
|
||
.principal { | ||
padding: 10px; | ||
} | ||
|
||
.principal p { | ||
padding: 5px 10px 10px 10px; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<title>Daniel Costa - Currículo</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="curriculo"> | ||
|
||
<header class="info"> | ||
<!-- Informações pessoais Inicio--> | ||
<img src="imagens/daniel.jpg" alt="Daniel Costa"> | ||
<h1 id="nomePessoal">Daniel Costa dos Santos</h1> | ||
<p><span class="destacado">Cidade: </span>Lagarto - SE</p> | ||
<p><span class="destacado">Telefone: </span><a href="tel:+55079999110213">(79) 99911-0213</a></p> | ||
<p><span class="destacado">E-mail: </span><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p><span class="destacado">Linkedin: </span><a href="https://www.linkedin.com/in/danielcostadev/" | ||
target="_blank">danielcostadev</a></p> | ||
<p><span class="destacado">GitHub: </span><a href="https://github.com/danielcostadev" | ||
target="_blank">danielcostadev</a></p> | ||
<!-- Informações pessoais Fim --> | ||
</header> | ||
|
||
<main class="principal"> | ||
<h2>OBJETIVO</h2> | ||
<p>Busco uma oportunidade de estágio onde possa aplicar meus conhecimentos, enquanto | ||
continuo aprendendo na minha incessante jornada como desenvolvedor. Estou comprometido | ||
a crescer profissionalmente e contribuir com os diversos projetos da empresa.</p> | ||
<h2>FORMAÇÃO ACADÊMICA</h2> | ||
<ul> | ||
<li><span class="destacado">Graduação:</span> Bacharelado em Ciência da Computação em Andamento (4º | ||
Período) | ||
<br><span class="destacado">Instituição:</span> UniAmérica – Descomplica Digital | ||
</li> | ||
</ul> | ||
<h2>FORMAÇÃO COMPLEMENTAR</h2> | ||
<ul> | ||
<li><span class="destacado">Acelera ZG 6 | ZG Soluções</span> - Capacitação Desenvolvedor Full Stack | ||
</li> | ||
</ul> | ||
<h2>EXPERIÊNCIAS PROFISSIONAIS</h2> | ||
<ul> | ||
<li><span class="destacado">23.07.2016 - 04.10.2017 - CONTAX MOBITEL S/A (LIQ)</span> <br> | ||
<span class="destacado">CARGO: </span>SUPERVISOR DE OPERAÇÕES - CLARO HDTV | ||
</li> | ||
</ul> | ||
<h2>CURSOS E QUALIFICAÇÕES PROFISSIONAIS</h2> | ||
<ul> | ||
<li>Java Básico, Java POO, MySQL Básico, Lógica de Programação – Curso em Vídeo</li> | ||
<li>Certificado de Excelência em Gestão no atendimento (Claro HDTV LIQ, 2017)</li> | ||
</ul> | ||
<h2>CERTIFICAÇÕES COMPLEMENTARES</h2> | ||
<ul> | ||
<li><span class="destacado">Programing Basics - UniAmérica – Descomplica Digital</span>(Análise e | ||
Levantamento de Requisitos de Software / Criação de Aplicações e Sistemas)</li> | ||
<li><span class="destacado">Arquitetura e Organização de Computadores - UniAmérica – Descomplica | ||
Digital</span>(Arquitetura de Computadores do Século XXI / Coaching e Planejamento de Carreira / | ||
Comunicação Empresarial)</li> | ||
<li><span class="destacado">Object Oriented Developer - UniAmérica – Descomplica Digital</span>(Design | ||
de | ||
Software / Matemática Diferencial Aplicada / Programação Extrema)</li> | ||
|
||
</ul> | ||
<h2>HABILIDADES PESSOAIS</h2> | ||
<p>Organização, disciplina, iniciativa própria, personalidade proativa e pragmática, facilidade de | ||
comunicação, excelente adaptação para atividades em equipe.</p> | ||
|
||
</main> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> |