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
Binary file added iconfinder_38-instagram_1161954.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iconfinder_58-youtube_104445.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added iconfinder_Facebook_367582.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tenta incluir sempre na sua pagina a descrição da sua lingua

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exemplo
<meta http-equiv="Content-Language" content="pt-br">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
</head>

<body>
<section class="vertical-menu">
<a href="#" class="active">HOME</a>
<a href="#">SERVIÇOS</a>
<a href="#">PORTIFÓLIO</a>
<a href="#">SOBRE MIM</a>
<a href="#">CONTATO</a>
</section>
<figure>
<img src="images/logo.png" alt="logo" style="width:200px">
</figure>
<section class="slider">
<h1>BEM VIND@</h1>
<h2>Olá, eu sou a Lua</h2>
<h3>Sou estudante, estou participando do desafio da comunidade womakers code.</h3>
<figure>
<img src="images/slider01.png" alt="slider01" style="width:200px">
<img src="images/Slider02.png" alt="slider02" style="width:200px">
<img src="images/Slider03.png" alt="Slider03" style="width:200px">
</figure>
</section>
<section class="servico">
<h1>Serviços</h1>
<h2>Ofereço os melhores serviços para a sua empresa.</h2>
<hr>
<figure>
<img src="images/Service1.png" alt="Service1">
<h2>Websites</h2>
<h3>Desenvolvo os melhores sites.</h3>
</figure>

<figure>
<img src="images/Service2.png" alt="Service2">
<h2>Templates</h2>
<h3>Tenho os melhores templates.</h3>
</figure>

<figure>
<img src="images/Service3.png" alt="Service3">
<h2>Temas WordPress</h2>
<h3> Também desenvolvo os melhores temas</h3>
</figure>
</section>
<section>
<h1>Meus Trabalhos</h1>
<h2>Aqui vai exemplos de alguns dos meus trabalhos</h2>
<hr>

<a href="#" class="active">Tudo</a>
<a href="#">Website</a>
<a href="#">Template</a>
<a href="#">Tema</a>

<figure>
<img src="images/Portfolio01.png" alt="Portfolio01">
<img src="images/Portfolio02.png" alt="Portfolio02">
<img src="images/Portfolio03.png" alt="Portfolio03">
</figure>
</section>

<section>
<h1>Quem sou eu</h1>
<h2>Lua Mello, 15 anos, indo para o ensino médio tecnico em desenvolvimento de sistemas.</h2>
<hr>
<figure>
<img src="images/photo.png" alt="photo.png">
</figure>
<h3>Joana D'arc</h3>
<figure>
<a href="https://www.facebook.com/lua.mello.3517"><img src="iconfinder_Facebook_367582.png" alt="facebook"></a>
<a href="https://www.youtube.com/watch?v=XVXqHgsjrbA">
<img src="iconfinder_58-youtube_104445.png" alt="youtube"></a>
<a href="https://www.instagram.com/bluemoonyz/">
<img src="iconfinder_38-instagram_1161954.png" alt="instagram"></a>
</figure>
<h1>Sobre Mim</h1>
<p>Gosto de ler, escrever, ouvir músicas, cantar, assistir vídeos no Youtube e sair de casa as vezes.</p>
<h1>Habilidades</h1>
<p>Java Script</p>
<p>Html & Css</p>
<p>jQuery</p>
<p>wordpress</p>
</section>

<section>
<h1>Contato</h1>
<h2>Estão aqui os meus contatos para que você possa falar comigo</h2>
<hr>
<a href="#">luah2003@gmail.com</a>
<br>
<a href="#">+55 21 965205069</a>

@jacobsenanaizabel jacobsenanaizabel Jan 7, 2019

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nessa tag , como o conteudo nesse caso é um texto e não um link você pode substituir pela tag <span/>

<h1>Mídias</h1>
<hr>

<figure>
<a href="https://www.facebook.com/lua.mello.3517"><img src="iconfinder_Facebook_367582.png" alt="facebook"></a>
<a href="https://www.youtube.com/watch?v=XVXqHgsjrbA">
<img src="iconfinder_58-youtube_104445.png" alt="youtube"></a>
<a href="https://www.instagram.com/bluemoonyz/">
<img src="iconfinder_38-instagram_1161954.png" alt="instagram"></a>
</figure>
</section>
<footer>Women + Tech = </Strong>

</footer>
</body>

</html>