-
Derrick Hammer
- CTO
+
+
+
Community-Powered
+
Building a new world for your data
+
+ Right now, Lume has only one full-time developer and limited helper staff! We need help from developers, fundraisers, funders, and contributors to bring the new internet to the masses.
+
+
+
+
+ Derrick Hammer
+ CTO
+
diff --git a/src/components/Home/CTO/CTO.scss b/src/components/Home/CTO/CTO.scss
index 7cdd538..0e529a0 100644
--- a/src/components/Home/CTO/CTO.scss
+++ b/src/components/Home/CTO/CTO.scss
@@ -2,15 +2,35 @@
@import "../../../styles/vars.scss";
#home-cto {
- min-height: 28em;
- @include fluid-font-size(1.3125rem);
- background-image: url("../../../assets/geometric-bg.webp");
- background-position: 99% 100%;
- background-repeat: no-repeat;
- background-size: contain;
+ @include fluid-padding-lr;
> div {
- @include fluid-margin-lr;
+ position: relative;
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ margin: 0 auto;
+ @include fluid-font-size(1.3125rem);
+ max-width: 75em;
+ min-height: 28em;
+
+ &::before {
+ content: "";
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: min(0rem, calc((100vw - 40rem) / 2));
+ width: 100%;
+ min-width: 40rem;
+ background-image: url("../../../assets/geometric-bg.webp");
+ background-position: 1%;
+ background-repeat: no-repeat;
+ background-size: contain;
+ z-index: -1;
+ }
+ }
+
+ .feature-group {
max-width: 28em;
padding: 3.14em 0;
}
@@ -36,7 +56,7 @@
@media screen and (max-width: 80rem) {
p, .bio {
- background: rgba($color-body-bg, 0.65);
+ background: rgba($color-blue-charcoal-2, 0.65);
border-radius: 0 0.5em 0.5em 0;
padding: 0.3em 0.5em;
margin: -0.3em -0.5em;
diff --git a/src/components/Home/PoweredBy/PoweredBy.scss b/src/components/Home/PoweredBy/PoweredBy.scss
index 6447287..55bc054 100644
--- a/src/components/Home/PoweredBy/PoweredBy.scss
+++ b/src/components/Home/PoweredBy/PoweredBy.scss
@@ -36,7 +36,7 @@
color: $color-alto;
&:hover {
- color: $color-aquamarine;
+ color: $color-white;
}
}
diff --git a/src/components/Home/Socials/Socials.scss b/src/components/Home/Socials/Socials.scss
index 834884a..5b63c1d 100644
--- a/src/components/Home/Socials/Socials.scss
+++ b/src/components/Home/Socials/Socials.scss
@@ -28,23 +28,23 @@
color: $color-alto;
&:hover {
- color: $color-aquamarine;
+ color: $color-white;
}
}
.github-logo svg {
- @include fluid-width(4.375rem);
+ @include fluid-width(3.5rem);
}
.discord-logo svg {
- @include fluid-width(4.375rem);
+ @include fluid-width(3.5rem);
}
.twitter-logo svg {
- @include fluid-width(4.375rem);
+ @include fluid-width(3.5rem);
}
.facebook-logo svg {
- @include fluid-width(4.375rem);
+ @include fluid-width(3.5rem);
}
}
diff --git a/src/components/Home/Vision/Vision.scss b/src/components/Home/Vision/Vision.scss
index 055ba4b..1101cfd 100644
--- a/src/components/Home/Vision/Vision.scss
+++ b/src/components/Home/Vision/Vision.scss
@@ -20,7 +20,7 @@
@media screen and (max-width: 80rem) {
p {
- background: rgba($color-body-bg, 0.65);
+ background: rgba($color-blue-charcoal-2, 0.65);
border-radius: 0.5em;
padding: 0.3em 0.5em;
margin: -0.3em -0.5em;
diff --git a/src/components/Home/WhatIsWeb3/WhatIsWeb3.astro b/src/components/Home/WhatIsWeb3/WhatIsWeb3.astro
index dc2bc17..10937fe 100644
--- a/src/components/Home/WhatIsWeb3/WhatIsWeb3.astro
+++ b/src/components/Home/WhatIsWeb3/WhatIsWeb3.astro
@@ -3,7 +3,6 @@ import "./WhatIsWeb3.scss";
---
-
What is the Web?
@@ -15,7 +14,7 @@ import "./WhatIsWeb3.scss";
Web3 gives people control over their data, privacy, and ownership. Lume's affordable Web3 tech aims to speed up the transition from Web2 to Web3, which matters for privacy and security.
diff --git a/src/components/Home/WhatIsWeb3/WhatIsWeb3.scss b/src/components/Home/WhatIsWeb3/WhatIsWeb3.scss
index 0be4a09..9f09294 100644
--- a/src/components/Home/WhatIsWeb3/WhatIsWeb3.scss
+++ b/src/components/Home/WhatIsWeb3/WhatIsWeb3.scss
@@ -9,7 +9,8 @@
margin-top: 2.48em;
@include fluid-font-size(1.3125rem);
- .background {
+ &::after {
+ content: "";
position: absolute;
left: 0;
top: 50%;
@@ -22,12 +23,12 @@
background-repeat: no-repeat;
background-size: contain;
pointer-events: none;
+ z-index: -1;
}
.feature-group {
@include fluid-position-left(27.8em, 28em);
max-width: 28em;
- z-index: 1;
h1 {
margin-top: 1em;
diff --git a/src/components/Layout/Footer/Footer.scss b/src/components/Layout/Footer/Footer.scss
index aa50001..fef5d99 100644
--- a/src/components/Layout/Footer/Footer.scss
+++ b/src/components/Layout/Footer/Footer.scss
@@ -31,10 +31,10 @@ footer {
}
h5 {
- @include fluid-font-size(1.875rem);
+ @include fluid-font-size(1.75rem);
line-height: 100%;
white-space: nowrap;
- margin: 0.25em 0;
+ margin: 0.3em 0;
}
li {
diff --git a/src/components/Layout/JoinCommunity/JoinCommunity.scss b/src/components/Layout/JoinCommunity/JoinCommunity.scss
index 30a930d..6b44181 100644
--- a/src/components/Layout/JoinCommunity/JoinCommunity.scss
+++ b/src/components/Layout/JoinCommunity/JoinCommunity.scss
@@ -56,6 +56,11 @@
a {
display: block;
+ color: #0B3F48;
+
+ &:hover {
+ color: inherit;
+ }
}
.github-logo svg {
diff --git a/src/components/Layout/Navbar/Navbar.jsx b/src/components/Layout/Navbar/Navbar.jsx
index a54e5df..f62badf 100644
--- a/src/components/Layout/Navbar/Navbar.jsx
+++ b/src/components/Layout/Navbar/Navbar.jsx
@@ -51,16 +51,16 @@ function Navbar({ view }) {