diff --git a/public/icons/bluesky.svg b/public/icons/bluesky.svg deleted file mode 100644 index 0c4d78f4d..000000000 --- a/public/icons/bluesky.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/icons/instagram.svg b/public/icons/instagram.svg deleted file mode 100644 index 4760ed02f..000000000 --- a/public/icons/instagram.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/public/icons/linkedin.svg b/public/icons/linkedin.svg deleted file mode 100644 index 5d9e54999..000000000 --- a/public/icons/linkedin.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - diff --git a/public/icons/mastodon.svg b/public/icons/mastodon.svg deleted file mode 100644 index c1ba80086..000000000 --- a/public/icons/mastodon.svg +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/public/icons/x.svg b/public/icons/x.svg deleted file mode 100644 index 59f4900cc..000000000 --- a/public/icons/x.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/icons/youtube.svg b/public/icons/youtube.svg deleted file mode 100644 index 83dea3c08..000000000 --- a/public/icons/youtube.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - -youtube - - diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 2b48d6061..41ab178a2 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -1,5 +1,4 @@ --- - interface Props { title: string; description: string; diff --git a/src/components/sections/subscribe.astro b/src/components/sections/subscribe.astro index 6ba7f7d0e..797d91018 100644 --- a/src/components/sections/subscribe.astro +++ b/src/components/sections/subscribe.astro @@ -1,4 +1,5 @@ --- +import Button from "@ui/Button.astro"; const socialLinks = [ { href: "https://linkedin.com/company/europython/", icon: "linkedin" }, { href: "https://instagram.com/europython/", icon: "instagram" }, @@ -10,56 +11,52 @@ const socialLinks = [ ---
-
-

- Follow us
for updates -

+
+

+ Follow us
for updates! +

-
- {socialLinks.map(({ href, icon }) => ( - - {icon} - - ))} -
+
+ {socialLinks.map(({ href, icon }) => ( + + + + ))} +
-

- Subscribe to our conference newsletter and get
- the latest updates and special deals -

+

+ Subscribe to our conference newsletter and get
+ the latest updates and special deals +

-
- - -
+ - -
+ + + + +