polish the home and contact pages
This commit is contained in:
parent
167675cfc0
commit
ca9b504f76
4 changed files with 19 additions and 8 deletions
|
|
@ -111,6 +111,14 @@ const config: Config = {
|
||||||
label: 'Guardian Project',
|
label: 'Guardian Project',
|
||||||
href: 'https://guardianproject.info',
|
href: 'https://guardianproject.info',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'SR2',
|
||||||
|
href: 'https://sr2.uk',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Okthanks',
|
||||||
|
href: 'https://okthanks.com',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'F-Droid',
|
label: 'F-Droid',
|
||||||
href: 'https://f-droid.org',
|
href: 'https://f-droid.org',
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,11 @@
|
||||||
|
|
||||||
# Get In Touch
|
# Get In Touch
|
||||||
|
|
||||||
How you can reach out!
|
Our "Smooth Operators" team is a growing global community of ButterBox experts, evangelists, and developers.
|
||||||
|
|
||||||
|
We provide support through our "Global Support Link" help desk available through email and most messaging apps.
|
||||||
|
|
||||||
Email: [help@globalsupport.link](mailto:help@globalsupport.link)
|
Email: [help@globalsupport.link](mailto:help@globalsupport.link)
|
||||||
|
Signal or WhatsApp: [+447886176827](https://wa.me/+447886176827) | Telegram: [@GlobalSupportLink_bot](https://t.me/GlobalSupportLink_bot) | Send SMS via: +12494682242
|
||||||
|
|
||||||
Signal or WhatsApp: [+447886176827](https://wa.me/+447886176827)
|

|
||||||
|
|
||||||
Telegram: [@GlobalSupportLink_bot](https://t.me/GlobalSupportLink_bot)
|
|
||||||
|
|
||||||
Matrix: [@ButterFactory:matrix.org](https://matrix.to/#/#butterfactory:matrix.org)
|
|
||||||
|
|
||||||
Send SMS via: +12494682242
|
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,13 @@ export default function Home(): ReactNode {
|
||||||
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
<Translate id="home.getsource.button">Source & Documentation</Translate>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
<section className="section">
|
||||||
|
ButterBox is built by the teams from <a href="https://guardianproject.info">Guardian Project</a>, <a href="https://sr2.uk">SR2</a>, and <a href="https://okthanks.com">Okthanks</a><br/>
|
||||||
|
with the support of <a href="https://f-droid.org">F-Droid</a>, <a href="https://ffdweb.org/">FFDW</a>, and the <a href="https://www.opentech.fund/">Open Technology Fund</a><br/>
|
||||||
|
<img src="https://guardianproject.info/images/wordlogo.svg"/>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
BIN
www/static/img/buttermap.png
Normal file
BIN
www/static/img/buttermap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 377 KiB |
Loading…
Add table
Add a link
Reference in a new issue