-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<section class="board board-horizonballoon faq-header"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12 text-center"> | ||
<h2>Media</h2> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="container container-spacer"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-xs-12 col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8"> | ||
|
||
<p class="lead">Trustroots is a new non-profit hospitality exchange platform.</p> | ||
|
||
<h3>Interviews</h3> | ||
<p><a ui-sref="contact">Contact us</a> if you have any questions or if you are planning to write about us.</p> | ||
|
||
<p><a ui-sref="team">We</a> can give interviews in English, German, Dutch, French, Spanish & Finnish.</p> | ||
|
||
<h3>Fact sheet</h3> | ||
<ul> | ||
<li>Launched Dec 23. 2014</li> | ||
<li>Non-profit & open source</li> | ||
<li>Entirely free and operating on basis of gift-economy</li> | ||
<li>Run by <a ui-sref="foundation">Trustroots Foundation</a></li> | ||
<li>Operating costs covered entirely by <a ui-sref="donate">donations</a></li> | ||
<li>See <a ui-sref="statistics">statistics</a></li> | ||
<li>Read <a ui-sref="faq">frequently asked questions</a></li> | ||
</ul> | ||
|
||
<h3>Files</h3> | ||
<ul> | ||
<li><a href="https://raw.githubusercontent.com/Trustroots/trustroots/master/public/modules/core/img/logo/color-blue%402x.png">Logo for web use</a></li> | ||
<li><a href="https://raw.githubusercontent.com/Trustroots/trustroots/master/public/modules/core/img/og_image.jpg">Badge for web use</a></li> | ||
</ul> | ||
|
||
<h3>Trustroots in Media</h3> | ||
<ul> | ||
<li>29.1.2015 WAZ: <a href="http://www.derwesten.de/freizeit/moderne-tramper-sind-im-internet-gut-miteinander-vernetzt-id10255948.html">Moderne Tramper sind im Internet gut miteinander vernetzt</a> <small class="text-muted">(in German)</small></li> | ||
</ul> | ||
|
||
</div> | ||
</div><!-- /.row --> | ||
</div><!-- /.container --> | ||
</section> |