refactor: update social links
This commit is contained in:
parent
7979a66675
commit
afeb5e278c
|
@ -4,7 +4,6 @@ import './Why.scss';
|
|||
import svgGithub from '/src/assets/github.svg?raw';
|
||||
import svgDiscord from '/src/assets/discord.svg?raw';
|
||||
import svgTwitter from '/src/assets/twitter.svg?raw';
|
||||
import svgFacebook from '/src/assets/facebook.svg?raw';
|
||||
---
|
||||
|
||||
<section id="why">
|
||||
|
@ -17,22 +16,21 @@ import svgFacebook from '/src/assets/facebook.svg?raw';
|
|||
Why we ask for your donations
|
||||
</h3>
|
||||
<p>
|
||||
Lume Web is a small initiative with big ideas and a unique vision. We rely on the community and crypto whales to support us in building technology that empowers internet users. The current internet is controlled by a few, turning users into products in exchange for "free" services, making us batteries in the matrix.
|
||||
Lume Web is a small initiative with big ideas and a unique vision. We rely on the community and crypto
|
||||
whales to support us in building technology that empowers internet users. The current internet is
|
||||
controlled by a few, turning users into products in exchange for "free" services, making us batteries in
|
||||
the matrix.
|
||||
</p>
|
||||
<div class="socials">
|
||||
<a href="#" title="GitHub" class="github-logo">
|
||||
<Fragment set:html={svgGithub} />
|
||||
<a href="https://github.com/LumeWeb" title="GitHub" class="github-logo">
|
||||
<Fragment set:html={svgGithub}/>
|
||||
</a>
|
||||
<a href="#" title="Discord" class="discord-logo">
|
||||
<Fragment set:html={svgDiscord} />
|
||||
<a href="https://discord.gg/qpC8ADp3rS" title="Discord" class="discord-logo">
|
||||
<Fragment set:html={svgDiscord}/>
|
||||
</a>
|
||||
<a href="#" title="Twitter" class="twitter-logo">
|
||||
<Fragment set:html={svgTwitter} />
|
||||
<a href="https://twitter.com/lumeweb3" title="Twitter" class="twitter-logo">
|
||||
<Fragment set:html={svgTwitter}/>
|
||||
</a>
|
||||
<a href="#" title="Facebook" class="facebook-logo">
|
||||
<Fragment set:html={svgFacebook} />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -8,7 +8,6 @@ import svgOsi from '/src/assets/osi.svg?raw';
|
|||
import svgGithub from '/src/assets/github.svg?raw';
|
||||
import svgDiscord from '/src/assets/discord.svg?raw';
|
||||
import svgTwitter from '/src/assets/twitter.svg?raw';
|
||||
import svgFacebook from '/src/assets/facebook.svg?raw';
|
||||
---
|
||||
|
||||
<section id="install">
|
||||
|
@ -17,19 +16,20 @@ import svgFacebook from '/src/assets/facebook.svg?raw';
|
|||
Introducing the private <span class="larger">gateway to <span class="highlight">Web3.</span></span>
|
||||
</h1>
|
||||
<p>
|
||||
Gain freedom on a new web, owned by its users, and with <span class="highlight">privacy</span> and <span class="highlight">control</span> built-in.
|
||||
Gain freedom on a new web, owned by its users, and with <span class="highlight">privacy</span> and <span
|
||||
class="highlight">control</span> built-in.
|
||||
</p>
|
||||
<div class="install">
|
||||
<a href="#" class="btn-main">Install Web3 Extension</a>
|
||||
<div class="powered-by">
|
||||
<a href="https://sia.tech" title="Sia" class="sia-logo">
|
||||
<Fragment set:html={svgSia} />
|
||||
<Fragment set:html={svgSia}/>
|
||||
</a>
|
||||
<a href="https://handshake.org" title="Handshake" class="hns-logo">
|
||||
<Fragment set:html={svgHns} />
|
||||
<Fragment set:html={svgHns}/>
|
||||
</a>
|
||||
<a href="https://opensource.org/osd/" title="Open Source Initiative" class="osi-logo">
|
||||
<Fragment set:html={svgOsi} />
|
||||
<Fragment set:html={svgOsi}/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@ import svgFacebook from '/src/assets/facebook.svg?raw';
|
|||
<div class="resources">
|
||||
<ul class="links">
|
||||
<li>
|
||||
<a href="#">View on GitHub</a>
|
||||
<a href="https://github.com/LumeWeb">View on GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://lumeweb.com">Learn more about Lume</a>
|
||||
|
@ -47,17 +47,14 @@ import svgFacebook from '/src/assets/facebook.svg?raw';
|
|||
</li>
|
||||
</ul>
|
||||
<div class="socials">
|
||||
<a href="#" title="GitHub" class="github-logo">
|
||||
<Fragment set:html={svgGithub} />
|
||||
<a href="https://github.com/LumeWeb" title="GitHub" class="github-logo">
|
||||
<Fragment set:html={svgGithub}/>
|
||||
</a>
|
||||
<a href="#" title="Discord" class="discord-logo">
|
||||
<Fragment set:html={svgDiscord} />
|
||||
<a href="https://discord.gg/qpC8ADp3rS" title="Discord" class="discord-logo">
|
||||
<Fragment set:html={svgDiscord}/>
|
||||
</a>
|
||||
<a href="#" title="Twitter" class="twitter-logo">
|
||||
<Fragment set:html={svgTwitter} />
|
||||
</a>
|
||||
<a href="#" title="Facebook" class="facebook-logo">
|
||||
<Fragment set:html={svgFacebook} />
|
||||
<a href="https://twitter.com/lumeweb3" title="Twitter" class="twitter-logo">
|
||||
<Fragment set:html={svgTwitter}/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue