https://github.com/fscheidt/web1
Desenvolvimento Web I
https://github.com/fscheidt/web1
2025 ifpr tads
Last synced: 2 months ago
JSON representation
Desenvolvimento Web I
- Host: GitHub
- URL: https://github.com/fscheidt/web1
- Owner: fscheidt
- Created: 2025-03-03T22:50:44.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T22:06:24.000Z (2 months ago)
- Last Synced: 2025-04-03T23:20:04.809Z (2 months ago)
- Topics: 2025, ifpr, tads
- Language: HTML
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desenvolvimento Web I
INFO DA DISCIPLINA
- **[AVA](https://ava.ifpr.edu.br/course/view.php?id=13095)**
- Curso: TADS
- Período: 1°
- Horário: quinta, 19:00 às 22:20 (Lab 4)
- Período letivo: 2025/1
- Período aulas: 13/03/25 à jul/25
- **[Códigos](https://github.com/fscheidt/web1)**---
## Aula 04
- 03/04
- Modelo Box## Aula 03
- 27/03
- CSS e Layout
- [página curso](/aulas/03/curso.html)
---
## Aula 02
- 20/03
- Listas HTML
- [código](/aulas/02/listas.html)
---
## Aula 01
- 13/03
- Introdução HTML (SLIDES no AVA)
- [código](/aulas/01/aula1.html)---
## VSCode
Configurações do Visual Code
### Extensions
Extensões úteis na programação HTML/CSS/js:
- **Open In Default Browser**: `peakchen90.open-html-in-browser`
### Settings
**Nível**: `HARD`
**Arquivo:** `settings.json`
```json
{
"html.autoClosingTags": false,
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"editor.lineHeight": 1.4,
"editor.stickyScroll.enabled": false,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 120
}
```