From 54c73d3aecd4dd532cd98e2f2dcbb97022001214 Mon Sep 17 00:00:00 2001 From: Vero Date: Wed, 20 Mar 2024 12:50:38 +0100 Subject: [PATCH 1/3] Youtube video has been embedded in landing page --- index.html | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index a8d5760b..fa46ec91 100644 --- a/index.html +++ b/index.html @@ -120,13 +120,13 @@ .info__detail { display: flex; justify-content: space-between; - padding: 4.5rem 3px 0 3px; + padding-top: 4.5rem; + gap: 2rem; } .info__text { padding-top: 0.9rem; width: 50%; } - .info__text h3 { font-weight: 400; font-size: 30px; @@ -138,7 +138,6 @@ font-weight: 700; letter-spacing: 1px; } - .info__link { display: block; padding: 0.6em 1.1em; @@ -152,14 +151,16 @@ font-size: 20px; margin-top: 3.5rem; } - .info__image { - width: 45%; + .info__iframe { + width: 560px; + height: 315px; border-radius: 10px; box-shadow: -14px 14px 28px #0f1924, 14px -14px 28px #192b3e; } - img { + img, + iframe { width: 100%; height: 100%; object-fit: cover; @@ -169,7 +170,6 @@ background-color: var(--accent); color: var(--background-300); } - .github p { padding: 1.5rem 0; } @@ -204,7 +204,7 @@ padding-top: 0; width: 100%; } - .info__image { + .info__iframe { width: 100%; } .info__link { @@ -253,7 +253,7 @@ padding-top: 0; width: 100%; } - .info__image { + .info__iframe { width: 100%; } .info__link { @@ -294,8 +294,9 @@ + /> + +
@@ -323,11 +324,13 @@

>Launch MongoDB Designer

-
- Screenshot of the application displaying the navigation bar and organized collections with their relationships +
+
From 4bf00cc7cbe16f27af99a31ed90782dac2566908 Mon Sep 17 00:00:00 2001 From: Vero Date: Fri, 22 Mar 2024 10:48:12 +0100 Subject: [PATCH 2/3] Youtube video embedded in a better way. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index fa46ec91..0619c301 100644 --- a/index.html +++ b/index.html @@ -152,8 +152,8 @@ margin-top: 3.5rem; } .info__iframe { - width: 560px; - height: 315px; + width: 45%; + aspect-ratio: 16 / 9; border-radius: 10px; box-shadow: -14px 14px 28px #0f1924, @@ -326,7 +326,7 @@