diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..930f5cb
Binary files /dev/null and b/.DS_Store differ
diff --git a/Books.html b/Books.html
new file mode 100644
index 0000000..c31c278
--- /dev/null
+++ b/Books.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ Books
+
+
+
+
+
+
+

+
Gabrielle Oliveira
+
Developer
+
s
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Books_files/img_gabi.jpeg b/Books_files/img_gabi.jpeg
new file mode 100644
index 0000000..3c05e2c
Binary files /dev/null and b/Books_files/img_gabi.jpeg differ
diff --git a/Books_files/style.css b/Books_files/style.css
new file mode 100644
index 0000000..bbb1352
--- /dev/null
+++ b/Books_files/style.css
@@ -0,0 +1,62 @@
+/* header */
+
+.name {
+ position: absolute;
+ width: 193px;
+ height: 44px;
+ left: 464px;
+ top: 319px;
+
+ font-family: Poppins;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 25px;
+ line-height: 37px;
+}
+.profissao {
+ position: absolute;
+ width: 130px;
+ height: 44px;
+ left: 480px;
+ top: 355px;
+
+ font-family: Poppins;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 22px;
+ line-height: 33px;
+
+ color: #3a517d;
+}
+.imgGabrielle {
+ position: absolute;
+ width: 151px;
+ height: 154px;
+ left: 462px;
+ top: 148px;
+}
+.margin {
+ position: relative;
+ width: 1920px;
+ height: 1080px;
+
+ background: linear-gradient(252.95deg, #f10ff5 0.34%, #772cbd 99.61%);
+ border-radius: 30px;
+}
+.retangulo {
+ position: absolute;
+ width: 413px;
+ height: 930px;
+ left: 348px;
+ top: 115px;
+
+ background: linear-gradient(
+ 116.79deg,
+ rgba(255, 255, 255, 0.48) 0%,
+ rgba(255, 255, 255, 0.12) 99.45%
+ );
+ backdrop-filter: blur(100px);
+ /* Note: backdrop-filter has minimal browser support */
+
+ border-radius: 30px;
+}
diff --git a/Exercicios/.DS_Store b/Exercicios/.DS_Store
new file mode 100644
index 0000000..b76d730
Binary files /dev/null and b/Exercicios/.DS_Store differ
diff --git a/Exercicios/1/index.html b/Exercicios/1/index.html
index c048397..4491390 100644
--- a/Exercicios/1/index.html
+++ b/Exercicios/1/index.html
@@ -1,12 +1,36 @@
+
Document
+
+
+
+
+
\ No newline at end of file
diff --git a/Exercicios/1/js/script.js b/Exercicios/1/js/script.js
index e69de29..d15de02 100644
--- a/Exercicios/1/js/script.js
+++ b/Exercicios/1/js/script.js
@@ -0,0 +1,24 @@
+document
+ .querySelector("#botaodeenviar")
+ .addEventListener("click", function amazenarDados(event) {
+ event.preventDefault(); // Para que o comportamento padrão do submite não aconteca.
+ let nome = document.getElementById("nomeDapessoa");
+ let exibeResposta = document.getElementById("resposta");
+
+ pegaNome.value === ""
+ ? (exibeResposta.innerText = "Por favor, digite o seu nome")
+ : (exibeResposta.innerHTML = `${pegaNome.value}, dados salvos com sucesso!`);
+
+ /* if (nome.value === '') { //consegue identificar valor.
+
+ console.log(nome.value
+ );
+ exibeResposta.innerText = 'Por Favor, digite seu nome';
+ } else {
+ exibeResposta.innerHTML = (`${nomeUsuario}, dados salvos com sucesso.`);
+
+ }
+
+
+*/
+ });
diff --git a/Exercicios/2/index.html b/Exercicios/2/index.html
index 5c3fad8..2036773 100644
--- a/Exercicios/2/index.html
+++ b/Exercicios/2/index.html
@@ -2,20 +2,20 @@
DOM
-
-
+
+
Venda de apartamentos
+
Apartamento de dois dormitórios, clique e veja o preço:
-
-
-
+
Apartamento de três dormitórios, clique e veja o preço:
-
+
-
+
+
-
\ No newline at end of file
+