From c77985d67922eead59c2dde90d124cd82a890199 Mon Sep 17 00:00:00 2001 From: matheus Date: Sun, 8 Sep 2024 11:12:16 -0300 Subject: [PATCH 1/3] , --- index.html | 13 ++++++------ matheus.html | 19 ------------------ portf/brenno.html | 0 portf/matheus.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ portf/matheus.html | 26 ++++++++++++++++++++++++ 5 files changed, 83 insertions(+), 25 deletions(-) delete mode 100644 matheus.html create mode 100644 portf/brenno.html create mode 100644 portf/matheus.css create mode 100644 portf/matheus.html diff --git a/index.html b/index.html index dda0349..4df0b58 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Portfolio Pessoa 1 & Pessoa 2 + CodeHub @@ -32,13 +32,13 @@

Brenno & Matheus

Brenno

Olá, eu sou Brenno

Desenvolvedor Web com foco em soluções modernas e eficientes para web apps.

- Veja meus Projetos + Veja meus Projetos
Brenno

Oi, eu sou Matheus

Desenvolvedor Web com foco em soluções modernas e eficientes para web apps.

- Veja meus Projetos + Veja meus Projetos
@@ -106,9 +106,10 @@

Contato

diff --git a/matheus.html b/matheus.html deleted file mode 100644 index 1f90d39..0000000 --- a/matheus.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Document - - -
- -
-
- -
- - - \ No newline at end of file diff --git a/portf/brenno.html b/portf/brenno.html new file mode 100644 index 0000000..e69de29 diff --git a/portf/matheus.css b/portf/matheus.css new file mode 100644 index 0000000..be66be2 --- /dev/null +++ b/portf/matheus.css @@ -0,0 +1,50 @@ +@charset "UTF-8"; + +* { + padding: 0; + margin: 0; + font-family: Arial, Helvetica, sans-serif; + box-sizing: border-box; +} + +html, body { + font-family: "Nunito"; + height: 100vh; + width: 100vw; + background-color: #d3d3d3; + overflow-x: hidden; +} + +#tree { + width: 100px; + height: 100px; + border-radius: 50%; + box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.41); + margin: 10px; + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + display: flex; + align-items: center; + justify-content: center; + text-align: center; + color: rgb(0, 0, 0); + +} + +#tree:hover { + border: 2px solid white; + transform: translate(-3px, calc(-50% - 3px)); + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.41); +} + +main { + position: relative; + height: 96vh; +} + +body { + background-size: cover; + background-attachment: fixed; +} diff --git a/portf/matheus.html b/portf/matheus.html new file mode 100644 index 0000000..b5ccdbf --- /dev/null +++ b/portf/matheus.html @@ -0,0 +1,26 @@ + + + + + + Document + + + + + +
+ +
+
+
+ projetos +
+
+ + + \ No newline at end of file From 34e9472b9ec82afa47e8ea61848208c81c222528 Mon Sep 17 00:00:00 2001 From: matheus Date: Sun, 8 Sep 2024 11:14:16 -0300 Subject: [PATCH 2/3] Update index.html --- index.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 4df0b58..5545625 100644 --- a/index.html +++ b/index.html @@ -6,15 +6,17 @@ CodeHub + +
-

Brenno & Matheus

+