diff --git a/src/_includes/services-simple.html b/src/_includes/services-simple.html index 2ae0ecd..261876d 100644 --- a/src/_includes/services-simple.html +++ b/src/_includes/services-simple.html @@ -1,15 +1,13 @@ {%- for service in services %}
- - +

{{service.name}}

+
{%- endfor %} diff --git a/src/de/services/matrix.md b/src/de/services/matrix.md index 69e22b8..2d1359a 100644 --- a/src/de/services/matrix.md +++ b/src/de/services/matrix.md @@ -13,8 +13,6 @@ __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 1c56d4a..8f56c5e 100644 --- a/src/de/services/searx.md +++ b/src/de/services/searx.md @@ -17,8 +17,6 @@ __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 7337244..16d14f9 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 (German) or use the various services. + to look around, read my Blog (in German) or use the various services.

diff --git a/src/en/services/matrix.md b/src/en/services/matrix.md index 5431081..4b655f6 100644 --- a/src/en/services/matrix.md +++ b/src/en/services/matrix.md @@ -13,8 +13,6 @@ __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 1f5bcf1..06049f3 100644 --- a/src/en/services/searx.md +++ b/src/en/services/searx.md @@ -17,8 +17,6 @@ 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 652e2a9..7dadb3e 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: #fff; + background-color: #ffffff; border-radius: 50%; - border: 2px solid #000; + border: 2px solid #000000; } .menu { a { - color: #fff; + color: #ffffff; } .active a { @@ -65,18 +65,18 @@ a { } .border-top { - border-top: 1px solid #fff; + border-top: 1px solid #ffffff; } .border-bottom { - border-bottom: 1px solid #fff; + border-bottom: 1px solid #ffffff; } .heading { text-align: center; a { - color: #fff; + color: #ffffff; } } @@ -85,7 +85,6 @@ a { } .service { - position: relative; background-color: #222; border: 1px solid #fff; height: 100%; @@ -133,15 +132,9 @@ a { } &.flat { - color: #fea500 !important; - - &:hover { - color: #d78c00 !important; - } - .inner { flex-direction: row; - //pointer-events: all; + pointer-events: all; text-decoration: none; h2 { @@ -152,10 +145,6 @@ a { top: 0; right: -1rem; } - - a { - color: #fff; - } } } }