From b722687118d6f7fda699b43c021e55e3b969e4e1 Mon Sep 17 00:00:00 2001 From: vitoriaEHon <104925527+vitoriaEHon@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:01:05 -0300 Subject: [PATCH 1/2] E09: JavaScript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Criei um HTML que contém os exercícios da E09: JavaScript, os códigos em JavaScript estão no HTML entre + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Desenhando um triângulo

+
+ +
+ + +
+ +
+

Tabuleiro de Xadrez

+
+ +
+ + +
+ +
+

Verificando Palíndromos

+
+ +
+ + +
+ +
+

Um programa diferente

+
+ + +
+ +
+

Mínimo e Máximo

+
+ +
+ + + +
+ +
+

Recursividade

+
+ +
+ + +
+ +
+

Contando caracteres

+
+ +
+ + + +
+ +
+

Trabalhando com intervalos

+
+ +
+ + + +
+ +
+

Revertendo um array

+
+ +
+ + +
+ + + +
+

DeepEquals

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

Criptografia

+
+ +
+ + + +
+ +
+

Verificando um número

+
+ +
+ + +
+ +
+

Transformações em uma String

+
+ +
+ + +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b2db116 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body{ + background-color: #fafafa; + color: #025056; + font-family: 'Times New Roman', Times, serif; + font-size: 20px; + text-align: center; + +} + +h1{ + background: rgb(120, 182, 182); + color: #073133; + font-size: 28px; + display: inline-block; + width: 520px; + border: solid rgb(70, 116, 116) 1px ; +} + + +input{ + font-family: 'Times New Roman', Times, serif; + font-size: 17px; +} \ No newline at end of file From a3b07ddf2e845f7bad3084cc3586dd055deb7dba Mon Sep 17 00:00:00 2001 From: vitoriaEHon <104925527+vitoriaEHon@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:10:09 -0300 Subject: [PATCH 2/2] Update index.html --- index.html | 48 +----------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/index.html b/index.html index d88d867..de59704 100644 --- a/index.html +++ b/index.html @@ -152,35 +152,6 @@ } - -