https://github.com/malanski/ulisses-malanski-art
Activity 6: HTML + CSS Project from Awari Web Development Course
https://github.com/malanski/ulisses-malanski-art
awari awari-front-0 css3 html5
Last synced: 19 days ago
JSON representation
Activity 6: HTML + CSS Project from Awari Web Development Course
- Host: GitHub
- URL: https://github.com/malanski/ulisses-malanski-art
- Owner: malanski
- Created: 2022-02-25T03:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T19:54:20.000Z (over 4 years ago)
- Last Synced: 2025-03-02T11:19:29.128Z (over 1 year ago)
- Topics: awari, awari-front-0, css3, html5
- Language: HTML
- Homepage: https://malanski.github.io/ulisses-malanski-art/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML + CSS Project: Artistic Portfolio
Activity 6: AWARI Web Development Course
## Specification 1
HTML + CSS study from Web Development Awari FULL STACK Course
This project is a basic study on HTML and CSS.
Technologies:
- HTML5
- CSS3
- GIT
- Github
## Objectives:
- Use only HMLL e CSS.
- At least 30 diferent elements.
- Use Class and id.
- Must have Images.
- Add a embed a You tube video
- Add Responsive flexibility to breakpoints
- Ensure that your site get a W3C validation.
PT-BR
# Atividade 5
- Criar uma página utilizando apenas HTML e CSS!
## objetivos:
* Apenas HTML e CSS!
* Utilizar ao menos 30 elementos do HTML
* Utilizar .classes e #ids, da forma correta
* Deve ter algumas imagens
* Deve ter ao menos um embed do YouTube em algum lugar da página
* Nenhuma página em nosso contexto atual pode ser limitada ao browser de apenas um tamanho, deve ser responsivo. Ao menos uma versão mobile e uma versão desktop.
* O código precisa estar no GitHub
* Criar versões para os breakpoints mais importantes. O Next.js sugere: 640, 750, 828, 1080, 1200, 1920, 2048, 3840.
* Garantir um HTML 100% válido pela W3C= Document checking completed. No errors or warnings to show.
Utiliza os seguintes elementos HTML:
- 1 head
- 2 meta
- 3 link
- 4 title
- 6 body
- 7 header
- 8 nav
- 9 ul, li
- 10 progress
- 11 main
- 12 h1, h2, h3
- 13 div
- 14 img
- 15 iframe
- 16 a
- 17 cite
- 18 strong
- 19 small
- 20 table, thead, tfoot, tbody, tr, th, td
- 21 caption
- 22 ol, li
- 23 b
- 24 blockquote
- 25 br
- 26 article
- 27 p
- 28 mark
- 29 &ensp
- 30 code
- 31 del
- 32 footer
- 33 section
- 34 button
- 35 span
- 36 i
- 37 html
- 38 !HTML