Skip to content

Commit

Permalink
add youtube link and remove newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
DasUnicorn committed Feb 14, 2024
1 parent 2b2eb62 commit 54df71c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/components/Social.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ import { Image } from 'astro:assets';
import insta from '../images/icons/instagram-50.svg';
import mastodon from '../images/icons/mastodon-64.svg';
import youtube from '../images/icons/youtube-50.svg';
import youtube from '../images/icons/youtube-66.svg';
import facebook from '../images/icons/facebook-58.svg';
---
<div class="bg-primary p-5">
<div class="container">
<div class="d-flex order justify-content-evenly">
<div class="">
<button class="btn bg-white font-weight-bold">Newsletter zum Event abbonieren</button>
</div>
<h2 class="text-white pt-4 margin-left md-remove-padding">Dem ABC folgen:</h2>
<h2 class="text-white pt-4 margin-left md-remove-padding">Dem ABC Folgen:</h2>
<div class="mt-2 d-flex flex-row align-items-center">
<div class="m-1">
<a href="https://www.instagram.com/abc_huell/" target=”_blank”><img src={insta.src} alt="Icon Instagram"></a>
</div>
<div class="m-1">
<a href="https://bildung.social/@abc" target=”_blank”><img src={mastodon.src} alt="Icon Mastodon"></a>
</div>
<div class="m-1">
<a href="https://www.facebook.com/abchuell/" target=”_blank”><img src={facebook.src} alt="Icon Facebook"></a>
</div>
<div class="m-1">
<a href="https://www.youtube.com/c/abchuell" target=”_blank”><img src={youtube.src} alt="Icon YouTube"></a>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/images/icons/facebook-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/facebook-58.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/facebook-96.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54df71c

Please sign in to comment.