-
Notifications
You must be signed in to change notification settings - Fork 34
Desafio #1 - Estruturação do Template com HTML5 #4
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
base: master
Are you sure you want to change the base?
Changes from all commits
b5ae852
a8ae84d
4631e1d
4ff0ac9
4eec87d
0b08238
8325659
425715c
170c99d
6886d6b
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,9 @@ | ||
| # Desafio #2 - Implementação do CSS3 | ||
|
|
||
| O objetivo dos desafios é a elaboração de um portfólio, de modo que ao final a participante tenha um site para publicação de seus trabalhos. Os desafios são iterativos e devem ser feitos na ordem. Então, se você ainda não concluiu o [Desafio #1](desafio1.md), termine ele e depois volte aqui. | ||
|
|
||
| Neste desafio você deve implementar o estilo usando **CSS3** com base no [template](template.png). Os arquivos no formato .css devem ser criados na pasta css. | ||
|
|
||
| O material de referência para resolução deste desafio está disponível na [Wiki](https://github.com/WoMakersCode/front-end-study-group-rj/wiki/CSS) deste repositório, lá você vai encontrar manuais, cursos, artigos, vídeos e podcasts. Entre em contato com as mentoras e suas colegas de grupo caso tenha alguma dúvida. | ||
|
|
||
| Quando terminar o desafio, abra um Pull Request e marque as participantes e as mentoras do seu grupo para elas revisarem e darem feedback. Em seguida, procure auxiliar as meninas que ainda não concluíram o desafio. Caso você não tenha familiaridade com o GitHub, consulte o material disponibilizado na [Wiki](https://github.com/WoMakersCode/front-end-study-group-rj/wiki/Git) sobre o assunto. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,136 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="pt-br"> | ||
| <head> | ||
| <meta charset="utf-8/"> | ||
| <link rel="icon" href="../images/icon.ico"/> | ||
| <title>Portifólio - Gabrielly de Andrade</title> | ||
| </head> | ||
| <body> | ||
| <nav> | ||
| <!-- TODO: modificar os tamanhos com css --> | ||
| <img src="../images/logo.png" alt="logo" height="50px"/> | ||
| <ul> | ||
| <li><a href="#">HOME</a></li> | ||
| <li><a href="#">SERVIÇOS</a></li> | ||
| <li><a href="#">PORTFOLIO</a></li> | ||
| <li><a href="#">SOBRE MIM</a></li> | ||
| <li><a href="#">CONTATO</a></li> | ||
| </ul> | ||
| </nav> | ||
| <main> | ||
| <section> | ||
| <!-- slider :: home --> | ||
| </section> | ||
| <section> | ||
| <h1>Serviços</h1> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. </p> | ||
| <hr/> | ||
| <div> | ||
| <figure> | ||
| <!-- TODO: modificar os tamanhos com css --> | ||
| <img src="../images/Service1.png" alt="Websites" height="100px"/> | ||
| <figcaption> | ||
| <h3>Websites</h3> | ||
| <p>Lorem ipsum dolor sit amet</p> | ||
| </figcaption> | ||
| </figure> | ||
| <figure> | ||
| <img src="../images/Service2.png" alt="Templates" height="100px"/> | ||
| <figcaption> | ||
| <h3>Templates</h3> | ||
| <p>Lorem ipsum dolor sit amet</p> | ||
| </figcaption> | ||
| </figure> | ||
| <figure> | ||
| <img src="../images/Service3.png" alt="WordPress" height="100px"/> | ||
| <figcaption> | ||
| <h3>Temas WordPress</h3> | ||
| <p>Lorem ipsum dolor sit amet</p> | ||
| </figcaption> | ||
| </figure> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <h1>Meus Trabalhos</h1> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. </p> | ||
| <ul> | ||
| <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> | ||
| <div> | ||
| <!-- TODO: modificar os tamanhos com css --> | ||
| <img src="../images/Portfolio01.png" alt="Portfolio01" height="200px"/> | ||
| </div> | ||
| <div> | ||
| <img src="../images/Portfolio02.png" alt="Portfolio02" height="200px"/> | ||
| </div> | ||
| <div> | ||
| <img src="../images/Portfolio03.png" alt="Portfolio03" height="200px"/> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <h1>Quem sou eu</h1> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. </p> | ||
| <hr/> | ||
| <img src="../images/photo.png" alt="Joana D'arc" /> | ||
| <div> | ||
| <ul> | ||
| <!-- TODO: utilizar técnica de image replacement com css --> | ||
| <li><a href="#">facebook</a></li> | ||
| <li><a href="#">twitter</a></li> | ||
| <li><a href="#">linkedin</a></li> | ||
| </ul> | ||
| </div> | ||
| <div> | ||
| <h3>Sobre mim</h3> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. | ||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. </p> | ||
| </div> | ||
| <div> | ||
| <h3>Habilidades</h3> | ||
| <div> | ||
| <p>Java Script</p> | ||
| </div> | ||
| <div> | ||
| <p>HTML & CSS</p> | ||
| </div> | ||
| <div> | ||
| <p>jQuery</p> | ||
| </div> | ||
| <div> | ||
| <p>Wordpress</p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <h1>Contato</h1> | ||
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, | ||
| sed do eiusmod tempor incididunt ut labore magna aliqua. </p> | ||
| <hr/> | ||
| <p>meuemail@mail.com</p> | ||
| <p>+55 21 66666-666</p> | ||
|
|
||
| <h3>Mídias</h3> | ||
| <hr/> | ||
|
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. Semanticamente o
Author
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. Hm.. então essa linha é só com CSS mesmo? 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. Idealmente sim, não há motivo para gerar elementos extras de html se eles não tem valor semântico. |
||
| <ul> | ||
| <!-- TODO: utilizar técnica de image replacement com css --> | ||
| <li><a href="#">facebook</a></li> | ||
| <li><a href="#">twitter</a></li> | ||
| <li><a href="#">linkedin</a></li> | ||
| <li><a href="#">pinterest</a></li> | ||
| <li><a href="#">google+</a></li> | ||
| </ul> | ||
| </section> | ||
| </main> | ||
| <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.
Não é necessário especificar a medida dentro de atributos de imagem. Referência: https://www.w3schools.com/tags/tag_img.asp
Uh oh!
There was an error while loading. Please reload this page.
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.
Eu acabei colocando pq a imagem estava muito grande no HTML, coloquei só de forma temporária mesmo por isso deixei o TODO ai em cima
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.
Me referi à unidade de medida px (pixel), não é necessário informar as medidas nesse atributo, bastaria
height="50"