-
Notifications
You must be signed in to change notification settings - Fork 72
Tickets section. #1133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Tickets section. #1133
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| --- | ||
| import Button from "@ui/Button.astro"; | ||
| import Headline from "@ui/Headline.astro"; | ||
| --- | ||
|
|
||
| <section class="bluebox full-bleed prose-xl relative py-12 px-6"> | ||
| <article class="lg:grid gap-12 relative flex flex-col items-center justify-center"> | ||
| <div class="mt-12"> | ||
| <Headline id="tickets" title="Tickets" /> | ||
| </div> | ||
|
|
||
|
|
||
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-center"> | ||
| <div class="bg-white text-black p-6 rounded-lg shadow-md"> | ||
| <h3 class="text-xl font-bold mb-2">🛠️ Tutorial Only</h3> | ||
| <p>14–15 July</p> | ||
| <p class="text-lg font-semibold mt-2">From €100</p> | ||
| <ul class="mt-2 space-y-1 text-left list-disc list-inside"> | ||
| <li>✔️ Workshops & tutorials</li> | ||
| <li>✔️ Sprint Weekend</li> | ||
| <li>❌ Conference talks</li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <div class="bg-white text-black p-6 rounded-lg shadow-md"> | ||
| <h3 class="text-xl font-bold mb-2">🎤 Conference Only</h3> | ||
| <p>16–18 July</p> | ||
| <p class="text-lg font-semibold mt-2">From €135</p> | ||
| <ul class="mt-2 space-y-1 text-left list-disc list-inside"> | ||
| <li>✔️ 130+ talks & networking</li> | ||
| <li>✔️ Sponsor booths</li> | ||
| <li>❌ Tutorials</li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| <div class="bg-white text-black p-6 rounded-lg shadow-md border-2 border-primary"> | ||
| <h3 class="text-xl font-bold mb-2">🧠 Combined (All Access)</h3> | ||
| <p>14–18 July</p> | ||
| <p class="text-lg font-semibold mt-2">From €210</p> | ||
| <ul class="mt-2 space-y-1 text-left list-disc list-inside"> | ||
| <li>✔️ Tutorials + Talks + Sprints</li> | ||
| <li>✔️ All networking & extras</li> | ||
| <li>⚠️ Limited to 300!</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <br /> | ||
|
|
||
| <div class="bg-white text-black p-6 rounded-lg shadow-md"> | ||
| <p>✅ All tickets include: lunch, refreshments, childcare (18mo+), and a conference T-shirt.</p> | ||
| <p class="mt-2">🔗 <a href="/tickets" class="text-primary hover:text-primary-hover underline">View Full Ticket Info</a></p> | ||
| </div> | ||
|
|
||
| <div class="text-center mt-6"> | ||
| <Button url="https://tickets.europython.eu/">Buy Your Ticket</Button> | ||
| </div> | ||
| </article> | ||
| </section> | ||
|
|
||
|
|
||
| <style> | ||
| .bluebox { | ||
| background-color:#d4d5e5;; | ||
| } | ||
| </style> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.