mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Update showcase-container layout
This commit is contained in:
parent
0f476e6cf0
commit
756fdea6dd
1 changed files with 21 additions and 21 deletions
|
@ -7,12 +7,15 @@ redirect_from:
|
|||
---
|
||||
|
||||
<section class="space-y-52">
|
||||
<div class="showcase-container mt-32">
|
||||
<div class="showcase-left">
|
||||
<h2 class="showcase-left-title" style="max-width: 450px;">
|
||||
<div class="showcase-container-reverse mt-32">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
|
||||
</div>
|
||||
<div class="showcase-right">
|
||||
<h2 class="showcase-right-title" style="max-width: 450px;">
|
||||
We <span class="text-safing-blue-500">love Freedom</span>, just like You
|
||||
</h2>
|
||||
<p class="showcase-left-desc">
|
||||
<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
|
||||
lives, we decided it was time to do something about it.
|
||||
|
@ -22,9 +25,6 @@ redirect_from:
|
|||
</p>
|
||||
<a class="btn-secondary" href="{{ site.team_url }}">View Team Overview</a>
|
||||
</div>
|
||||
<div class="showcase-right" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-container">
|
||||
<div class="feature-left">
|
||||
|
@ -66,36 +66,36 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left">
|
||||
<h2 class="showcase-left-title" style="max-width: 350px;">
|
||||
<div class="showcase-container">
|
||||
<div class="showcase-left" style="max-width: 850px;">
|
||||
<img src="{{ site.img_url }}page-specific/business-model/reinvest-earnings-into-privacy.png" alt="">
|
||||
</div>
|
||||
<div class="showcase-right">
|
||||
<h2 class="showcase-right-title" style="max-width: 350px;">
|
||||
A Simple Business Model
|
||||
</h2>
|
||||
<p class="showcase-left-desc">
|
||||
<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.
|
||||
</p>
|
||||
<a class="btn-secondary" href="{{ site.business_model_url }}">Look At The Cycle</a>
|
||||
</div>
|
||||
<div class="showcase-right" style="max-width: 850px;">
|
||||
<img src="{{ site.img_url }}page-specific/business-model/reinvest-earnings-into-privacy.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="showcase-container ">
|
||||
<div class="showcase-left">
|
||||
<h2 class="showcase-left-title" style="max-width: 450px;">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 850px;">
|
||||
<img src="{{ site.img_url }}page-specific/about/safing-hand.gif" alt="">
|
||||
</div>
|
||||
<div class="showcase-right">
|
||||
<h2 class="showcase-right-title" style="max-width: 450px;">
|
||||
Clear Ownership & Transparent Funding
|
||||
</h2>
|
||||
<p class="showcase-left-desc">
|
||||
<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.
|
||||
</p>
|
||||
<a class="btn-secondary" href="{{ site.ownership_url }}">Explore our influences</a>
|
||||
</div>
|
||||
<div class="showcase-right" style="max-width: 850px;">
|
||||
<img src="{{ site.img_url }}page-specific/about/safing-hand.gif" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue