Our vision is completely grass roots, and FOSS. The user needs to have a voice and be in control of their web. Due to our principles, we have not taken any VC money that might be able to strap a jetpack to the project, because the output would compromise the spirit and goals we are setting out to achieve.
-
+
We are very aware of the projects that have come before us and whom have made similar promises. We are also doing our best to learn from their mistakes and failures.
-
+
The key difference that we see big picture is you need both an economy and decentralized/P2P networks, because running the internet is not free, and someone always has to foot the bill.
-
+
Blockchain finally makes this possible.
-
+
Having a pragmatic view on mass adoption without compromising on principles is needed to make progress on a user-owned web.
We have a very ambitious vision, and this requires all "tribes" to work together enough for the benefit of
the end user.
-
+
Below are some of the ideas we are aiming for, and some we would like to tackle eventually.
Web3 was a term first defined by Gavin Wood when the Ethereum network was starting out. He defined it as a
"decentralized online ecosystem based on blockchain".
-
+
However, we view it as much more than that, and definitely more than access to DeFi. We see a ton of more
potential to what Web3 as an ideal can evolve to, and are setting out to make it a reality.
-
- To those that see Web3 as DeFi, we ask this: Do you go on your web browser to access TradingView or other market tools as your homepage, or do you go check your social media, email, and news sites, as well as your money?
-
-
- Blockchain itself is more than just money, and so is Web3, and by extension P2P networks.
-
-
-
- So help us in our goals to level-up Web3
+ To those that see Web3 as DeFi, we ask this: Do you go on your web browser to access TradingView or other market tools as your homepage, or do you go check your social media, email, and news sites, as well as your money? +
++ Blockchain itself is more than just money, and so is Web3, and by extension P2P networks. +
++ So help us in our goals to level-up Web3. +
+Web3 commonly get mixed up with DeFi, however, while you should be able to access any decentralized website - or network, access to DeFi to manage your money is critical as well
+Web3 commonly get mixed up with DeFi, however, while you should be able to access any decentralized website or network, access to DeFi to manage your money is critical as well.
The basics of Web3 is the sum of all the open networks and ecosystems. You should be able to access and visit
- any of these places.
-
-
You can compare this to accessing things on Google, Facebook, Apple, or other networks/platforms
- that are
- generally walled gardens in the current web system
-
The basics of Web3 is the sum of all the open networks and ecosystems. You should be able to access and visit any of these places.
+You can compare this to accessing things on Google, Facebook, Apple, or other networks/platforms that are generally walled gardens in the current web system.
A core tenant of Web3 is censorship-resistance. You should be able to freely post controversial (or even - things others just don't want to hear) information, such as news, blogging, or video. You should be allowed - to openly debate, educate, inform, or entertain without getting "de-platformed".
+A core tenant of Web3 is censorship-resistance. You should be able to freely post controversial (or even things others just don't want to hear) information, such as news, blogging, or video. You should be allowed to openly debate, educate, inform, or entertain without getting "de-platformed".
While you have the ability to post, you should also have the ability to read
+While you have the ability to post, you should also have the ability to read.
You should be able to have your private data be and stay private unless you choose otherwise. This is achieved with your online web3 account, which serves as your identity and means of encrypting everything you do.
-
-
If you want to share you can, but your data is yours, no one else's.
You should be able to have your private data be and stay private unless you choose otherwise. This is achieved with your online web3 account, which serves as your identity and means of encrypting everything you do.
+If you want to share you can, but your data is yours, no one else's.
In summary, Web3 is about what you want to do, post, read, play, chat, or interact without others saying
diff --git a/src/components/What/NewWorld/NewWorld.scss b/src/components/What/NewWorld/NewWorld.scss
new file mode 100644
index 0000000..ec041fd
--- /dev/null
+++ b/src/components/What/NewWorld/NewWorld.scss
@@ -0,0 +1,28 @@
+@import "/src/styles/vars.scss";
+
+#new-world {
+ > div {
+ position: relative;
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ max-width: 185.6em;
+ min-height: 75em;
+ margin: 0 auto;
+
+ &::before {
+ content: "";
+ position: absolute;
+ inset: 0;
+ background-image: url("/src/assets/new-world-bg.png");
+ background-position: 50%;
+ background-size: cover;
+ z-index: -1;
+ }
+ }
+
+ .feature-group {
+ max-width: 64em;
+ margin: 9em 7.5%;
+ }
+}
diff --git a/src/pages/vision.astro b/src/pages/vision.astro
index 78f3cac..b9a0fbe 100644
--- a/src/pages/vision.astro
+++ b/src/pages/vision.astro
@@ -1,14 +1,14 @@
---
import Layout from '../layouts/Layout.astro';
import Jumbotron from '../components/Vision/Jumbotron/Jumbotron.astro';
-import Community from '../components/Vision/Community/Community.astro';
+import Unify from '../components/Vision/Unify/Unify.astro';
import Grid from '../components/Vision/Grid/Grid.astro';
-import People from '../components/Vision/People/People.astro';
+import NoVc from '../components/Vision/NoVc/NoVc.astro';
---