replaced some more icons with svg
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
some more improvements
This commit is contained in:
parent
d3ec7b9852
commit
848289cdc0
23 changed files with 47 additions and 43 deletions
|
@ -3,7 +3,7 @@ layout: base.njk
|
|||
key: all-donations
|
||||
title: Unterstützen
|
||||
---
|
||||
<h1><i class="fas fa-hand-holding-heart"></i> All Donations</h1>
|
||||
<h1><i class="si si-hand-holding-heart"></i> All Donations</h1>
|
||||
|
||||
<p><a href="/{{locale}}/donate/">➔ Donate</a></p>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ key: blog
|
|||
eleventyNavigation:
|
||||
key: blog
|
||||
title: Blog
|
||||
icon: book
|
||||
icon: si si-book
|
||||
url: https://blog.sp-codes.de/
|
||||
locale: en
|
||||
order: 1
|
||||
|
|
|
@ -5,10 +5,10 @@ title: Contact
|
|||
eleventyNavigation:
|
||||
key: contact
|
||||
title: Contact
|
||||
icon: comment-dots
|
||||
icon: si si-comment-dots
|
||||
order: 3
|
||||
---
|
||||
<h1><i class="fas fa-comment-dots"></i> Contact Information</h1>
|
||||
<h1><i class="si si-comment-dots"></i> Contact Information</h1>
|
||||
<p>You want to contact me, report a problem, have a question about a service or would like to support me? Please
|
||||
send me your message in any of the following ways. I am looking forward to receive your message.</p>
|
||||
<div class="row justify-content-center">
|
||||
|
|
|
@ -5,10 +5,10 @@ title: Donate
|
|||
eleventyNavigation:
|
||||
key: donate
|
||||
title: Donate
|
||||
icon: hand-holding-heart
|
||||
icon: si si-hand-holding-heart
|
||||
order: 4
|
||||
---
|
||||
<h1><i class="fas fa-hand-holding-heart"></i> Donate</h1>
|
||||
<h1><i class="si si-hand-holding-heart"></i> Donate</h1>
|
||||
|
||||
<p>All public services can be used for free. If you still want to contribute to the costs for server infrastructure or
|
||||
send me a small donation for my blog, you can support me in the following ways<sup>1</sup>:</p>
|
||||
|
@ -16,7 +16,7 @@ eleventyNavigation:
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-md-10 col-lg-8">
|
||||
<div class="card mb-3">
|
||||
<h2><i class="fas fa-comments fa-fw m-2"></i>Recommend</h2>
|
||||
<h2><i class="si si-comments m-2"></i>Recommend</h2>
|
||||
<div>You are welcome to recommend my services and my blog posts. I am very glad if I can make you happy with
|
||||
it.
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@ title: Home
|
|||
eleventyNavigation:
|
||||
key: home
|
||||
title: Home
|
||||
icon: home
|
||||
icon: si si-home
|
||||
---
|
||||
<div class="row justify-content-center py-4 border-top">
|
||||
<div class="col-lg-8 col-md-10 col-12">
|
||||
|
|
|
@ -5,10 +5,10 @@ title: Services
|
|||
eleventyNavigation:
|
||||
key: services
|
||||
title: Services
|
||||
icon: server
|
||||
icon: si si-server
|
||||
order: 2
|
||||
---
|
||||
<h1><i class="fas fa-server"></i> Services</h1>
|
||||
<h1><i class="si si-server"></i> Services</h1>
|
||||
<p>In my spare time I provide various open source services for free. Here you can find an overview of the individual
|
||||
services and a short description for each of them. All services are hosted in Germany. Feel free to use it.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue