From 995962cc362e1907ee326a884ee9e47e40802316 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Fri, 2 Oct 2020 18:38:32 +0200 Subject: [PATCH] linked blog entries added services on dashboard --- src/_includes/services-simple.html | 8 +++++--- src/de/services/matrix.md | 2 ++ src/de/services/searx.md | 2 ++ src/en/index.html | 2 +- src/en/services/matrix.md | 2 ++ src/en/services/searx.md | 2 ++ src/scss/main.scss | 25 ++++++++++++++++++------- 7 files changed, 32 insertions(+), 11 deletions(-) diff --git a/src/_includes/services-simple.html b/src/_includes/services-simple.html index 261876d..2ae0ecd 100644 --- a/src/_includes/services-simple.html +++ b/src/_includes/services-simple.html @@ -1,13 +1,15 @@ {%- for service in services %}
- + +
{% if service.beta == true %}
TEST-PHASE
{% endif %} -

{{service.name}}

- +

{{service.name}}{% if service.url %} {% endif %}

+
{%- endfor %} diff --git a/src/de/services/matrix.md b/src/de/services/matrix.md index 2d1359a..69e22b8 100644 --- a/src/de/services/matrix.md +++ b/src/de/services/matrix.md @@ -13,6 +13,8 @@ __Seit Anfang 2020 betreibe ich einen öffentlichen Matrix-Server: [matrix.sp-co Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlinkten Liste heraus. Ich freue mich auf deine Nachricht an [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de). +Auf meinem Blog findest du einen einfachen Einstieg in das Matrix-Netzwerk: [Werde Teil der Matrix](https://blog.sp-codes.de/werde-teil-der-matrix-matrix-teil-1/) + ## Weitere nützliche Links * [Verschiedene Apps](https://matrix.org/clients) diff --git a/src/de/services/searx.md b/src/de/services/searx.md index 8f56c5e..1c56d4a 100644 --- a/src/de/services/searx.md +++ b/src/de/services/searx.md @@ -17,6 +17,8 @@ __Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__ Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion) +Wenn du Searx als Standardsuchmaschine nutzen willst, findest du auf meinem Blog eine Anleitung dafür: [Nur noch Searx](https://blog.sp-codes.de/nur-noch-searx/) + ## Weitere nützliche Links * [Searx Webseite](https://asciimoo.github.io/searx/) diff --git a/src/en/index.html b/src/en/index.html index 16d14f9..7337244 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -13,7 +13,7 @@ eleventyNavigation:

Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg. On this site you will find information about me and an overview of the services I provide. Feel free - to look around, read my Blog (in German) or use the various services. + to look around, read my blog (German) or use the various services.

diff --git a/src/en/services/matrix.md b/src/en/services/matrix.md index 4b655f6..5431081 100644 --- a/src/en/services/matrix.md +++ b/src/en/services/matrix.md @@ -13,6 +13,8 @@ __Since the beginning of 2020 I run a public Matrix server: [matrix.sp-codes.de] Feel free to create an account on my server or choose one from the list linked below. I look forward to hear from you [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de). +On my blog (German) you will find a simple introduction to the Matrix network: [Werde Teil der Matrix](https://blog.sp-codes.de/werde-teil-der-matrix-matrix-teil-1/) + ## More useful links * [Various Apps](https://matrix.org/clients) diff --git a/src/en/services/searx.md b/src/en/services/searx.md index 06049f3..1f5bcf1 100644 --- a/src/en/services/searx.md +++ b/src/en/services/searx.md @@ -17,6 +17,8 @@ Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de) Tor Hidden Service: [searxbi3f73mmdeb.onion](http://searxbi3f73mmdeb.onion) +If you want to use Searx as your default search engine, you can find instructions on my blog (German): [Nur noch Searx](https://blog.sp-codes.de/nur-noch-searx/) + ## More useful links * [Searx Website](https://asciimoo.github.io/searx/) diff --git a/src/scss/main.scss b/src/scss/main.scss index 7dadb3e..652e2a9 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -49,14 +49,14 @@ a { margin: 0 auto; max-width: 256px; max-height: 256px; - background-color: #ffffff; + background-color: #fff; border-radius: 50%; - border: 2px solid #000000; + border: 2px solid #000; } .menu { a { - color: #ffffff; + color: #fff; } .active a { @@ -65,18 +65,18 @@ a { } .border-top { - border-top: 1px solid #ffffff; + border-top: 1px solid #fff; } .border-bottom { - border-bottom: 1px solid #ffffff; + border-bottom: 1px solid #fff; } .heading { text-align: center; a { - color: #ffffff; + color: #fff; } } @@ -85,6 +85,7 @@ a { } .service { + position: relative; background-color: #222; border: 1px solid #fff; height: 100%; @@ -132,9 +133,15 @@ a { } &.flat { + color: #fea500 !important; + + &:hover { + color: #d78c00 !important; + } + .inner { flex-direction: row; - pointer-events: all; + //pointer-events: all; text-decoration: none; h2 { @@ -145,6 +152,10 @@ a { top: 0; right: -1rem; } + + a { + color: #fff; + } } } }