First pass of what I'd call "usable" versions of the pages: - Index - About - Tickets There's some more work to be done in the year_con partial to represent each of the conference years. The biggest change of this commit by far is the introduction/commonization of the partial 'features.html'. This is the behemoth of a partial that effectively gives us the options to show slide style content. At some point it might be advantageous to break it apart more, but it's relatively straightforward to include in a layout and start putting together pages.
243 lines
12 KiB
Markdown
243 lines
12 KiB
Markdown
---
|
||
title: "Tickets"
|
||
meta_title: "Handmade Cities Tickets"
|
||
description: "Handmade Cities Tickets"
|
||
draft: false
|
||
layout: "tickets"
|
||
|
||
features:
|
||
- title: "Tickets"
|
||
title_class: "text-center text-white mt-16"
|
||
side: "center"
|
||
content_class: "mt-16 pt-0 pb-0 text-white"
|
||
image: "/images/hmc/cities-light-mode.svg"
|
||
bg_img:
|
||
parallax: true
|
||
img: "/images/devon_starfield.png"
|
||
end_img: "/images/software-15.png"
|
||
end_img_class: "relative h-96 bg-contain bg-bottom bg-repeat-x"
|
||
tickets:
|
||
- title: "Physical Track"
|
||
title_class: "text-white"
|
||
subtitle: "Status: Early Bird"
|
||
subtitle_class: "text-white"
|
||
section_class: "text-white"
|
||
options:
|
||
- name: "Handmade Boston"
|
||
title: "Masterclasses"
|
||
title_class: "text-white"
|
||
name_class: "boston-color"
|
||
original_price: "$299"
|
||
price_class: "text-orange-600"
|
||
price: "249"
|
||
button:
|
||
title: "Register"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features_class: "text-white"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "Aug 9-10th, 2024"
|
||
- text: "JFK Presidential Library"
|
||
- text: "In-Person Masterclasses"
|
||
- text: "Kings Dining After-Party"
|
||
- name: "Handmade Seattle"
|
||
title: "Traditional"
|
||
title_class: "text-white"
|
||
name_class: "seattle-color"
|
||
price_class: "text-orange-600"
|
||
price: "249"
|
||
original_price: "$299"
|
||
button:
|
||
title: "Register"
|
||
button_class: "seattle-bg"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features_class: "text-white"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "Nov 20-22nd, 2024"
|
||
- text: "Seattle Center"
|
||
- text: "New Talks & Demos"
|
||
- text: "Trade Show"
|
||
- text: "Job Fair"
|
||
- name: "Boston + Seattle"
|
||
title: "Combined Ticket"
|
||
title_class: "text-white text-center"
|
||
name_class: "meetups-color"
|
||
price_class: "text-green-600"
|
||
price: "399"
|
||
original_price: "$498"
|
||
features_class: "text-white"
|
||
button:
|
||
title: "Register"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-green-700 hover:border-green-700 hover:text-white focus-within:bg-green-700 focus-within:border-green-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "Discounted Tickets"
|
||
- text: "Easy to Gift or Transfer Them"
|
||
- text: "Retains All Benefits"
|
||
|
||
- title: ""
|
||
title_class: "mb-20 text-center"
|
||
image: ""
|
||
side: "center"
|
||
section_class: "text-black dark:text-white"
|
||
content_class: "text-black dark:text-white"
|
||
transition:
|
||
start: "/images/transition.svg"
|
||
start_class: "mb-5 pt-4 2xl:pt-32"
|
||
start_color: "#fff"
|
||
start_style: "mask-size: cover;mask-position:center;"
|
||
end_style: "mask-size: cover;mask-position:top;"
|
||
start_dark: "/images/transition.svg"
|
||
start_dark_color: "#fff"
|
||
end: "/images/transition.svg"
|
||
end_class: "mt-20 transform -scale-y-100 -scale-x-100"
|
||
end_color: "#000"
|
||
end_dark: "/images/transition.svg"
|
||
end_dark_color: "#000"
|
||
tickets:
|
||
- title: "Online Track"
|
||
title_class: "text-black dark:text-white"
|
||
subtitle: "Status: Early Bird"
|
||
subtitle_class: "text-black dark:text-white"
|
||
section_class: "text-black dark:text-white"
|
||
options:
|
||
- name: "Handmade Boston"
|
||
title: "Masterclasses"
|
||
title_class: "text-black dark:text-white"
|
||
name_class: "boston-color"
|
||
original_price: ""
|
||
price_class: "text-orange-600"
|
||
price: "74"
|
||
button:
|
||
title: "Register"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features_class: "text-black dark:text-white"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "Online Masterclasses"
|
||
- text: "Unlock In-Person Recordings"
|
||
- text: "Access to Speakers"
|
||
- name: "Handmade Seattle"
|
||
title: "Traditional"
|
||
title_class: "text-black dark:text-white"
|
||
name_class: "seattle-color"
|
||
price_class: "text-orange-600"
|
||
price: "74"
|
||
original_price: ""
|
||
button:
|
||
title: "Register"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-orange-700 hover:border-orange-700 hover:text-white focus-within:bg-orange-700 focus-within:border-orange-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features_class: "text-black dark:text-white"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "New Talks & Demos"
|
||
- text: "Live Q&A"
|
||
- text: "Virtual Job Fair"
|
||
- text: "Access to Speakers"
|
||
- name: "Boston + Seattle"
|
||
title: "Combined Ticket"
|
||
title_class: "text-black dark:text-white text-center"
|
||
name_class: "meetups-color"
|
||
price_class: "text-green-600"
|
||
price: "119"
|
||
original_price: ""
|
||
features_class: "text-black dark:text-white"
|
||
button:
|
||
title: "Register"
|
||
class: "bg-transparent border border-orange-600 rounded-md cursor-pointer hover:bg-green-700 hover:border-green-700 dark:text-white text-black hover:text-white focus-within:bg-green-700 focus-within:border-green-700 focus-within:text-white"
|
||
url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp"
|
||
alt_url: "https://google.com/"
|
||
alt_title: "PayPal"
|
||
alt_class: "text-sm hover:underline mt-4"
|
||
features:
|
||
- text: "General Admission"
|
||
text_class: "font-semibold"
|
||
- text: "Discounted Tickets"
|
||
- text: "Easy to Gift or Transfer Them"
|
||
- text: "Retains All Benefits"
|
||
|
||
- title: "Frequently Asked Questions"
|
||
title_class: "mb-20 text-center text-white"
|
||
image: ""
|
||
side: "center"
|
||
section_class: "text-dark pt-24"
|
||
content_class: "mt-8 text-white bg-[rgba(0,0,0,0.8)] pb-24"
|
||
transition:
|
||
end: "/images/transition4.svg"
|
||
end_class: "mb-5 pt-4 2xl:pt-32 scale-y-100"
|
||
end_color: "#fff"
|
||
end_dark: "/images/transition4.svg"
|
||
end_dark_color: "#150e31"
|
||
end_style: "mask-repeat:repeat-x;mask-position: bottom;"
|
||
bg_img:
|
||
parallax: true
|
||
img: "/images/devon_starfield.png"
|
||
qa:
|
||
- question: "I'm financially disadvantaged."
|
||
question_class: "mb-4 text-2xl text-white"
|
||
answer: "If you’re a student or financially struggling send Abner an [email](mailto:abner@handmadecities.com) and tell your story. We typically do one of two things:<br><br>1. Generate a ticket with a meaningful discount<br>2. Award a free seat thanks to someone who sponsors it<br><br>_P.S. We ask those who can afford our tickets to not abuse this system of trust._"
|
||
answer_class: ""
|
||
- question: "I want to sponsor a ticket."
|
||
question_class: "mt-12 mb-4 text-2xl text-white"
|
||
answer: "Your kindness will not go unnoticed! You can go about this in a couple of ways:<br><br>- **Sponsor directly:** Our tickets already include a transfer button. You can gift them to someone you know.<br>- **Donate to sponsor pool:** If you trust us to handle it, use our [Donorbox](https://donorbox.org/handmadecities) and in the comments type _“I want to sponsor”_<br><br>We use this pool to award free seats to those in need."
|
||
- question: "How do I upgrade my ticket?"
|
||
question_class: "mt-12 mb-4 text-2xl text-white"
|
||
answer: "To upgrade from the online track to a physical one send us an email: [abner@handmadecities.com](mailto:abner@handmadecities.com)<br><br>_P.S. Upgrading is only possible if there’s still physical tickets._"
|
||
- question: "Are refunds available?"
|
||
question_class: "mt-12 mb-4 text-2xl text-white"
|
||
answer: "We don’t process refunds. The physical track is a superset of the online one, so if you can’t attend in person anymore you can join us virtually."
|
||
- question: "When do I receive my fundraiser perk?"
|
||
question_class: "mt-12 mb-4 text-2xl text-white"
|
||
answer: "If you participated in our fundraiser, you should’ve received a Donorbox receipt and a confirmation email from Abner. Perks started to roll out in March 2024 and will continue over the next couple of months."
|
||
|
||
- title: "Word on the Street"
|
||
title_class: "text-center"
|
||
image: ""
|
||
side: "center"
|
||
section_class: "text-dark pb-12"
|
||
content_class: "mt-8 pt-12"
|
||
testimonials:
|
||
- name: "Quade Zaban, Independent game designer"
|
||
title: "Bravo all, looking forward to next time!"
|
||
link: "https://twitter.com/QuadeZaban/status/1593991041430196225"
|
||
avatar: "/images/people/quade.jpg"
|
||
content: "Has been a joy watching this conference grow, and this one may have been the best so far in my books!"
|
||
|
||
- name: "Hadjar Homaei, CTO [@compdem](https://twitter.com/compdem)"
|
||
title: "Huge thanks to Abner Coimbre for making this possible! We appreciate you!"
|
||
link: "https://twitter.com/xeegeex/status/1594056776508637184"
|
||
avatar: "/images/people/hadjar.jpg"
|
||
content: "I had such a wonderful time at Handmade Seattle this week connecting with an amazing community of people who passionately love the craft of software development!"
|
||
|
||
- name: "Alasdair Monk, VP of Design ▲ [@vercel](https://twitter.com/vercel)"
|
||
title: "My first Handmade Seattle was so great."
|
||
link: "https://twitter.com/almonk/status/1593439527351484416"
|
||
avatar: "/images/people/alasdair.jpg"
|
||
content: "Abner Coimbre is a fantastic host & organiser with an important vision for building better software that benefits all of us, in his words: “reclaiming user value"
|
||
--- |