From 908946a2eac9de0a37da9ffdca7bced20e7c9ca3 Mon Sep 17 00:00:00 2001
From: lucanouet <82992728+lucanouet@users.noreply.github.com>
Date: Mon, 29 Nov 2021 18:40:48 -0300
Subject: [PATCH 1/9] Update index.html
Alargar Saludo con mas aaa
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 976445f3..4cc6fe6f 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
- Hola!
+ Holaaaa!
Escribamos un poco de código el día de hoy!
From ea48d43e61876b3e7741096e0a825abbef8e55d1 Mon Sep 17 00:00:00 2001
From: lucanouet
Date: Thu, 2 Dec 2021 19:05:47 -0300
Subject: [PATCH 2/9] Tarea calcular salario mensual
---
tareas/clase-5/css.css | 3 ++
tareas/clase-5/index.html | 13 +++++--
tareas/clase-5/tarea-clase-5.js | 69 +++++++--------------------------
3 files changed, 28 insertions(+), 57 deletions(-)
create mode 100644 tareas/clase-5/css.css
diff --git a/tareas/clase-5/css.css b/tareas/clase-5/css.css
new file mode 100644
index 00000000..5084c813
--- /dev/null
+++ b/tareas/clase-5/css.css
@@ -0,0 +1,3 @@
+.oculto {
+ display:none
+}
diff --git a/tareas/clase-5/index.html b/tareas/clase-5/index.html
index 00bd40b8..eca6a5de 100644
--- a/tareas/clase-5/index.html
+++ b/tareas/clase-5/index.html
@@ -5,9 +5,16 @@
- Clase 5
+
+ Probando git hub desktop
-
+
-