diff --git a/exercicio1/exercicio1.html b/exercicio1/exercicio1.html new file mode 100644 index 0000000..9095b67 --- /dev/null +++ b/exercicio1/exercicio1.html @@ -0,0 +1,41 @@ + + + + + + + + + Exercício 1 + + + +

Conteúdo do Curso

+ +

Módulo 1

+ +

Introdução ao Desenvolvimento Web

+ +

Scratch

+ +

Módulo 2

+ +

Front-end com React

+ +

Módulo 3

+ +

Back-end

+ +

Módulo 4

+ +

Testes e Deploy

+ + + + \ No newline at end of file diff --git a/exercicio2/.vscode/settings.json b/exercicio2/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/exercicio2/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/exercicio2/exercicio1.html b/exercicio2/exercicio1.html new file mode 100644 index 0000000..3764705 --- /dev/null +++ b/exercicio2/exercicio1.html @@ -0,0 +1,50 @@ + + + + + + + + + Exercício 2 + + + +

Detalhes dos conteúdos do Módulo 1

+ +
    + +
  1. JavasCript
  2. + + +
  3. HMTL
  4. + + +
  5. CSS
  6. + + +
+ + + diff --git a/exercicio3/exercicio1.html b/exercicio3/exercicio1.html new file mode 100644 index 0000000..095e2a0 --- /dev/null +++ b/exercicio3/exercicio1.html @@ -0,0 +1,55 @@ + + + + + + + + + + Exercício 3 + + + +

Tabela de conteúdos

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AssuntoMóduloQtd Aulas
HTMLIntro Web02
CSSIntro Web04
Integração com APIsFront-end React04
SQLBack-end04
+ + + \ No newline at end of file