From 20c3dcb02731fda4c07bfb7428acb3a8beca4c94 Mon Sep 17 00:00:00 2001 From: arefdeveloper91 Date: Tue, 5 Dec 2023 12:11:09 -0300 Subject: [PATCH] html --- .vscode/settings.json | 3 ++ exercicio1/exercicio1.html | 26 +++++++++++++++++ exercicio2/exercicio2.html | 44 +++++++++++++++++++++++++++++ exercicio3/exercicio3.html | 58 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 131 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 exercicio1/exercicio1.html create mode 100644 exercicio2/exercicio2.html create mode 100644 exercicio3/exercicio3.html 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..820d9f9 --- /dev/null +++ b/exercicio1/exercicio1.html @@ -0,0 +1,26 @@ + + + + + + exercicio1 + + +

conteudo do curso

+

modulo 1

+

fundamentos js

+

introducao ao desenvolvimento web

+ +

modulo 2

+ +

front-end com react

+ + +

modulo 3

+

backend

+ +

modulo 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..fb40fa9 --- /dev/null +++ b/exercicio2/exercicio2.html @@ -0,0 +1,44 @@ + + + + + + exercicio 2 + + +

detalhes dos conteudos do modulo 1

+ +
    +
  1. javaScript +
      +
    • variaveis
    • +
    • operadores
    • +
    • funcoes
    • +
    • condicionais
    • + +
    + +
  2. +
  3. html +
      +
    • elementos
    • +
    • atributos
    • +
    • textos
    • +
    • listas
    • + +
    +
  4. +
  5. css +
      +
    • seletores e posicoes
    • +
    • classes e id
    • +
    • flex
    • +
    • grid
    • + +
    + +
  6. +
+ + + \ No newline at end of file diff --git a/exercicio3/exercicio3.html b/exercicio3/exercicio3.html new file mode 100644 index 0000000..d63af12 --- /dev/null +++ b/exercicio3/exercicio3.html @@ -0,0 +1,58 @@ + + + + + + exercicio3 + + +

tabela de conteudos

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
assuntomodulo qtd aulas
HTMLINTRO WEB02
CSSintro web04
integracao com apisfront-end React04
sqlbackend04
+ + \ No newline at end of file