redesign website #1

Merged
l3d merged 80 commits from ui into main 2022-05-18 00:35:38 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2c9f024ab5 - Show all commits

View file

@ -125,7 +125,7 @@ card_title: Waffel Internet Relay Chat
-----
card_image: /images/icons/social/hackint.svg
-----
card_url: https://webirc.hackint.org/#irc://irc.hackint.org/#waffel
card_url: https://webirc.hackint.org/#irc://irc.hackint.org/waffel
-----
card_url_text: ircs://irc.hackint.org/#waffel
-----

View file

@ -1,6 +1,6 @@
{#- Card Icon Text Collection for Startpage -#}
{{- '\n ' -}} <div class="card">
{{- '\n ' -}} <img class="card__icon" src="{{ this.card_image|url }}" alt="{{ this.card_text }}"/>
{{- '\n ' -}} <img class="card__icon" src="{{ this.card_image|url }}" alt=""/>
{{- '\n ' -}} <h3 class="card__heading -homepage">{{ this.card_title }}</h3>
{{- '\n ' -}} <div class="card__text">
{{- '\n ' -}} {{ this.card_text }}