Compare commits

..

No commits in common. "v0.2.8-develop.2" and "v0.2.8-develop.1" have entirely different histories.

11 changed files with 196 additions and 205 deletions

View File

@ -1,10 +1,3 @@
## [0.2.8-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.8-develop.1...v0.2.8-develop.2) (2023-08-19)
### Bug Fixes
* add missing image ([0ebbc48](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/0ebbc48337ff81a2753f7f1ee01eff83168806c9))
## [0.2.8-develop.1](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.7...v0.2.8-develop.1) (2023-08-18)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/lumeweb.com",
"version": "0.2.8-develop.2",
"version": "0.2.8-develop.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/lumeweb.com",
"version": "0.2.8-develop.2",
"version": "0.2.8-develop.1",
"dependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",

View File

@ -1,7 +1,7 @@
{
"name": "@lumeweb/lumeweb.com",
"type": "module",
"version": "0.2.8-develop.2",
"version": "0.2.8-develop.1",
"private": true,
"repository": {
"type": "git",

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

BIN
src/assets/mullet-meme.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,5 +1,5 @@
---
import web3myth from "/src/assets/web3-myth.png";
import mulletMeme from "/src/assets/centralized-mullet-meme.png";
---
<section id="meme" class="tilted-bgs">
@ -7,25 +7,30 @@ import web3myth from "/src/assets/web3-myth.png";
<div class="space-y-10">
<h2
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
>Busting the Web3 Myth: Embracing True Openness</h2>
>
Busting the Decentralized Web3 Myth
</h2>
<h3 class="font-display text-4xl md:text-6xl font-bold">
Time to Walk the Talk
The Decentralized Mullet
</h3>
<p class="font-body text-xl md:text-3xl text-body">
Right now, despite many claims, a majority, <b>if not all</b>, the
services that build the legos of Web3 are actually centralized, both
with what you can <b>see</b> and what you <b>can't.</b>
</p>
<p class="font-body text-xl md:text-3xl text-body">
While some <b>blockchains</b> may be more <b>decentralized</b> than others,
access to nearly every blockchain is also
<b>centralized</b>.
</p>
Let's have a heart-to-heart about Web3. There's a myth that needs to be cleared up. Some folks claim it's all about being wide open, but the reality is a bit more nuanced.
</p>
<p class="font-body text-xl md:text-3xl text-body">
Not every Web3 service walks the talk. Censorship can actually find its way into blockchains too. It's a surprising twist, but it's something we need to fix.</p>
<p class="font-body text-xl md:text-3xl text-body">
But hold up we're not here to point fingers. We're here to set things straight. It's about acknowledging the facts and rolling up our sleeves. Together, we're pushing for actual openness and the kind of decentralization that counts. It's not about fancy words; it's about action.
</p>
<p class="font-body text-xl md:text-3xl text-body">
So, let's dive in and make Web3 what it's meant to be no myths, just reality. Join us it's time to turn talk into a true, open web for all.
So consider this a call to action for our community to go back to ethos
and make Web3 <i>real</i>.
</p>
</div>
<img
src={web3myth.src}
src={mulletMeme.src}
class="w-[500px] xl:w-[650px] max-h-[550px] self-center"
alt="Web 1"
style="padding-bottom: 3em"

View File

@ -14,14 +14,11 @@
>ownership</b
> over your personal web.
</p>
<p class="font-body text-xl md:text-3xl text-body">
Join us in shaping tomorrow's digital world. Unite with Web3 and lets connect.
</p>
<div class="pt-10 w-full">
<a
href="https://web3extension.io"
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
>Connect to Web3</a
>Download Extension</a
>
</div>
</section>

View File

@ -31,9 +31,6 @@ import gfxLeft from "/src/assets/home-gfx-left.png";
refer to this as the "metaverse", or even "dweb", but we can agree to
disagree 😉.
</p>
<p class="font-body text-xl md:text-3xl text-body">
Having access to web3 is important so you are in control of what you are able to do.
</p>
<div class="pt-10 w-full">
<a
href="/what-is-web3"

View File

@ -12,7 +12,6 @@ import meme4Small from "/src/assets/meme-4-small.png";
<section
class="flex flex-col w-full border-y border-dark-aquamarine divide-y divide-dark-aquamarine lg:h-[1200px]"
>
<h3 class="font-display text-4xl md:text-6xl font-bold mb-5 font-display text-primary ">Web3's Current Path</h3>
<!-- MEME GRID BIG -->
<div
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"

View File

@ -26,8 +26,8 @@ import bgSmaller from "../assets/main-page-hero@0.5x.png";
<Vision />
<Web3 />
<PoweredBy />
<WebComparison />
<Meme />
<WebComparison />
<Socials />
<CTO />
<Message />