Skip to content

Commit

Permalink
- change meta image (#72)
Browse files Browse the repository at this point in the history
* - change meta image

* - change meta image

* - change meta image

* - change meta image
  • Loading branch information
EwelinaSkrzypacz authored Sep 3, 2024
1 parent 9e94882 commit f7ea1f7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
Binary file added public/images/fb-image.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 removed public/images/fb_image.jpg
Binary file not shown.
36 changes: 23 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<meta
property="og:image"
content="https://meetup.legnica.pl/images/fb_image.jpg"
content="https://meetup.legnica.pl/images/fb-image.png"
/>
<meta property="og:url" content="https://meetup.legnica.pl/" />

Expand Down Expand Up @@ -412,34 +412,44 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
>
<div class="grid items-center gap-16 lg:grid-cols-4">
<div class="flex flex-col lg:flex-col-reverse">
<div class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6">
<p class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[140px] lg:bg-slate-900 lg:py-0">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
<p
class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[140px] lg:bg-slate-900 lg:py-0"
>
Organizator
</p>
</div>
<div class="flex items-center lg:mx-auto h-[120px]">
<div class="flex h-[120px] items-center lg:mx-auto">
<a href="https://blumilk.pl/" target="_blank">
<img
src="./images/blumilk-white.png"
alt="Blumilk sp. z o.o."
class="h-[71px]"
src="./images/blumilk-white.png"
alt="Blumilk sp. z o.o."
class="h-[71px]"
/>
</a>
</div>
</div>
<template x-for="patron in meetup.patrons">
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse">
<div class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6">
<p class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[111px] lg:bg-slate-900 lg:py-0">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
<p
class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[111px] lg:bg-slate-900 lg:py-0"
>
Patronat
</p>
</div>
<div class="flex w-[215px] h-[120px] items-center justify-center">
<div
class="flex h-[120px] w-[215px] items-center justify-center"
>
<a :href="patron.website" target="_blank">
<img
:src="patron.logoUrl"
:alt="patron.name"
class="max-h-[120px]"
:src="patron.logoUrl"
:alt="patron.name"
class="max-h-[120px]"
/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/meetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<meta
property="og:image"
content="https://meetup.legnica.pl/images/fb_image.jpg"
content="https://meetup.legnica.pl/images/fb-image.png"
/>
<meta property="og:url" content="https://meetup.legnica.pl/" />
<meta
Expand Down
4 changes: 2 additions & 2 deletions src/templates/email_registration_confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
color: white;
background: #7c17f5;
"
>11 kwietnia o godz. 18:00 w Legnickim Browarze
Książęcym.</span
>12 września o godz. 18:00 w sali konferencyjnej
Legnickiego Browaru Książęcego.</span
>
Polecamy przyjść nieco wcześniej, aby zająć sobie dogodne
miejsce ;)
Expand Down

0 comments on commit f7ea1f7

Please sign in to comment.