Skip to content

Commit

Permalink
Merge pull request #30 from 1xINTERNET/feature/Add-text
Browse files Browse the repository at this point in the history
Update logos
  • Loading branch information
breidert authored Jun 22, 2024
2 parents 640fbba + 3912c13 commit 8d59135
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file added public/images/logo-craft.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo-fount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo-lehmann.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/psf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/components/PartnerLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
brand="fount"
url="https://example.com"></partner-link>
<partner-link
logo="/images/1xinternet.png"
brand="progressiva"
url="https://example.com"></partner-link>
logo="/images/psf.png"
brand="Paraschwimmen Frankfurt e.V."
url="https://www.paraschwimmen-frankfurt.de"></partner-link>
<partner-link
logo="/images/1xinternet.png"
logo="/images/logo-lehmann.jpg"
brand="büro lehmann"
url="https://example.com"></partner-link>
url="https://www.buero-lehmann.com"></partner-link>
</div>
<div>
<partner-link
logo="/images/1xinternet.png"
logo="/images/logo-craft.jpg"
brand="CRAFT BRÄU"
url="https://example.com"></partner-link>
url="https://www.craft-braeu.de"></partner-link>
<partner-link
logo="/images/tante-kathe.png"
brand="Tante Käthe"
Expand Down
4 changes: 2 additions & 2 deletions src/components/VideoPlayer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import IconChevronRight from "@icons/IconChevronRight.astro";
---

<iframe class="w-full" src="https://www.youtube.com/embed/LyVeknDDQCw"></iframe>
<iframe class="w-full" src="https://www.youtube.com/embed/wFAazFeFgOY"></iframe>
<div>
<div class="flex gap-3 items-center mb-3">
<span>Weitere videos</span>
Expand All @@ -20,7 +20,7 @@ import IconChevronRight from "@icons/IconChevronRight.astro";
src="https://www.youtube.com/embed/x2fNlaTvd60"></iframe>
<iframe
class="w-4/5 sm:w-2/5"
src="https://www.youtube.com/embed/wFAazFeFgOY"></iframe>
src="https://www.youtube.com/embed/LyVeknDDQCw"></iframe>
<iframe
class="w-4/5 sm:w-2/5"
src="https://www.youtube.com/embed/QNXl7RAOevI"></iframe>
Expand Down

0 comments on commit 8d59135

Please sign in to comment.