Compare commits

..

No commits in common. "ca9b504f7626ee1271dfd18a9abcd4c0690976f2" and "9abf8869c5e6b40722cb552aa16be79e530716ff" have entirely different histories.

5 changed files with 9 additions and 20 deletions

View file

@ -111,14 +111,6 @@ 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',

View file

@ -342,7 +342,7 @@
"message": "How does it work?" "message": "How does it work?"
}, },
"home.section1.description": { "home.section1.description": {
"message": "Butter Box is a self-contained microserver and wifi hotspot. Once you join, you can access apps, connect to secure messaging, join a public chatroom, access maps, or any other content and services. ButterBox works even when there's no Internet. Just stop by the box to download more apps or check in on your chatrooms. Everything is stored right there." "message": "Butter Box broadcasts its own WiFi network. Once you join, you can install Butter, get apps, join a public chatroom, or make your own private one to share with friends. Butter Box works even when there's no Internet. Just stop by the box to download more apps or check in on your chatrooms. Everything is stored right on the Butter Box."
}, },
"home.learnmore": { "home.learnmore": {
"message": "Learn More" "message": "Learn More"

View file

@ -1,11 +1,14 @@
# Get In Touch # Get In Touch
Our "Smooth Operators" team is a growing global community of ButterBox experts, evangelists, and developers. How you can reach out!
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
![Butter map](/img/buttermap.png) 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

View file

@ -101,13 +101,7 @@ export default function Home(): ReactNode {
<Translate id="home.getsource.button">Source &amp; Documentation</Translate> <Translate id="home.getsource.button">Source &amp; 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>
); );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB