diff --git a/anderson.html b/anderson.html index fa12ee6..b31243e 100644 --- a/anderson.html +++ b/anderson.html @@ -28,7 +28,7 @@
-

+

@@ -66,7 +67,7 @@

Kathleen Caroline Coutinho


-
+

AWS | AZ900 | Linux

@@ -91,7 +92,7 @@

Miguel Garcia Aviles


-
+

AWS | Mysql | Linux

@@ -124,7 +125,7 @@

Marcelo Yuassa Nogai

-
AWS Re/Start.
+
Developed by Kathleen
diff --git a/kathleen.html b/kathleen.html index df9ba0f..631facd 100644 --- a/kathleen.html +++ b/kathleen.html @@ -28,7 +28,7 @@
-

+

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

Work Experience

+
+
+
+
Professora Educação Infantil at CEI São Francisco
+
Aulas para crianças de 3 / 4 anos, currículo da cidade de São Paulo.
+
+
+
Ago, 2021 - Marc, 2022
+ +
+
+
+
+
Professora Educação Infantil at PAC Projeto Amigos da Criança
+
Educadora sócio educativa em ONG para crianças de 6 a 8 anos
+
+
+
May, 2021 - Jul, 2021
+ +
+
+
+
+
Professora Educação Infantil at Colegio Eco
+
+
+
Ago, 2018 - Dez, 2020
- - - + +

Education

@@ -193,14 +234,18 @@

Education

Python Basics from Santander Universidades
-
1995 - 2007
+
2022
Capacitação básica de Python
-
- - - - +
+
+
+
Pedagogia from Faculdade Sumare
+
+
+
2017 - 2020
+
Prátcas de ensino Educação Infantil
+
@@ -228,7 +273,7 @@

Contact

- + @@ -266,5 +311,6 @@

Contact

+ \ No newline at end of file diff --git a/marcelo.html b/marcelo.html index fa12ee6..a301bf1 100644 --- a/marcelo.html +++ b/marcelo.html @@ -28,7 +28,7 @@
-

+

- +
@@ -235,5 +235,6 @@

Contact

+ \ No newline at end of file diff --git a/scripts/main.js b/scripts/main.js index 35f12cf..4311fc6 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -5,3 +5,22 @@ AOS.init({ }); // Add your javascript here +function sendEmail(){ + swal({ + title: "Quer continuar?", + text: "Você vai enviar um e-mail para contratação!", + icon: "warning", + buttons: true, + dangerMode: true, + }) + .then((willDelete) => { + if (willDelete) { + swal("Banco de Currículos", "E-mail enviado com sucesso!", "success"); + document.getElementById('name').value = ''; + document.getElementById('email').value = ''; + document.getElementById('message').value = ''; + } else { + swal("Your imaginary file is safe!"); + } + }); +}