Compare commits

...

2 Commits

4 changed files with 36 additions and 32 deletions

View File

@ -1,3 +1,5 @@
## [0.2.1-develop.1](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.2.0...v0.2.1-develop.1) (2023-08-19)
# [0.2.0](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.1.2...v0.2.0) (2023-08-19)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/web3extension.io",
"version": "0.2.0",
"version": "0.2.1-develop.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/web3extension.io",
"version": "0.2.0",
"version": "0.2.1-develop.1",
"dependencies": {
"@astrojs/image": "^0.16.6",
"@astrojs/react": "^2.1.1",

View File

@ -1,7 +1,7 @@
{
"name": "@lumeweb/web3extension.io",
"type": "module",
"version": "0.2.0",
"version": "0.2.1-develop.1",
"private": true,
"repository": {
"type": "git",

View File

@ -6,34 +6,36 @@ import svgOsi from '/src/assets/osi.svg?raw';
---
<section id="support">
<div>
<div class="powered-by">
<a href="https://sia.tech" title="Sia" class="sia-logo">
<Fragment set:html={svgSia} />
</a>
<a href="https://handshake.org" title="Handshake" class="hns-logo">
<Fragment set:html={svgHns} />
</a>
<a href="https://opensource.org/osd/" title="Open Source Initiative" class="osi-logo">
<Fragment set:html={svgOsi} />
</a>
<div>
<div class="powered-by">
<a href="https://sia.tech" title="Sia" class="sia-logo">
<Fragment set:html={svgSia}/>
</a>
<a href="https://handshake.org" title="Handshake" class="hns-logo">
<Fragment set:html={svgHns}/>
</a>
<a href="https://opensource.org/osd/" title="Open Source Initiative" class="osi-logo">
<Fragment set:html={svgOsi}/>
</a>
</div>
<div class="feature-group">
<h2>
Access Web3
</h2>
<h3>
Support Lume Web, help us build
</h3>
<p>
The future of the web that <i>we</i> want only happen if <i>we</i>, the users, build it. The internet
for decades has been in a ideological and power battle of freedom vs safety, which means censorship.
</p>
<p>
We are just now starting to have all the legos we need to enable freedom through technology, but it
needs your support, in whatever way you can provide, to bring it to life.
</p>
<div>
<a href="https://lumeweb.com/donate" class="btn-main">Make a donation</a>
</div>
</div>
</div>
<div class="feature-group">
<h2>
Access Web3
</h2>
<h3>
Support Lume Web, help us build
</h3>
<p>
There's a lot of hype around "Web3" and "The Metaverse" as people see money in it, similar to the second .com boom. However, many platforms claiming to be "Web3" are just trying to make money off you and aren't truly secure or decentralized.
</p>
<p>
While some services have technology that can be building blocks for the next internet, many become centralized "SaaS" services that aim to sell something, creating another walled garden with blockchain technology mixed in.
</p>
<div>
<a href="https://lumeweb.com/donate" class="btn-main">Make a donation</a>
</div>
</div>
</div>
</section>