Skip to content

Commit

Permalink
Replacing with original FAQ/Foundation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robokow committed Apr 7, 2023
1 parent e97f791 commit 1a9185b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
25 changes: 12 additions & 13 deletions modules/pages/client/components/FaqFoundation.component.js
Expand Up @@ -10,19 +10,10 @@ export default function FaqFoundation() {
<div className="faq-question" id="what-is-your-legal-status">
<h3>{t("What's your legal status?")}</h3>
<Trans t={t} ns="pages">
As of May 2022{' '}
<a href="https://find-and-update.company-information.service.gov.uk/company/09489825/filing-history">
Trustroots Foundation is dissolved
</a>
. What does it mean for the community? We don’t know exactly yet!
</Trans>
<br />
<br />
<Trans t={t} ns="pages">
Prior to that, the website was owned and operated by{' '}
<a href="/foundation">Trustroots Foundation</a>, a non-profit Limited
by Guarantee (LBG) under section 60 exemption, registered in the
United Kingdom in March 2015.
The website is owned and operated by{' '}
<a href="/faq/foundation">Trustroots Foundation</a>, a non-profit
Limited by Guarantee (LBG) under section 60 exemption, registered in
the United Kingdom in March 2015.
</Trans>
</div>

Expand Down Expand Up @@ -123,6 +114,13 @@ export default function FaqFoundation() {
.
</div>

<div className="faq-question" id="who-are-the-board">
<h3>{t('Who are the board?')}</h3>
<Trans t={t} ns="pages">
<a href="/foundation#board">We</a>: Mikael, Kasper, and Natalia.
</Trans>
</div>

<div
className="faq-question"
id="how-do-you-want-to-make-the-project-financially-sustainable"
Expand All @@ -134,6 +132,7 @@ export default function FaqFoundation() {
<a href="/contribute">Donations</a> and grants are the most likely
ways. There are many inspiring organisations out there serving as
great examples:{' '}
<a href="https://www.warmshowers.org/">Warmshowers Foundation</a>,{' '}
<a href="http://www.abgefahren-ev.de/">Abgefahren e.V.</a>{' '}
(Hitchwiki), <a href="https://www.bevolunteer.org/">BeVolunteer</a>,{' '}
<a href="https://servas.org/">Servas</a>,{' '}
Expand Down
9 changes: 0 additions & 9 deletions modules/pages/client/components/Foundation.component.js
Expand Up @@ -30,15 +30,6 @@ export default function Foundation({ user }) {
<section className="container container-spacer">
<div className="row">
<div className="col-xs-12 col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8">
<p className="lead">
<Trans t={t} ns="pages">
As of May 2022{' '}
<a href="https://find-and-update.company-information.service.gov.uk/company/09489825/filing-history">
Trustroots Foundation is dissolved
</a>
. We still try to find out what does it mean for the community.
</Trans>
</p>
<p className="lead">
{t(`Trustroots is owned and operated by Trustroots Foundation, a non-profit
Limited by Guarantee (LBG) under section 60 exemption, registered in the
Expand Down

0 comments on commit 1a9185b

Please sign in to comment.