-
Notifications
You must be signed in to change notification settings - Fork 35
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
Desafio1-WomakersCode-Grupo5 #10
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,197 @@ | ||||||||||||||||||||||
<!DOCTYPE html> | ||||||||||||||||||||||
<html> | ||||||||||||||||||||||
<!----------------------------------MENU TOPO---------------------------------------------> | ||||||||||||||||||||||
<head> | ||||||||||||||||||||||
<meta charset="utf-8"> | ||||||||||||||||||||||
<header> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
<img src="" alt="ImagemBorboletaWomakersCode"/> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
<nav class="menu-topo"> | ||||||||||||||||||||||
<ul> | ||||||||||||||||||||||
<li> Home </li> | ||||||||||||||||||||||
<li> Serviços </li> | ||||||||||||||||||||||
<li> Portfólio </li> | ||||||||||||||||||||||
<li> Sobre mim </li> | ||||||||||||||||||||||
<li> Contato </li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
</nav> | ||||||||||||||||||||||
</header> | ||||||||||||||||||||||
<!-----------------------------------FIM MENU TOPO--------------------------------------------------> | ||||||||||||||||||||||
</head> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<body> | ||||||||||||||||||||||
<title>Bem Vind@</title> | ||||||||||||||||||||||
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.
Suggested change
A tag |
||||||||||||||||||||||
<h2>Curabitur Iaculis</h2> | ||||||||||||||||||||||
<h3>texto 3 linhas</h3> | ||||||||||||||||||||||
<!-------------------------------------MENU PRINCIPAL-----------------------------------------> | ||||||||||||||||||||||
<br> | ||||||||||||||||||||||
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.
Suggested change
Evite ao máximo o uso da tag |
||||||||||||||||||||||
<nav class="menu-principal"> | ||||||||||||||||||||||
<h1> <a href="#">Serviços</a></h1> | ||||||||||||||||||||||
<table> | ||||||||||||||||||||||
<tr> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
<img src="" alt="websites"> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
<h2><a href="#">Websites</a></h2> | ||||||||||||||||||||||
<h3>texto</h3> | ||||||||||||||||||||||
</tr> | ||||||||||||||||||||||
<tr> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
<img src="" alt="templates"> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
<h2><a href="#">Templates</a></h2> | ||||||||||||||||||||||
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.
Suggested change
Não é necessário incluir uma tag de hipertexto e link juntos. Neste caso você pode manter a tag |
||||||||||||||||||||||
<h3>texto</h3> | ||||||||||||||||||||||
</tr> | ||||||||||||||||||||||
<tr> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
<img src="" alt="temas-wordpress"> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
<h2><a href="#">Temas WordPress</a></h2> | ||||||||||||||||||||||
<h3>texto</h3> | ||||||||||||||||||||||
</tr> | ||||||||||||||||||||||
</table> | ||||||||||||||||||||||
</nav> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<br> | ||||||||||||||||||||||
<!--------------------------------------INÍCIO MENU MEUS TRABALHOS----------------------------------> | ||||||||||||||||||||||
<nav class="meus-trabalhos"> | ||||||||||||||||||||||
<h1>Meus Trabalhos</h1> | ||||||||||||||||||||||
<ul id="menu-meus-trabalhos"> | ||||||||||||||||||||||
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.
Suggested change
Dica: em vez de usar id's, use classes. Id é recomendável usar para 1x para referenciar algum bloco de elemento, por exemplo. Classes você pode repetí-las em diversos momentos. ID - Uma única por página. Identificador: # |
||||||||||||||||||||||
<li><a href="#"> Tudo</a></li> | ||||||||||||||||||||||
<li><a href="#"> Website</a></li> | ||||||||||||||||||||||
<li><a href="#"> Template</a></li> | ||||||||||||||||||||||
<li><a href="#"> Tema</a></li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
</nav> | ||||||||||||||||||||||
<br> | ||||||||||||||||||||||
<h1>Quem sou eu</h1> | ||||||||||||||||||||||
<img src="" alt="foto-tamires"/> | ||||||||||||||||||||||
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.
Suggested change
Se aqui você pretende usar o |
||||||||||||||||||||||
<figcaption>Tamires Rodrigues</figcaption> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<ul> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
<br> | ||||||||||||||||||||||
<title>Sobre mim</title> | ||||||||||||||||||||||
<p> | ||||||||||||||||||||||
Texto sobre mim | ||||||||||||||||||||||
</p> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<!-----------------------------FIM MENU MEUS TRABALHOS----------------------------------> | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
<!--------------------------------INÍCIO HABILIDADES--------------------------------------> | ||||||||||||||||||||||
<section class="habilidades"></section> | ||||||||||||||||||||||
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.
Suggested change
Coloque o conteúdo que você desenvolveu dentro da section Habilidades. A tag Em vez de você usar o |
||||||||||||||||||||||
<title>Habilidades</title> | ||||||||||||||||||||||
<p> | ||||||||||||||||||||||
JavaScript | ||||||||||||||||||||||
</p> | ||||||||||||||||||||||
<p> | ||||||||||||||||||||||
HTML & Css | ||||||||||||||||||||||
</p> | ||||||||||||||||||||||
<p> | ||||||||||||||||||||||
JQuery | ||||||||||||||||||||||
</p> | ||||||||||||||||||||||
<p> | ||||||||||||||||||||||
WordPress | ||||||||||||||||||||||
</p> | ||||||||||||||||||||||
</section> | ||||||||||||||||||||||
<!-------------------------------------FIM HABILIDADES-------------------------------------------> | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
<!-------------------------------------INÍCIO CONTATOS--------------------------------------> | ||||||||||||||||||||||
<section class="contatos"> | ||||||||||||||||||||||
<title>Habilidades</title> | ||||||||||||||||||||||
<p>texto</p> | ||||||||||||||||||||||
<p>[email protected]</p> | ||||||||||||||||||||||
<p>+55 (21) 99832-3173</p> | ||||||||||||||||||||||
</section> | ||||||||||||||||||||||
<!-------------------------------------FIM CONTATOS-------------------------------------------> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<!--------------------------------INÍCIO MÍDIAS--------------------------------------> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<title>Mídidas</title> | ||||||||||||||||||||||
<ul> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
<br> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<br> | ||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
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.
Suggested change
A tag Nesse caso de listar os ícones das redes sociais não há necessidade de usar a tag Referência: https://www.w3schools.com/tags/tag_figure.asp Tá tudo bem, Tamires :) O importante é tentar, sempre! Parabéns pelo seu esforço e dedicação! |
||||||||||||||||||||||
Não sei o que isso significa me ajuda | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
<br> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<li> | ||||||||||||||||||||||
<a href="#"> | ||||||||||||||||||||||
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.
Suggested change
|
||||||||||||||||||||||
<figure> | ||||||||||||||||||||||
Google+ | ||||||||||||||||||||||
</figure> | ||||||||||||||||||||||
</a> | ||||||||||||||||||||||
</li> | ||||||||||||||||||||||
</ul> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<!---------------------------FIM MÍDIAS----------------------------> | ||||||||||||||||||||||
|
||||||||||||||||||||||
<!-----------------INÍCIO RODAPÉ--------------------> | ||||||||||||||||||||||
<footer> | ||||||||||||||||||||||
<p>Women + Tech = </ strong></p> | ||||||||||||||||||||||
</footer> | ||||||||||||||||||||||
|
||||||||||||||||||||||
</body> | ||||||||||||||||||||||
</html> |
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.
@tamiresguesdri, use a tag
<header>
dentro da tag<body>
. O<head>
usamos para definir as meta tags e importação de arquivos CSS, incluir o título da nossa página.