-
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
1 parent
73dda1c
commit b503575
Showing
2 changed files
with
105 additions
and
25 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 |
---|---|---|
@@ -1,36 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>Social</title> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h1>Olá, mundo!!!</h1> | ||
<h2>Quem sou eu?</h2> | ||
<img src="imagensrs/img-lucas.jpg" alt="perfil"> | ||
</header> | ||
|
||
<main> | ||
<div class="div-card"> | ||
<p> | ||
Meu nome é <strong>João Lucas</strong>, | ||
estou cursando Ciências da Computação na Universidade Estadual da | ||
Paraíba e com experiências nas tecnologias de React e Node.js. Ainda mais, conhecimento nas linguagens | ||
de JavaScript, Java e Python. | ||
</p> | ||
</div> | ||
|
||
<section> | ||
<p>Meu nome é <strong>João Lucas</strong>, estou cursando Ciências da Computação na Universidade Estadual da Paraíba e com experiências nas tecnologias de React e Node.js. Ainda mais, conhecimento nas linguagens de JavaScript, Java e Python.</p> | ||
<p><strong>ATENÇÃO: Veja meus Projetos no GitHub no link abaixo</strong></p> | ||
</section> | ||
<div class="div-card parceiro-magalu"> | ||
<p> | ||
<strong>🚀Sou parceiro Magalu 🛒</strong> | ||
<br> | ||
Como parceiro oficial oferecemos a você uma seleção imbatível | ||
de produtos em eletrônicos, eletrodomésticos, móveis e muito mais. | ||
<br> | ||
<strong>Confira no link abaixo.</strong> | ||
<br> | ||
<a href="https://www.magazinevoce.com.br/magazineluquetastore/" target="_blank" | ||
rel="external">https://www.magazinevoce.com.br/magazineluquetastore/</a> | ||
</p> | ||
</div> | ||
|
||
<div class="div-card"> | ||
<p><strong>ATENÇÃO: Veja meus Projetos no GitHub no link abaixo</strong></p> | ||
</div> | ||
|
||
<section> | ||
<h2>Como falar comigo?</h2> | ||
<ul> | ||
<li><img src="imagensrs/icons8-instagram-32.png" alt="instagram"> <a href="https://www.instagram.com/lucasninesix/" target="_blank" rel="external">/lucasninesix</a>-Me segue lá no Instagram.</li> | ||
<li><img src="imagensrs/icons8-twitter-32.png" alt="twitter"><a href="https://twitter.com/JLucas12277631" target="_blank" rel="external">/lucasops</a>-Me segue lá no Twitter.</li> | ||
<li><img src="imagensrs/icons8-github-32.png" alt="github"><a href="https://github.com/lucasops96" target="_blank" rel="external">/lucasops96</a>-Veja meus projetos no GitHub.</li> | ||
<li><img src="imagensrs/icons8-linkedin-32.png" alt="linkdin"><a href="https://www.linkedin.com/in/jo%C3%A3o-lucas-362549216/" target="_blank" rel="external">/JoãoLucas</a>-Me adciona lá no Linkedin.</li> | ||
<li><img src="imagensrs/icons8-reproduzir-youtube-32.png" alt="youtube"><a href="https://www.youtube.com/channel/UConDxrGzupxeKw54YENLbGw" target="_blank" rel="external">/JoãoLucas</a>-Se inscreva no meu canal do Youtube.</li> | ||
</ul> | ||
</section> | ||
|
||
<div class="div-card"> | ||
<h2 class="title-fala-comigo">Como falar comigo?</h2> | ||
<ul> | ||
<li><img src="imagensrs/icons8-instagram-32.png" alt="instagram"> <a | ||
href="https://www.instagram.com/lucasninesix/" target="_blank" | ||
rel="external">/lucasninesix</a>-Me | ||
segue lá no Instagram.</li> | ||
<li><img src="imagensrs/icons8-twitter-32.png" alt="twitter"><a | ||
href="https://twitter.com/JLucas12277631" target="_blank" rel="external">/lucasops</a>-Me segue | ||
lá no Twitter.</li> | ||
<li><img src="imagensrs/icons8-github-32.png" alt="github"><a href="https://github.com/lucasops96" | ||
target="_blank" rel="external">/lucasops96</a>-Veja meus projetos no GitHub.</li> | ||
<li><img src="imagensrs/icons8-linkedin-32.png" alt="linkdin"><a | ||
href="https://www.linkedin.com/in/jo%C3%A3o-lucas-362549216/" target="_blank" | ||
rel="external">/JoãoLucas</a>-Me adciona lá no Linkedin.</li> | ||
<li><img src="imagensrs/icons8-reproduzir-youtube-32.png" alt="youtube"><a | ||
href="https://www.youtube.com/channel/UConDxrGzupxeKw54YENLbGw" target="_blank" | ||
rel="external">/JoãoLucas</a>-Se inscreva no meu canal do Youtube.</li> | ||
</ul> | ||
</div> | ||
</main> | ||
</body> | ||
|
||
</html> |
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