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

View File

@ -6,7 +6,7 @@ permalink: /
<ul class="button-list"> <ul class="button-list">
{% for item in site.data.social_profiles %} {% for item in site.data.social_profiles %}
<li> <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 %} {% if item.icon %}
<img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}"> <img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}">
{% endif %} {% endif %}