diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index d8152b0..59e12c4 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -97,10 +97,22 @@ box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); border-radius: 10px; border: none; + flex-grow: 1; + min-height: 100%; + margin-top: 10vh; + @include media-breakpoint-up(md) { + max-width: 20rem; + } +} + +.sp-service-container { + margin-top: 10vh; } .sp-services-row { - margin-top: 6rem; + gap: 2rem; + min-height: 100%; + flex-wrap: wrap; } .sp-supported-by-img { diff --git a/content/en/_index.html b/content/en/_index.html index e377ad5..db5b19f 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -65,77 +65,48 @@ linkTitle = "SelfPrivacy" {{< /blocks/section >}} -
+

Your personal services

-
-

For serious business

-
- -
-
+
+
+

For serious business

+
+
{{< landing-service "/images/services/email.svg" "E-mail" >}}

Unlimited mailboxes amount for a company or family.

{{< /landing-service >}} -
- -
{{< landing-service "/images/services/nextcloud.svg" "Cloud storage" >}}

Nextcloud is a private and functional replacement for Dropbox and G-drive.

{{< /landing-service >}} -
- -
{{< landing-service "/images/services/gitea.svg" "Git repository" >}}

Gitea is an excellent analogue of Github, which belongs to you, not Microsoft.

{{< /landing-service >}} -
-
- -
-

For entertainment and communication

-
- -
-
- {{< landing-service "/images/services/deltachat.svg" "Messenger" >}} -

The most private messenger is the one with the server part located on your personal server. That's what makes DeltaChat more private than Telegram and Signal.

- {{< /landing-service >}} -
- -
- {{< landing-service "/images/services/pleroma.svg" "Decentralized social network" >}} -

Pleroma is a social network where you decide who to block and what to publish. No more advertising and surveillance.

- {{< /landing-service >}} -
- -
- {{< landing-service "/images/services/jitsi.svg" "Videomeet" >}} -

Zoom and Google-meet are no longer needed when there is a Jitsi-meet. Very simple and convenient video conferencing solution.

- {{< /landing-service >}} -
-
- -
-

For a good life

-
- -
-
- {{< landing-service "/images/services/openconnect.svg" "VPN for all of your friends and relatives devices" >}} -

No public VPN can be private, just those one which is on your server. OpenConnect — connect an unlimited number of devices.

- {{< /landing-service >}} -
- -
{{< landing-service "/images/services/bitwarden.svg" "Password Manager" >}}

Passwords no longer need to be remembered, copied between devices, invented or entered manually.

Bitwarden is a trusted password manager for all devices.

{{< /landing-service >}}
+ +
+
+

For entertainment and communication

+
+
+ {{< landing-service "/images/services/deltachat.svg" "Messenger" >}} +

The most private messenger is the one with the server part located on your personal server. That's what makes DeltaChat more private than Telegram and Signal.

+ {{< /landing-service >}} + {{< landing-service "/images/services/pleroma.svg" "Decentralized social network" >}} +

Pleroma is a social network where you decide who to block and what to publish. No more advertising and surveillance.

+ {{< /landing-service >}} + {{< landing-service "/images/services/jitsi.svg" "Videomeet" >}} +

Zoom and Google-meet are no longer needed when there is a Jitsi-meet. Very simple and convenient video conferencing solution.

+ {{< /landing-service >}} +
+
diff --git a/layouts/shortcodes/landing-service.html b/layouts/shortcodes/landing-service.html index baee7fa..e288c91 100644 --- a/layouts/shortcodes/landing-service.html +++ b/layouts/shortcodes/landing-service.html @@ -1,6 +1,6 @@ {{ $illustration := .Get 0 }} {{ $title := .Get 1 }} -
+