-
Notifications
You must be signed in to change notification settings - Fork 34
Primeira parte do desafio #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bluemoonyz
wants to merge
1
commit into
WoMakersCode:master
Choose a base branch
from
bluemoonyz:site
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 hidden or 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,120 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
|
|
||
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <title>Page Title</title> | ||
| <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> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| <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> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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">