proper english

This commit is contained in:
Franzi 2021-08-15 15:57:57 +02:00
parent bbb9354a7b
commit a97809a114
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 13 additions and 13 deletions

View File

@ -1,61 +1,61 @@
- background: 1F232B
color: FFFFFF
colour: FFFFFF
icon:
path: mastodon.svg
alt: Mastodon
name: "@kunsi@chaos.social"
url: https://chaos.social/@kunsi
- background: FFFFFF
color: "000000"
colour: "000000"
icon:
path: matrix.svg
alt: Matrix
name: "@kunsi:franzi.business"
url: matrix:u/kunsi:franzi.business?action=chat
- background: 323232
color: FFFFFF
colour: FFFFFF
icon:
path: threema.svg
alt: Threema
name: K9BC697E
url: https://threema.id/K9BC697E
- background: FFFFFF
color: "000000"
colour: "000000"
icon:
path: gitea.svg
alt: Gitea
name: kunsi
url: https://git.franzi.business/kunsi/
- background: "000000"
color: FFFFFF
colour: FFFFFF
icon:
path: github.svg
alt: GitHub
name: kunsi
url: https://github.com/Kunsi/
- background: 1DA1F2
color: FFFFFF
colour: FFFFFF
icon:
path: twitter.svg
alt: Twitter
name: "@_kunsi"
url: https://twitter.com/_kunsi
- background: FFFFFF
color: "000000"
colour: "000000"
icon:
path: mail.svg
alt: E-Mail
name: hi@kunsmann.eu
url: mailto:hi@kunsmann.eu
- background: FFFFFF
color: "000000"
colour: "000000"
icon:
path: gnupg.svg
alt: ""
name: GPG-Key for hi@kunsmann.eu
url: /gpg_hi-kunsmann.eu.asc
- background: FFFFFF
color: "000000"
colour: "000000"
name: SSH public key
url: /ssh_kunsi.pub
- background: 2867B2
@ -66,21 +66,21 @@
name: Franziska Kunsmann
url: https://www.linkedin.com/in/franziska-kunsmann-9a2769217/
- background: 3FAEE8
color: FFFFFF
colour: FFFFFF
icon:
path: telegram.svg
alt: Telegram
name: kun_si
url: https://t.me/kun_si
- background: 9146FF
color: FFFFFF
colour: FFFFFF
icon:
path: twitch.svg
alt: Twitch
name: kuunsi
url: https://www.twitch.tv/kuunsi
- background: "000000"
color: FFFFFF
colour: FFFFFF
icon:
path: youtube.svg
alt: YouTube

View File

@ -6,7 +6,7 @@ permalink: /
<ul class="button-list">
{% for item in site.data.social_profiles %}
<li>
<a href="{{ item.url }}" rel="noopener" style="background-color: #{{ item.background }}; color: #{{ item.color }};">
<a href="{{ item.url }}" rel="noopener" style="background-color: #{{ item.background }}; color: #{{ item.colour }};">
{% if item.icon %}
<img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}">
{% endif %}