mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Add general-layout to pages
This commit is contained in:
parent
9d696ddd73
commit
ce842b2fb7
9 changed files with 9 additions and 10 deletions
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /community-hub/
|
||||
---
|
||||
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<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="">
|
||||
|
|
|
@ -75,7 +75,7 @@ layout: page
|
|||
{% endfor %}
|
||||
</div>
|
||||
</header>
|
||||
<section class="space-y-36 mt-20">
|
||||
<section class="general-layout">
|
||||
{% if portmaster_cards.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Business Model
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section class="space-y-80">
|
||||
<section class="general-layout">
|
||||
<div class="showcase-container-reverse mt-32">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/business-model/provide-local-value-for-free-forever.png" alt="">
|
||||
|
|
|
@ -5,7 +5,7 @@ title: Safing - Love Freedom
|
|||
|
||||
{% include header.html %}
|
||||
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}/page-specific/portmaster/monitor-network-activity.png" alt="">
|
||||
|
@ -67,7 +67,6 @@ title: Safing - Love Freedom
|
|||
<a class="btn-secondary" href="#">Discover the portmaster</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="blogpod-container">
|
||||
<div class="blogpod-container-top">
|
||||
<span class="blogpod-container-top-bg-title">Follow Us</span>
|
||||
|
|
|
@ -23,7 +23,7 @@ layout: page
|
|||
{% endfor %}
|
||||
</div>
|
||||
</header>
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
{% if site.data.next.cards.done.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /donate/
|
||||
---
|
||||
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<div class="showcase-container-reverse mt-32">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt="">
|
||||
|
|
|
@ -42,7 +42,7 @@ redirect_from:
|
|||
</svg>
|
||||
</div>
|
||||
</header>
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
||||
|
|
|
@ -37,7 +37,7 @@ layout: page
|
|||
</span>
|
||||
</div>
|
||||
</header>
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<div class="intro-container mt-32">
|
||||
<h2 class="intro-container-title">
|
||||
Protect Your Meta‑Data
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: page
|
|||
---
|
||||
|
||||
|
||||
<section class="section-container">
|
||||
<section class="general-layout">
|
||||
<div class="download-container">
|
||||
<h1 class="download-container-title">Support</h1>
|
||||
<p class="download-container-extra">
|
||||
|
|
Loading…
Add table
Reference in a new issue