From 9f3f58e873306d807dcb8535997f436370fa13bf Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Thu, 3 Sep 2020 01:39:01 -0300 Subject: [PATCH 1/6] add exercise html --- Aulas-HTML/exercicios/aula1/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Aulas-HTML/exercicios/aula1/index.html b/Aulas-HTML/exercicios/aula1/index.html index 45c22c1..01d1a87 100644 --- a/Aulas-HTML/exercicios/aula1/index.html +++ b/Aulas-HTML/exercicios/aula1/index.html @@ -14,3 +14,20 @@ - Abrir um pull request para o repositório original (da Womakers) - Acompanhar o prazo e marcar a entrega no Classroom --> + + + + + + + Jade Vargas + + + + + \ No newline at end of file From 151855e3989296ac5d432dbe6ab198542247bdb0 Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Sat, 5 Sep 2020 11:55:07 -0300 Subject: [PATCH 2/6] add exercise 2 html --- Aulas-HTML/exercicios/aula2/index.html | 115 +++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/Aulas-HTML/exercicios/aula2/index.html b/Aulas-HTML/exercicios/aula2/index.html index 92a01fd..fd5bd80 100644 --- a/Aulas-HTML/exercicios/aula2/index.html +++ b/Aulas-HTML/exercicios/aula2/index.html @@ -21,3 +21,118 @@ - Abrir um pull request para o repositório original (da Womakers) - Acompanhar o prazo e marcar a entrega no Classroom --> + + + + + + Layout - Jade Vargas + + +
+ +
+
+
+ Banner enjoei + +
+
+
+

me belisca

+

muita farm até R$120

+ + + + + +
blusa florido farmshort florido farmshort listrado farmsaia estampada farm
+
+ +
+
+ + + + + + +
+ + + + + + + + + + + +
+
+
+
+ +
+ + \ No newline at end of file From ee68fa17ec8ce09bb5baf95b1a847e6e71536211 Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Thu, 3 Sep 2020 01:39:01 -0300 Subject: [PATCH 3/6] add exercise html --- Aulas-HTML/exercicios/aula1/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Aulas-HTML/exercicios/aula1/index.html b/Aulas-HTML/exercicios/aula1/index.html index 45c22c1..01d1a87 100644 --- a/Aulas-HTML/exercicios/aula1/index.html +++ b/Aulas-HTML/exercicios/aula1/index.html @@ -14,3 +14,20 @@ - Abrir um pull request para o repositório original (da Womakers) - Acompanhar o prazo e marcar a entrega no Classroom --> + + + + + + + Jade Vargas + + +
    +
  • Espero domínar os benditos Git e Github
  • +
  • Espero entender melhor Html e Css
  • +
  • Espero não me apavorar muito com o JavaScript
  • +
  • E principalmente, espero continuar controlando minha sindrome de impostora :)
  • +
+ + \ No newline at end of file From 44aa3e55594591c31b52812ede9555a5910d8cef Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Sat, 5 Sep 2020 11:55:07 -0300 Subject: [PATCH 4/6] add exercise 2 html --- Aulas-HTML/exercicios/aula2/index.html | 115 +++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/Aulas-HTML/exercicios/aula2/index.html b/Aulas-HTML/exercicios/aula2/index.html index 92a01fd..fd5bd80 100644 --- a/Aulas-HTML/exercicios/aula2/index.html +++ b/Aulas-HTML/exercicios/aula2/index.html @@ -21,3 +21,118 @@ - Abrir um pull request para o repositório original (da Womakers) - Acompanhar o prazo e marcar a entrega no Classroom --> + + + + + + Layout - Jade Vargas + + +
+ +
+
+
+ Banner enjoei + +
+
+
+

me belisca

+

muita farm até R$120

+ + + + + +
blusa florido farmshort florido farmshort listrado farmsaia estampada farm
+
+ +
+
+ + + + + + +
+ + + + + + + + + + + +
+
+
+
+ +
+ + \ No newline at end of file From 59f01357a4efe1b7258bfb7c865565084421dedc Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Tue, 8 Sep 2020 16:23:02 -0300 Subject: [PATCH 5/6] Add Exercise 3 - Jade Vargas --- Aulas-HTML/exercicios/aula3/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Aulas-HTML/exercicios/aula3/index.html b/Aulas-HTML/exercicios/aula3/index.html index d0e3d1e..d22ec3e 100644 --- a/Aulas-HTML/exercicios/aula3/index.html +++ b/Aulas-HTML/exercicios/aula3/index.html @@ -20,10 +20,10 @@ Exercício 3 -

seu nome e sobrenome

+

Jade Vargas

- + Mãe, que está ajoelhada, ajudando a sua filha, que está sentada, a colocar joelheiras - time + Oito pessoas estão em pé e em circulo, com os braços esticados para o centro e todas as mãos estão se tocado From cc047ef10a955a9c75599248c6407abe97bdbbd9 Mon Sep 17 00:00:00 2001 From: Jade Vargas Date: Tue, 29 Sep 2020 23:06:34 -0300 Subject: [PATCH 6/6] Exercicio1 JavaScript - Jade --- .../exercicios/aula1/Exercicio1/index.html | 12 +++++++++ .../exercicios/aula1/Exercicio1/script.js | 26 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 aulas-javascript/exercicios/aula1/Exercicio1/index.html create mode 100644 aulas-javascript/exercicios/aula1/Exercicio1/script.js diff --git a/aulas-javascript/exercicios/aula1/Exercicio1/index.html b/aulas-javascript/exercicios/aula1/Exercicio1/index.html new file mode 100644 index 0000000..40c9fb9 --- /dev/null +++ b/aulas-javascript/exercicios/aula1/Exercicio1/index.html @@ -0,0 +1,12 @@ + + + + + + Exercício da Jadinha + + + + + + \ No newline at end of file diff --git a/aulas-javascript/exercicios/aula1/Exercicio1/script.js b/aulas-javascript/exercicios/aula1/Exercicio1/script.js new file mode 100644 index 0000000..e33c8d4 --- /dev/null +++ b/aulas-javascript/exercicios/aula1/Exercicio1/script.js @@ -0,0 +1,26 @@ +console.log('Olá Prof Rita!'); + + +function checarSePodeDirigir(idade) { + let numero = prompt('Qual a sua idade?'); + + if (numero > 17) { + alert('Já pode dirigir!'); + + } else { + alert('Ainda não pode dirigir!'); + } +} + +checarSePodeDirigir(); + + + + + +/* No arquivo javascript, realizar o seguinte: +- Criar uma função chamada checarSePodeDirigir +- Essa função deverá receber um parâmetro chamado idade +- Se a idade for maior que 18, executar um alert() com o texto "Já pode dirigir!" +- Senão, caso a idade não seja maior que 18, executar um alert() com o texto "Ainda não pode dirigir!" +- No final do arquivo javascript, execute/chame a função passando o parâmetro (idade), que deve ser um número*/ \ No newline at end of file