mirror of
https://github.com/safing/web
synced 2025-04-21 03:19:09 +00:00
Add section container class to about page
This commit is contained in:
parent
af4ecc239c
commit
7f8d7d8720
1 changed files with 15 additions and 15 deletions
|
@ -6,8 +6,8 @@ redirect_from:
|
|||
- /community-hub/
|
||||
---
|
||||
|
||||
<section class="space-y-52">
|
||||
<div class="showcase-container-reverse mt-32">
|
||||
<section class="section-container">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
|
||||
</div>
|
||||
|
@ -16,16 +16,16 @@ redirect_from:
|
|||
We <span class="text-safing-blue-500">love Freedom</span>, just like You
|
||||
</h2>
|
||||
<p class="showcase-right-desc">
|
||||
We are a bunch of ordinary people who want to change the world. Discontent with
|
||||
the global state of mass surveillance, and seeing how it negatively impacts our
|
||||
We are a bunch of ordinary people who want to change the world. Discontent with
|
||||
the global state of mass surveillance, and seeing how it negatively impacts our
|
||||
lives, we decided it was time to do something about it.
|
||||
<br>
|
||||
<br>
|
||||
We still have a long way to go. We hope you'll join the journey.
|
||||
We still have a long way to go. We hope you'll join the journey.
|
||||
</p>
|
||||
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
|
||||
<a class="btn-secondary" href="{{ site.team_url }}">View team overview</a>
|
||||
<a class="btn-tertiary hover-opacity-out" href="#">Follow along</a>
|
||||
<a class="btn-tertiary hover-opacity-out" href="#footer">Follow along</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -55,7 +55,7 @@ redirect_from:
|
|||
<i class="icon-heart feature-right-content-icon"></i>
|
||||
<span class="feature-right-content-title">Transparency</span>
|
||||
<p class="feature-right-content-desc">
|
||||
The trust to handle your sensitive data can only grow by being open
|
||||
The trust to handle your sensitive data can only grow by being open
|
||||
about our company. In every aspect.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -63,7 +63,7 @@ redirect_from:
|
|||
<i class="icon-users feature-right-content-icon"></i>
|
||||
<span class="feature-right-content-title">Our Quest</span>
|
||||
<p class="feature-right-content-desc">
|
||||
We chase freedom so our societies can flourish. Giving control back to
|
||||
We chase freedom so our societies can flourish. Giving control back to
|
||||
the people is way overdue.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -75,12 +75,12 @@ redirect_from:
|
|||
</div>
|
||||
<div class="showcase-right">
|
||||
<h2 class="showcase-right-title" style="max-width: 350px;">
|
||||
A Simple Business Model
|
||||
A Simple Business Model
|
||||
</h2>
|
||||
<p class="showcase-right-desc">
|
||||
Our business model is Freemium. First provide local privacy for free, forever.
|
||||
Then let happy users support us by paying for a powerful VPN alternative. Finally
|
||||
reinvest earnings into making all our products better.
|
||||
Our business model is Freemium. First provide local privacy for free, forever.
|
||||
Then let happy users support us by paying for a powerful VPN alternative. Finally
|
||||
reinvest earnings into making all our products better.
|
||||
</p>
|
||||
<a class="btn-secondary" href="{{ site.business_model_url }}">Look At The Cycle</a>
|
||||
</div>
|
||||
|
@ -91,12 +91,12 @@ redirect_from:
|
|||
</div>
|
||||
<div class="showcase-right">
|
||||
<h2 class="showcase-right-title" style="max-width: 450px;">
|
||||
Clear Ownership & Transparent Funding
|
||||
Clear Ownership & Transparent Funding
|
||||
</h2>
|
||||
<p class="showcase-right-desc">
|
||||
Taking money always means opening up to influences. Therefore, we see it as our duty
|
||||
to not only be open about our ownership, but also about how we financed our journey
|
||||
so far.
|
||||
to not only be open about our ownership, but also about how we financed our journey
|
||||
so far.
|
||||
</p>
|
||||
<a class="btn-secondary" href="{{ site.ownership_url }}">Explore our influences</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue