From 486bc6ae7278e66aa2cd6f9d3e5c2df491d21960 Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Sat, 12 Aug 2023 21:10:54 +0200 Subject: [PATCH] feat: finish all new design implementations --- src/components/Home/CTO/CTO.astro | 36 ++++--- src/components/Home/Vision/Vision.astro | 34 +++---- src/components/Layout/Navbar/Navbar.astro | 2 +- src/components/Layout/Navbar/Navbar.jsx | 74 -------------- src/components/Layout/Navbar/Navbar.scss | 115 ---------------------- 5 files changed, 40 insertions(+), 221 deletions(-) delete mode 100644 src/components/Layout/Navbar/Navbar.jsx delete mode 100644 src/components/Layout/Navbar/Navbar.scss diff --git a/src/components/Home/CTO/CTO.astro b/src/components/Home/CTO/CTO.astro index 3d23732..709e454 100644 --- a/src/components/Home/CTO/CTO.astro +++ b/src/components/Home/CTO/CTO.astro @@ -1,21 +1,31 @@ --- -import './CTO.scss'; -import avatar from '/src/assets/cto-avatar.png'; +import avatar from "/src/assets/cto-avatar.png"; +import abstractBg from "/src/assets/single-brand-bg-1.png"; --- -
-
-

Community-Powered

-

Building the open, user-owned web you deserve

-

- Right now, Lume has only one full-time developer, a few freelancers, and limited helper staff! We need help from developers, fundraisers, funders, and contributors to bring the new internet to the masses. +

+
+

+ 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 +
+ +
+
Derrick Hammer
+

CTO

+
diff --git a/src/components/Home/Vision/Vision.astro b/src/components/Home/Vision/Vision.astro index b3f2e74..396c678 100644 --- a/src/components/Home/Vision/Vision.astro +++ b/src/components/Home/Vision/Vision.astro @@ -1,20 +1,18 @@ -
-
-

- Our Vision -

-

Make Web3 easy for everyone

-

- Web3 offers freedom of speech, data sovereignty, and privacy. We simplify - Web3 by bridging the gap between the two webs, enabling easy usage without - censorship or backdoors.over your personal web. -

- +
+

+ Our Vision +

+

Make Web3 easy for everyone

+

+ Web3 offers freedom of speech, data sovereignty, and privacy. We simplify + Web3 by bridging the gap between the two webs, enabling easy usage without + censorship or backdoors.over your personal web. +

+
diff --git a/src/components/Layout/Navbar/Navbar.astro b/src/components/Layout/Navbar/Navbar.astro index 0977685..b3720b8 100644 --- a/src/components/Layout/Navbar/Navbar.astro +++ b/src/components/Layout/Navbar/Navbar.astro @@ -14,7 +14,7 @@ function getActiveClass(linkView) {