Compare commits
10 Commits
v0.2.8-dev
...
v0.2.8-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | 8512eac354 | |
Derrick Hammer | 0ebbc48337 | |
Derrick Hammer | baa26ab5b6 | |
Derrick Hammer | cfc7495d51 | |
Derrick Hammer | 65598f0432 | |
Derrick Hammer | c4ea2673b8 | |
Derrick Hammer | 388821fdd1 | |
Derrick Hammer | 98d8936faf | |
Derrick Hammer | 5dfe30d79f | |
Derrick Hammer | 544a24f431 |
|
@ -1,3 +1,10 @@
|
|||
## [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.8-develop.1",
|
||||
"version": "0.2.8-develop.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.8-develop.1",
|
||||
"version": "0.2.8-develop.2",
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^2.1.1",
|
||||
"@astrojs/tailwind": "^3.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"type": "module",
|
||||
"version": "0.2.8-develop.1",
|
||||
"version": "0.2.8-develop.2",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 406 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import mulletMeme from "/src/assets/centralized-mullet-meme.png";
|
||||
import web3myth from "/src/assets/web3-myth.png";
|
||||
---
|
||||
|
||||
<section id="meme" class="tilted-bgs">
|
||||
|
@ -7,30 +7,25 @@ import mulletMeme from "/src/assets/centralized-mullet-meme.png";
|
|||
<div class="space-y-10">
|
||||
<h2
|
||||
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
|
||||
>
|
||||
Busting the Decentralized Web3 Myth
|
||||
</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
The Decentralized Mullet
|
||||
>Busting the Web3 Myth: Embracing True Openness</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
Time to Walk the Talk
|
||||
</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>
|
||||
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
So consider this a call to action for our community to go back to ethos
|
||||
and make Web3 <i>real</i>.
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
<img
|
||||
src={mulletMeme.src}
|
||||
src={web3myth.src}
|
||||
class="w-[500px] xl:w-[650px] max-h-[550px] self-center"
|
||||
alt="Web 1"
|
||||
style="padding-bottom: 3em"
|
||||
|
|
|
@ -1,24 +1,27 @@
|
|||
<section id="vision" class="bg-black/40 p-5 space-y-10 mx-10 sm:mx-20 xl:mx-40">
|
||||
<h2 class="font-display text-primary font-bold text-xl md:text-2xl uppercase">
|
||||
Our Vision
|
||||
</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
Enable an open, censorship-resistant web
|
||||
</h3>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
Web3 is the next evolution of the internet that combines many legos from
|
||||
past decades.
|
||||
</p>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
Benefits include internet <b>freedom</b>, <b>privacy</b>, and <b
|
||||
>ownership</b
|
||||
<h2 class="font-display text-primary font-bold text-xl md:text-2xl uppercase">
|
||||
Our Vision
|
||||
</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
Enable an open, censorship-resistant web
|
||||
</h3>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
Web3 is the next evolution of the internet that combines many legos from
|
||||
past decades.
|
||||
</p>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
Benefits include internet <b>freedom</b>, <b>privacy</b>, and <b
|
||||
>ownership</b
|
||||
> over your personal web.
|
||||
</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"
|
||||
>Download Extension</a
|
||||
>
|
||||
</div>
|
||||
</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
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -3,40 +3,43 @@ import gfxLeft from "/src/assets/home-gfx-left.png";
|
|||
---
|
||||
|
||||
<section
|
||||
id="web3"
|
||||
class="flex flex-col lg:flex-row lg:bg-transparent lg:p-0 gap-10 mx-10 sm:mx-20 xl:mx-40"
|
||||
id="web3"
|
||||
class="flex flex-col lg:flex-row lg:bg-transparent lg:p-0 gap-10 mx-10 sm:mx-20 xl:mx-40"
|
||||
>
|
||||
<div class="flex-1 max-w-[calc(100% + 20px)] overflow-hidden -mx-10">
|
||||
<div class="flex-1 -ml-10 -mr-10 lg:-ml-40 lg:mr-0">
|
||||
<img src={gfxLeft.src} class="w-full" />
|
||||
<div class="flex-1 max-w-[calc(100% + 20px)] overflow-hidden -mx-10">
|
||||
<div class="flex-1 -ml-10 -mr-10 lg:-ml-40 lg:mr-0">
|
||||
<img src={gfxLeft.src} class="w-full"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-1 -mt-40 space-y-10 flex flex-col justify-center">
|
||||
<h2
|
||||
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
|
||||
>
|
||||
What is the Web?
|
||||
</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
Why Web3 matters
|
||||
</h3>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
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".
|
||||
</p>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
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 😉.
|
||||
</p>
|
||||
<div class="pt-10 w-full">
|
||||
<a
|
||||
href="/what-is-web3"
|
||||
class="text-2xl w-full block text-center md:max-w-[250px] rounded-md bg-primary py-3 px-10 text-[black] font-body"
|
||||
>Learn More</a
|
||||
>
|
||||
<div class="flex-1 -mt-40 space-y-10 flex flex-col justify-center">
|
||||
<h2
|
||||
class="font-display text-primary font-bold text-xl md:text-2xl uppercase"
|
||||
>
|
||||
What is the Web?
|
||||
</h2>
|
||||
<h3 class="font-display text-4xl md:text-6xl font-bold">
|
||||
Why Web3 matters
|
||||
</h3>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
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".
|
||||
</p>
|
||||
<p class="font-body text-xl md:text-3xl text-body">
|
||||
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 😉.
|
||||
</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"
|
||||
class="text-2xl w-full block text-center md:max-w-[250px] rounded-md bg-primary py-3 px-10 text-[black] font-body"
|
||||
>Learn More</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -10,19 +10,20 @@ 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]"
|
||||
class="flex flex-col w-full border-y border-dark-aquamarine divide-y divide-dark-aquamarine lg:h-[1200px]"
|
||||
>
|
||||
<!-- MEME GRID BIG -->
|
||||
<div
|
||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||
>
|
||||
<div class="relative flex-1 w-1/2 h-full max-w-full overflow-hidden">
|
||||
<img
|
||||
src={meme1.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[100px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-5">
|
||||
<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"
|
||||
>
|
||||
<div class="relative flex-1 w-1/2 h-full max-w-full overflow-hidden">
|
||||
<img
|
||||
src={meme1.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[100px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-5">
|
||||
<h3 class="font-display text-6xl">Web1</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
Nostalgically recalled for chat rooms and IRC by tech enthusiasts,
|
||||
|
@ -30,14 +31,14 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
web access, email, shopping, and chat for mainstream users.
|
||||
</p>
|
||||
</span>
|
||||
</div>
|
||||
<div class="relative flex-1 max-w-full overflow-hidden">
|
||||
<img
|
||||
src={meme2.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-5">
|
||||
</div>
|
||||
<div class="relative flex-1 max-w-full overflow-hidden">
|
||||
<img
|
||||
src={meme2.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-5">
|
||||
<h3 class="font-display text-6xl">Web2</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
Featuring improved gaming, online apps, and video streaming, was
|
||||
|
@ -47,19 +48,19 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
regulates your web experience, often citing "safety".
|
||||
</p>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||
>
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme3.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left object-contain"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<h3 class="font-display text-6xl">Crypto/<br />DeFi</h3>
|
||||
<div
|
||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||
>
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme3.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left object-contain"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<h3 class="font-display text-6xl">Crypto/<br/>DeFi</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
The advent of Bitcoin sparked innovation, but over time,
|
||||
centralization increased. Factors such as the influx of big money,
|
||||
|
@ -68,14 +69,14 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
cycles.
|
||||
</p>
|
||||
</span>
|
||||
</div>
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme4.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
</div>
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme4.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<h3 class="font-display text-6xl">Web3</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
Web3 emerged as a buzzword to replace DeFi, but its meaning varies.
|
||||
|
@ -85,86 +86,86 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
to address the current imbalance.
|
||||
</p>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- MEME GRID BIG -->
|
||||
<!-- MEME GRID BIG -->
|
||||
|
||||
<!-- MEME GRID SMALL -->
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web1</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
Web1 is probably best remembered by geeks as chat rooms and IRC (which
|
||||
still exist to this day, but only to power users). To normal users it was
|
||||
the age of AOL dial-up and similar networks where you got web, email,
|
||||
shopping, and chat all in one place..
|
||||
</p>
|
||||
<img src={meme1Small.src} class="-mb-10 w-60 self-center" />
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web2</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
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".
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
So <i>despite</i> 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.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
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.
|
||||
</p>
|
||||
<img src={meme2Small.src} class="-mb-10 w-60 self-center" />
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Crypto/DeFi</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
We get the birth of Bitcoin and all of the innovation that followed. While
|
||||
BTC and a handful of other chains have remained decentralized both in
|
||||
operation, and access, the innovation over time has caused things to
|
||||
re-centralize.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
This is due to several factors including big money coming in, pushing
|
||||
greed, hype, and "FOMO". The invention of several new logos's causing this
|
||||
to only get worse, creating a classic "boom" and "bust". Human nature
|
||||
tends to be greedy, so over time, money overrode principles.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
Many development teams prioritized inventing new ideas and "shipping" them
|
||||
to users, while selling them "tokens" to exit at their expense, all while
|
||||
knowing none of what they created was <i>truly decentralized</i>.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
It became one large crypto casino.
|
||||
</p>
|
||||
<img src={meme3Small.src} class="-mb-10 w-60 self-center" />
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web3</h3>
|
||||
<p class="font-body text-xl text-body">
|
||||
What to say about Web3? Honestly... upfront it appeared to get used as a
|
||||
new buzz word to replace "DeFi". Terms like "Web3" and "Metaverse" have
|
||||
many different meanings to many people. It is intended to include more
|
||||
than just money and trading, and yet every blockchain-based system that
|
||||
can be labeled "web3" still builds onto of the same centralized
|
||||
crypto/defi infrastructure.
|
||||
</p>
|
||||
<p class="font-body text-xl text-body">
|
||||
The end result is an ecosystem that promotes and <b><i>wants</i></b> to be
|
||||
decentralized, but where money overrules ideology, ethos, and principles. This
|
||||
is in part due to who's bankrolling it all, and thus the incentives to build
|
||||
make it more about the money then about freedom.
|
||||
</p>
|
||||
<p class="font-body text-xl text-body">
|
||||
There needs to be a balance here between free markets/money and public
|
||||
goods/infra, and so far things are way out of wack and need to be fixed.
|
||||
</p>
|
||||
<img src={meme4Small.src} class="-mb-10 w-60 self-center" />
|
||||
</div>
|
||||
<!-- MEME GRID SMALL -->
|
||||
<!-- MEME GRID SMALL -->
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web1</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
Web1 is probably best remembered by geeks as chat rooms and IRC (which
|
||||
still exist to this day, but only to power users). To normal users it was
|
||||
the age of AOL dial-up and similar networks where you got web, email,
|
||||
shopping, and chat all in one place..
|
||||
</p>
|
||||
<img src={meme1Small.src} class="-mb-10 w-60 self-center"/>
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web2</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
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".
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
So <i>despite</i> 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.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
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.
|
||||
</p>
|
||||
<img src={meme2Small.src} class="-mb-10 w-60 self-center"/>
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Crypto/DeFi</h3>
|
||||
<p class="font-body text-body text-xl">
|
||||
We get the birth of Bitcoin and all of the innovation that followed. While
|
||||
BTC and a handful of other chains have remained decentralized both in
|
||||
operation, and access, the innovation over time has caused things to
|
||||
re-centralize.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
This is due to several factors including big money coming in, pushing
|
||||
greed, hype, and "FOMO". The invention of several new logos's causing this
|
||||
to only get worse, creating a classic "boom" and "bust". Human nature
|
||||
tends to be greedy, so over time, money overrode principles.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
Many development teams prioritized inventing new ideas and "shipping" them
|
||||
to users, while selling them "tokens" to exit at their expense, all while
|
||||
knowing none of what they created was <i>truly decentralized</i>.
|
||||
</p>
|
||||
<p class="font-body text-body text-xl">
|
||||
It became one large crypto casino.
|
||||
</p>
|
||||
<img src={meme3Small.src} class="-mb-10 w-60 self-center"/>
|
||||
</div>
|
||||
<div class="lg:hidden flex flex-col gap-8 py-10 px-8">
|
||||
<h3 class="font-display text-3xl">Web3</h3>
|
||||
<p class="font-body text-xl text-body">
|
||||
What to say about Web3? Honestly... upfront it appeared to get used as a
|
||||
new buzz word to replace "DeFi". Terms like "Web3" and "Metaverse" have
|
||||
many different meanings to many people. It is intended to include more
|
||||
than just money and trading, and yet every blockchain-based system that
|
||||
can be labeled "web3" still builds onto of the same centralized
|
||||
crypto/defi infrastructure.
|
||||
</p>
|
||||
<p class="font-body text-xl text-body">
|
||||
The end result is an ecosystem that promotes and <b><i>wants</i></b> to be
|
||||
decentralized, but where money overrules ideology, ethos, and principles. This
|
||||
is in part due to who's bankrolling it all, and thus the incentives to build
|
||||
make it more about the money then about freedom.
|
||||
</p>
|
||||
<p class="font-body text-xl text-body">
|
||||
There needs to be a balance here between free markets/money and public
|
||||
goods/infra, and so far things are way out of wack and need to be fixed.
|
||||
</p>
|
||||
<img src={meme4Small.src} class="-mb-10 w-60 self-center"/>
|
||||
</div>
|
||||
<!-- MEME GRID SMALL -->
|
||||
</section>
|
||||
|
|
|
@ -26,8 +26,8 @@ import bgSmaller from "../assets/main-page-hero@0.5x.png";
|
|||
<Vision />
|
||||
<Web3 />
|
||||
<PoweredBy />
|
||||
<Meme />
|
||||
<WebComparison />
|
||||
<Meme />
|
||||
<Socials />
|
||||
<CTO />
|
||||
<Message />
|
||||
|
|
Loading…
Reference in New Issue