diff --git a/src/content/sponsors/1password.svg b/src/content/sponsors/1password.svg new file mode 100644 index 000000000..4f3798334 --- /dev/null +++ b/src/content/sponsors/1password.svg @@ -0,0 +1,129 @@ + + + + 1Password wordmark / Black, detailed icon / 1P-wordmark + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1Password wordmark / Black, detailed icon / 1P-wordmark + + + + diff --git a/src/content/sponsors/1password.yaml b/src/content/sponsors/1password.yaml new file mode 100644 index 000000000..be4a1f4c4 --- /dev/null +++ b/src/content/sponsors/1password.yaml @@ -0,0 +1,4 @@ +name: 1Password +url: https://1password.com/ +image: ./1password.svg +tier: Supporters diff --git a/src/content/sponsors/eps.svg b/src/content/sponsors/eps.svg new file mode 100644 index 000000000..83499734e --- /dev/null +++ b/src/content/sponsors/eps.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/content/sponsors/eps.yaml b/src/content/sponsors/eps.yaml new file mode 100644 index 000000000..875315ee9 --- /dev/null +++ b/src/content/sponsors/eps.yaml @@ -0,0 +1,4 @@ +name: EuroPython Society +url: https://www.europython-society.org/ +image: ./eps.svg +tier: Financial Aid diff --git a/src/content/sponsors/evolabel.svg b/src/content/sponsors/evolabel.svg new file mode 100644 index 000000000..f602280d6 --- /dev/null +++ b/src/content/sponsors/evolabel.svg @@ -0,0 +1,89 @@ + + + +image/svg+xml diff --git a/src/content/sponsors/evolabel.yaml b/src/content/sponsors/evolabel.yaml new file mode 100644 index 000000000..9e2de2305 --- /dev/null +++ b/src/content/sponsors/evolabel.yaml @@ -0,0 +1,4 @@ +name: evolabel +url: https://www.evolabel.com/ +image: ./evolabel.svg +tier: Supporters diff --git a/src/content/sponsors/pretalx.svg b/src/content/sponsors/pretalx.svg new file mode 100644 index 000000000..b712df0d8 --- /dev/null +++ b/src/content/sponsors/pretalx.svg @@ -0,0 +1,30 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/src/content/sponsors/pretalx.yaml b/src/content/sponsors/pretalx.yaml new file mode 100644 index 000000000..b080d2229 --- /dev/null +++ b/src/content/sponsors/pretalx.yaml @@ -0,0 +1,4 @@ +name: pretalx +url: https://pretalx.com/p/about/ +image: ./pretalx.svg +tier: Supporters diff --git a/src/content/sponsors/pretix.svg b/src/content/sponsors/pretix.svg new file mode 100644 index 000000000..0daa31538 --- /dev/null +++ b/src/content/sponsors/pretix.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/src/content/sponsors/pretix.yaml b/src/content/sponsors/pretix.yaml new file mode 100644 index 000000000..3c6e23b3f --- /dev/null +++ b/src/content/sponsors/pretix.yaml @@ -0,0 +1,4 @@ +name: pretix +url: https://pretix.eu/ +image: ./pretix.svg +tier: Silver diff --git a/src/content/sponsors/sentry.svg b/src/content/sponsors/sentry.svg new file mode 100644 index 000000000..f7203ec0e --- /dev/null +++ b/src/content/sponsors/sentry.svg @@ -0,0 +1,17 @@ + + + + + diff --git a/src/content/sponsors/sentry.yaml b/src/content/sponsors/sentry.yaml new file mode 100644 index 000000000..10f91be86 --- /dev/null +++ b/src/content/sponsors/sentry.yaml @@ -0,0 +1,4 @@ +name: Sentry +url: https://sentry.io/welcome +image: ./sentry.svg +tier: Silver diff --git a/src/pages/index.astro b/src/pages/index.astro index b97068da0..2ff760bcb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,6 +10,7 @@ import DeadlineCard from "../components/deadline-card.astro"; import { getCollection } from "astro:content"; import Accent from "../components/accent/accent.astro"; import Prague from "../components/hero-section/prague.astro"; +import Sponsors from "../components/sponsors/sponsors.astro"; import * as intro from "../data/home/intro.md"; import * as venue from "../data/home/prague.mdx"; @@ -36,4 +37,5 @@ deadlines = deadlines +