diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/exercicio1/exercicio1.html b/exercicio1/exercicio1.html new file mode 100644 index 0000000..07f51e5 --- /dev/null +++ b/exercicio1/exercicio1.html @@ -0,0 +1,22 @@ + + + + + + + Exercicio 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/exercicio2.html b/exercicio2/exercicio2.html new file mode 100644 index 0000000..70332b5 --- /dev/null +++ b/exercicio2/exercicio2.html @@ -0,0 +1,36 @@ + + + + + + + Exercicio 2 + + +

Detalhes dos conteúdos do Módulo 1

+
    +

  1. JavaScript
  2. + +

  3. HTML
  4. + +

  5. CSS
  6. + +
+ + + \ No newline at end of file diff --git a/exercicio3/exercicio3.html b/exercicio3/exercicio3.html new file mode 100644 index 0000000..55a0fd3 --- /dev/null +++ b/exercicio3/exercicio3.html @@ -0,0 +1,39 @@ + + + + + + + Exercicio 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