refactor: update call to action message on donate page, duplicate content.

This commit is contained in:
Derrick Hammer 2023-08-18 23:16:59 -04:00
parent c502fdb3f3
commit d09c94d607
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 31 additions and 29 deletions

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>