From cb09e2e3a8593a6dcfa0b2b7ba8e0afe449e6979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilian=20gon=C3=A7alves=20moreira?= Date: Mon, 10 Apr 2023 22:43:06 -0300 Subject: [PATCH] exercicios feitos html --- exercicio1/exercicio1.html | 32 +++++++++++++++++++++ "exercicio2/exerc\303\255cio2.html" | 41 +++++++++++++++++++++++++++ exercicio3/exercicio3.html | 44 +++++++++++++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 exercicio1/exercicio1.html create mode 100644 "exercicio2/exerc\303\255cio2.html" create mode 100644 exercicio3/exercicio3.html diff --git a/exercicio1/exercicio1.html b/exercicio1/exercicio1.html new file mode 100644 index 0000000..2152efd --- /dev/null +++ b/exercicio1/exercicio1.html @@ -0,0 +1,32 @@ + + + + + + + + + + + Exercício 1 + + + +

Conteúdo do curso

+

Módulo 1

+

Fundamentos JS

+

Introdução ao desenvolvimento web

+

Módulo 2

+

Front-end com react

+

Módulo 3

+

Backend

+

Módulo 4

+

Testes e deploy

+ + + + \ No newline at end of file diff --git "a/exercicio2/exerc\303\255cio2.html" "b/exercicio2/exerc\303\255cio2.html" new file mode 100644 index 0000000..ba50e6b --- /dev/null +++ "b/exercicio2/exerc\303\255cio2.html" @@ -0,0 +1,41 @@ + + + + + + + + + Exercício 2 + + +

Detalhes dos conteúdos do modulo 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..be41efb --- /dev/null +++ b/exercicio3/exercicio3.html @@ -0,0 +1,44 @@ + + + + + + + + Exercício 3 + + +

Tabela de conteúdos

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Assunto

Módulo

QTD aulas

HTMLIntro web02
CSSIntro web04
Integração com APIsFront-end react04
SQLBack-end04
+ + \ No newline at end of file