Skip to content

Commit 832176a

Browse files
committed
Remove about for partners and fix for component.
1 parent bc349f6 commit 832176a

File tree

8 files changed

+0
-49
lines changed

8 files changed

+0
-49
lines changed

src/components/JobCard.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import CardContent from "@components/CardContent.astro";
32
import { getEntry } from "astro:content";
43
const { job:jobId, sponsor:sponsorId } = Astro.props;
54
@@ -17,7 +16,6 @@ if (!sponsor) {
1716
// TODO: add tags
1817
const { title, location, type, level, salary, description, responsibilities, requirements, benefits, apply_link, draft } = job.data;
1918
20-
const isJobPage = Astro.url.pathname == `/sponsor/${job.id}`;
2119
---
2220

2321
<div class="mb-6 last:mb-0 rounded-lg shadow-md bg-white">

src/content/sponsors/djangocon/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,3 @@ socials:
1616
bluesky:
1717
tier: Partners
1818
---
19-
20-
This is the 17th edition of the Conference and it is organized by a team made up
21-
of Django practitioners from all levels. We welcome people from all over the
22-
world.
23-
24-
Our conference seeks to educate and develop new skills, best practices, and
25-
ideas for the benefit of attendees, developers, speakers, and everyone in our
26-
global Django Community, not least those watching the talks online.
27-
28-
This year it will take place in the beautiful city of Dublin. Don't miss the
29-
chance to join us for five days of talks, workshops, and sprints.

src/content/sponsors/pycon-at/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ socials:
1717
tier: Partners
1818
logo_padding: 10px 0
1919
---
20-
21-
## About PyCon Austria
22-
23-
PyCon Austria brings together Python enthusiasts annually to share knowledge and
24-
innovations. While 2025 details are unavailable, its mission aligns with other
25-
PyCon events in advancing Python adoption.

src/content/sponsors/pycon-fr/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ socials:
1616
bluesky:
1717
tier: Partners
1818
---
19-
20-
## About PyCon France
21-
22-
PyCon France promotes Python’s growth through annual events featuring diverse
23-
speakers and hands-on sessions. Though 2025 specifics aren’t listed here, it
24-
remains a cornerstone of France’s tech community.

src/content/sponsors/pycon-gr/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ socials:
1717
tier: Partners
1818
logo_padding: 10px
1919
---
20-
21-
## About PyCon Greece
22-
23-
PyCon Greece fosters Python adoption through conferences and community
24-
initiatives. While 2025 plans aren’t detailed in current data, its impact on
25-
regional tech ecosystems continues.

src/content/sponsors/pycon-it/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ socials:
1717
tier: Partners
1818
logo_padding: 10px 0
1919
---
20-
21-
## About PyCon Italia
22-
23-
PyCon Italia drives Python’s growth in Italy through annual conferences and
24-
grassroots outreach. Though 2025 details are absent here, its legacy of
25-
community building endures.

src/content/sponsors/pycon-pt/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ socials:
1616
bluesky:
1717
tier: Partners
1818
---
19-
20-
## About PyCon Portugal
21-
22-
PyCon Portugal unites developers, educators, and companies to advance Python in
23-
Portugal and beyond. While 2025 updates aren’t listed, its commitment to the
24-
community remains strong.

src/content/sponsors/pyvec/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ socials:
1717
tier: Partners
1818
logo_padding: 30px 20px
1919
---
20-
21-
## About PyVEC
22-
23-
PyVEC champions Python in the Czech Republic through events like PyCon CZ and
24-
educational programs. Though 2025 specifics aren’t detailed, its role in
25-
regional tech growth is vital.

0 commit comments

Comments
 (0)