diff --git a/CHANGELOG.md b/CHANGELOG.md index 403e69b..4275db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-08-13) + + +### Features + +* refactor message component and footer ([8c14799](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/8c14799f5a0136cffffd05d90e83a81f53954b81)) + +# [0.1.0-develop.4](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.3...v0.1.0-develop.4) (2023-08-13) + + +### Bug Fixes + +* update copy ([9b5fcfe](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/9b5fcfea318a83f662ae436fce0444c2dd808040)) + +# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-08-13) + + +### Bug Fixes + +* meme misalignment ([e773619](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/e773619524647074554005f18ec8840ddd06b1cb)) + +# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-08-13) + + +### Bug Fixes + +* wording change ([575a5b8](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/575a5b81495b3560a8146d4d35cd4a0064d37a32)) + # [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.0.1...v0.1.0-develop.1) (2023-08-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 57e6e9f..e183c21 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@lumeweb/lumeweb.com", - "version": "0.1.0-develop.1", + "version": "0.1.0-develop.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lumeweb/lumeweb.com", - "version": "0.1.0-develop.1", + "version": "0.1.0-develop.5", "dependencies": { "@astrojs/react": "^2.1.1", "@astrojs/tailwind": "^3.1.1", diff --git a/package.json b/package.json index d37a7a4..539deb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lumeweb/lumeweb.com", "type": "module", - "version": "0.1.0-develop.1", + "version": "0.1.0-develop.5", "private": true, "repository": { "type": "git", diff --git a/src/components/Home/CTO/CTO.astro b/src/components/Home/CTO/CTO.astro index 51a39f6..21fd5ed 100644 --- a/src/components/Home/CTO/CTO.astro +++ b/src/components/Home/CTO/CTO.astro @@ -11,12 +11,12 @@ import abstractBg from "/src/assets/single-brand-bg-1.png"; Community-Powered

- Building a new world for your data + Building the open, user-owned web you deserve

- 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 web to the masses. + 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.

diff --git a/src/components/Home/Meme/Meme.astro b/src/components/Home/Meme/Meme.astro index 1be3c67..f111a2b 100644 --- a/src/components/Home/Meme/Meme.astro +++ b/src/components/Home/Meme/Meme.astro @@ -8,29 +8,30 @@ import mulletMeme from "/src/assets/centralized-mullet-meme.png";

- BUSTING THE DECENTERALIZED WEB3 MYTH + Busting the Decentralized Web3 Myth

- The Centralized Mullet + The Decentralized Mullet

- Right now, despite many claims, a majority, if not all, the services - that build the legos of Web3 are actually centralized, both with what - you can see and what you can't. + Right now, despite many claims, a majority, if not all, the + services that build the legos of Web3 are actually centralized, both + with what you can see and what you can't. +

+

+ While some blockchains may be more decentralized than others, + access to nearly every blockchain is also + centralized.

-

- While some blockchains may be more decentralized than others, access to - nearly every blockchain is also centralized. -

So consider this a call to action for our community to go back to ethos - and make Web3 real. + and make Web3 real.

Web 1 diff --git a/src/components/Home/Message/Message.astro b/src/components/Home/Message/Message.astro index 82b3faa..fda4177 100644 --- a/src/components/Home/Message/Message.astro +++ b/src/components/Home/Message/Message.astro @@ -1,12 +1,14 @@ --- -import './Message.scss'; --- -
-

+
+

A message from Derrick

-

- Some of the world's largest online threats right now are censorship of speech and money. Web3 represents unifying many legos to create a truly user-owned web. Decentralization is a means to an end, not the end itself. The true goal is that you are in control of your personal web, and no one else. +

+ Some of the world's largest online threats right now are censorship of + speech and money. Web3 represents unifying many legos to create a truly + user-owned web. Decentralization is a means to an end, not the end itself. The + true goal is that you are in control of your personal web, and no one else.

diff --git a/src/components/Home/Message/Message.scss b/src/components/Home/Message/Message.scss deleted file mode 100644 index 8a5b60f..0000000 --- a/src/components/Home/Message/Message.scss +++ /dev/null @@ -1,27 +0,0 @@ -@import "/src/styles/mixins.scss"; -@import "/src/styles/vars.scss"; - -#message { - padding: 5em 7.5%; - background: $color-aquamarine; - color: $color-blue-charcoal-2; - - @media screen and (max-width: 47.99999rem) { - text-align: center; - } - - h2 { - margin-bottom: 0.25em; - @include fluid-font-size(2rem); - font-weight: 700; - line-height: 153%; - text-transform: none; - color: inherit; - } - - p { - font-family: $font-family-jaldi; - @include fluid-font-size(1.5rem); - line-height: 137%; - } -} diff --git a/src/components/Home/Vision/Vision.astro b/src/components/Home/Vision/Vision.astro index 86de8ce..e36346a 100644 --- a/src/components/Home/Vision/Vision.astro +++ b/src/components/Home/Vision/Vision.astro @@ -6,12 +6,16 @@ Our Vision

- Make Web3 easy for everyone + Enable an open, censorship-resistant web

- 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. + Web3 is the next evolution of the internet that combines many legos from + past decades. +

+

+ Benefits include internet freedom, privacy, and ownership over your personal web.

- 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. + Web3 often gets mixed up with other terms/buzz words such as "crypto" or + "defi". However, the current web you use now is often referred to insiders + as "web2". +

+

+ While Web3 can include many decentralized services, it symbolizes the + multiverse, or the entirety of all decentralized & P2P networks. Some may + refer to this as the "metaverse", or even "dweb", but we can agree to + disagree 😉.

@@ -37,14 +38,25 @@ import meme4Small from "/src/assets/meme-4-small.png"; alt="" class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left" /> - +

Web2

-

- Featuring improved gaming, online apps, and video streaming, was - swiftly monopolized by Silicon Valley, creating a top-down system - controlled by a few tech elites. Despite innovations, this system, - including the broader internet infrastructure like ISPs and domains, - regulates your web experience, often citing "safety". +

+ Web2 since evolved with the web browser and we got better gaming, + online apps, video streaming and calling and much, much more. However, + it also got quickly captured by Silicon Valley and what some refer to + as the "tech bros". +

+

+ So despite the innovation that occurred, it has turned into a top-down + system where only a few geeks/CEO's and their investors control your entire + web. +

+

+ This also excludes the wider internet infrastructure of domains and + ISP's (internet providers and hosting), who also play a part in + controlling your web, be it for your "safety", or other reasons.

@@ -52,37 +64,70 @@ import meme4Small from "/src/assets/meme-4-small.png";