Swap left/right elements for ownership page

This commit is contained in:
davegson 2022-02-10 09:44:03 +01:00
parent 6079e4cac5
commit 87d01f540a

View file

@ -6,17 +6,17 @@ redirect_from:
--- ---
<section class="section-container"> <section class="section-container">
<div class="showcase-container-reverse mt-32"> <div class="showcase-container mt-32">
<div class="showcase-left" style="max-width: 1050px;"> <div class="showcase-left" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt=""> <img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt="">
</div> </div>
<div class="showcase-right"> <div class="showcase-right">
<h1 class="showcase-right-title" style="max-width: 450px;"> <h1 class="showcase-right-title" style="max-width: 450px;">
We own Safing We own Safing
</h1> </h1>
<p class="showcase-right-desc"> <p class="showcase-right-desc">
We do not want parties to gain influence which do not or might not stand We do not want parties to gain influence which do not or might not stand
behind our values. That is why in the initial funding phase we took more behind our values. That is why in the initial funding phase we took more
personal risks instead of selling parts of our company for easy money. personal risks instead of selling parts of our company for easy money.
<br> <br>
<br> <br>
@ -25,7 +25,7 @@ redirect_from:
<a class="btn-secondary" href="{{ site.company_agreement_url }}">View public registry</a> <a class="btn-secondary" href="{{ site.company_agreement_url }}">View public registry</a>
</div> </div>
</div> </div>
<div class="showcase-container"> <div class="showcase-container-reverse">
<div class="showcase-left" style="max-width: 850px;"> <div class="showcase-left" style="max-width: 850px;">
<img src="{{ site.img_url }}page-specific/ownership/influences.png" alt=""> <img src="{{ site.img_url }}page-specific/ownership/influences.png" alt="">
</div> </div>
@ -34,12 +34,12 @@ redirect_from:
Financed by Grants, Loans and <span style="color: #6188ff;">You</span> Financed by Grants, Loans and <span style="color: #6188ff;">You</span>
</h2> </h2>
<p class="showcase-right-desc"> <p class="showcase-right-desc">
We are thankful for all the partnerships & possibilities that are emerging We are thankful for all the partnerships & possibilities that are emerging
from our R&D heavy years in which we are exploring new privacy frontiers. from our R&D heavy years in which we are exploring new privacy frontiers.
<br> <br>
<br> <br>
Slowly but surely we are migrating into our dream scenario where we only Slowly but surely we are migrating into our dream scenario where we only
have to rely on the support and trust of our users. Help us get there by have to rely on the support and trust of our users. Help us get there by
using the Portmaster and later down the road, purchasing the SPN. using the Portmaster and later down the road, purchasing the SPN.
</p> </p>
<a class="btn-secondary" href="#influences">Explore the Details</a> <a class="btn-secondary" href="#influences">Explore the Details</a>
@ -104,4 +104,4 @@ redirect_from:
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
</section> </section>