From 575e1d8b24ae79b095f6a2aa4252d21cd927c537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefanny=20Paname=C3=B1?= Date: Mon, 25 Oct 2021 15:25:07 -0600 Subject: [PATCH 1/4] Modificando landing page 1 --- landing-page-1/index.css | 20 ++++++++++++++++---- landing-page-1/index.html | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/landing-page-1/index.css b/landing-page-1/index.css index 63744f7..8f9a82e 100644 --- a/landing-page-1/index.css +++ b/landing-page-1/index.css @@ -84,6 +84,8 @@ body { .navbar { display: flex; + justify-content: flex-end; + margin-right: 2%; } .menu { @@ -109,15 +111,22 @@ body { display: flex; justify-content: space-between; align-items: center; + margin-left: 1%; + margin-top: 4%; } .content__section-presentation__mixed { position: relative; } + + .content__section-presentation__mixed::after { content: ""; - position: absolute; + display: flex; + justify-content: flex-start; + margin-top: -6%; + margin-bottom: 2%; height: 1rem; background: var(--bg-primary); width: 100%; @@ -128,16 +137,19 @@ body { .content__section-gallery { display: flex; justify-content: flex-end; + margin-right: 2%; } .content__section-gallery__profile { - border-radius: 100%; - width: 85%; + border-radius: 150%; + width: 60%; } .footer { display: flex; + justify-content: center; align-items: center; + margin-top: 6%; } .footer__section-social { @@ -153,5 +165,5 @@ body { } .footer__section-social__item path{ - fill: #000000; + fill: #6D6AE0; } diff --git a/landing-page-1/index.html b/landing-page-1/index.html index 9cc6b96..72adec4 100644 --- a/landing-page-1/index.html +++ b/landing-page-1/index.html @@ -18,7 +18,7 @@ Sobre mí From 5df9f2643037fc968c67fe7b7f9729cb28ba933a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefanny=20Paname=C3=B1?= Date: Tue, 26 Oct 2021 20:27:00 -0600 Subject: [PATCH 2/4] Modificando landing page 2 --- landing-page-2/index.css | 14 ++++++++++++-- landing-page-2/index.html | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/landing-page-2/index.css b/landing-page-2/index.css index 676706c..b871415 100644 --- a/landing-page-2/index.css +++ b/landing-page-2/index.css @@ -84,6 +84,9 @@ body { .navbar { display: flex; + justify-content: flex-end; + margin-bottom: 2%; + margin-right: 2%; } .navbar__section-social { @@ -100,7 +103,7 @@ body { } .navbar__section-social__item path{ - fill: #000000; + fill: #3ED182; } .content { @@ -111,6 +114,7 @@ body { .content__section-menu { flex: 1; height: 100%; + margin-left: 2%; } .menu { @@ -132,12 +136,13 @@ body { cursor: pointer; border: 1px solid var(--bg-primary); width: 90%; + box-shadow: 2px 2px 2px #3ED182; } .menu__option:nth-child(even) { align-self: flex-end; margin: 6rem 0; - text-align: center; + text-align: left; } .menu__option__text { @@ -159,10 +164,15 @@ body { display: flex; flex-direction: column; justify-content: center; + align-items: flex-end; + margin-right: 1%; } .content__section-gallery { margin-top: 3rem; + display: flex; + justify-content: flex-end; + margin-right: 2%; } .content__section-gallery__profile { diff --git a/landing-page-2/index.html b/landing-page-2/index.html index 0340b22..a15099c 100644 --- a/landing-page-2/index.html +++ b/landing-page-2/index.html @@ -29,10 +29,10 @@