Skip to content

Commit

Permalink
Merge pull request #23 from devjack/july-sponsorship-update
Browse files Browse the repository at this point in the history
July sponsorship update
  • Loading branch information
jeamland authored Jul 28, 2024
2 parents 95137aa + 5b39863 commit 9757cd9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
Binary file not shown.
Binary file added public/pyconau-sponsor-image-banner.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/pages/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Sponsor

Join us for PyCon AU 2024 and become part of the vibrant and dynamic community of Python developers and enthusiasts!

[Get the Sponsorship Prospectus](/files/PyCon%20AU%202024%20-%20Sponsorship%20Prospectus%20v2.pdf), or get in touch at [email protected]. We can't wait to hear from you!
[Get the Sponsorship Prospectus](/files/PyCon%20AU%202024%20-%20Sponsorship%20Prospectus%20-%20July%20Update.pdf), or get in touch at [email protected]. We can't wait to hear from you!

PyCon AU 2024 is an annual conference dedicated to the Python programming language and its ecosystem. The conference brings together Python developers, enthusiasts, and industry professionals from around Australia and the world for three days of talks, tutorials, and networking opportunities, with two days of additional programming sprints focused on practical open source development.

Expand Down
16 changes: 11 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import Base from "../layouts/Base.astro"
import logoReversed from "../imgs/Logo_Reversed.svg"
import Navigation from "../components/Navigation.astro"
import Button from "../components/Button.astro"
import MailingListSignup from "../components/MailingListSignup.astro"
import NoOrphanText from "../components/NoOrphanText.astro"
---
Expand Down Expand Up @@ -31,7 +32,7 @@ import NoOrphanText from "../components/NoOrphanText.astro"
<div class="rotated">
<article>
<h1>
<NoOrphanText>Our Call for Proposals is now live!</NoOrphanText>
<NoOrphanText>Sponsor PyCon AU today!</NoOrphanText>
</h1>
</article>
<Navigation logo={false} />
Expand All @@ -44,14 +45,19 @@ import NoOrphanText from "../components/NoOrphanText.astro"
<p>
More details will be announced soon, so stay tuned!
</p>
<h2>Want to present at our event?</h2>
<h2>Call For Proposals now closed!</h2>
<p>
Our call for proposals is open until Sunday the 21st of July, 2024. See our <a href="/program">program</a> page for full details.
Thank you to everyone who submitted a talk during the call for proposals. CFP closed 21 July 2024. We are currently reviewing the submissions and will be in touch with everyone soon.
</p>
<h2>Want to sponsor our event?</h2>
<p>
We are always looking for <a href="/sponsor/#opportunities">sponsors</a>
to help us make the conference accessible and affordable.
<img src="/pyconau-sponsor-image-banner.jpeg" alt="Photo of platinum sponsors' logos advertised at PyCon AU 2023" style="border-radius: 0.5rem;"/>
Sponsors are critical to the success of PyCon AU. We're always looking to connect with sponsors and have a range of packages and benefits to suit organisations of all shapes and sizes! To learn more about how sponsors can support the conference, check out our <a href="/sponsor'">sponsorships page</a>.
<center>
<Button type="chonk" block href="/files/PyCon%20AU%202024%20-%20Sponsorship%20Prospectus%20-%20July%20Update.pdf">
Download the Sponsorship Prospectus
</Button>
</center>
</p>
<p>
To find out more as it happens, you can follow us on <a
Expand Down
14 changes: 10 additions & 4 deletions src/pages/sponsor.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
import { getCollection, getEntryBySlug } from "astro:content"
import Base from "../layouts/Base.astro"
import Button from "../components/Button.astro"
import SponsorListing from "../components/SponsorListing.astro"
// Get all entries from a collection. Requires the name of the collection as an argument.
Expand Down Expand Up @@ -34,10 +35,15 @@ const Content = (await sponsorPage.render()).Content
</p>

<p>
Your company can become a sponsor too! See the section on <a
href="#opportunities">sponsorship opportunities</a
> for more, or <a href="/files/PyCon%20AU%202024%20-%20Sponsorship%20Prospectus%20v2.pdf"> download the prospectus </a> straight away!
</p>
<center>
<Button type="chonk" block href="/files/PyCon%20AU%202024%20-%20Sponsorship%20Prospectus%20-%20July%20Update.pdf">
Download the Sponsorship Prospectus
</Button>
</center>
<p>

<p><strong>Updated July 2024! </strong> New opportunities &amp; packages have been added &ndash; make sure you have the latest copy!</p>


<p>
Want to talk? Send us an email at <a href="mailto:[email protected]"> [email protected] and we'll get in touch.
Expand Down

0 comments on commit 9757cd9

Please sign in to comment.