diff --git a/content/english/tickets/index.md b/content/english/tickets/index.md index 0f39cdc..3177378 100644 --- a/content/english/tickets/index.md +++ b/content/english/tickets/index.md @@ -59,8 +59,8 @@ features: button_class: "seattle-bg" class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-orange-500 hover:border-orange-500 hover:text-white focus-within:bg-orange-500 focus-within:border-orange-500 focus-within:text-white" url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr" - alt_url: "https://google.com/" alt_title: "PayPal" + alt_paypal_id: "paypal-physical-ticket" alt_class: "text-sm hover:underline mt-4" features_class: "text-white text-center" features: @@ -78,15 +78,15 @@ features: title_class: "text-white text-center" name_class: "seattle-color" price_class: "text-green-500" - price: "399" - original_price: "" + price: "349" + original_price: "399" features_class: "text-white" button: title: "Register" class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-green-500 hover:border-green-500 hover:text-white focus-within:bg-green-500 focus-within:border-green-500 focus-within:text-white" url: "https://buy.stripe.com/aEU3cmgO7dhr6pWeVp" - alt_url: "https://google.com/" alt_title: "PayPal" + alt_paypal_id: "paypal-physical-ticket-premium" alt_class: "text-sm hover:underline mt-4" features: - text: "If you want to support the conference" @@ -132,8 +132,8 @@ features: title: "Register" class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-orange-500 hover:border-orange-500 hover:text-white focus-within:bg-orange-500 focus-within:border-orange-500 focus-within:text-white" url: "https://buy.stripe.com/6oE4gq69t7X75lSeVo" - alt_url: "https://google.com/" alt_title: "PayPal" + alt_paypal_id: "paypal-online-ticket" alt_class: "text-sm hover:underline mt-4" features_class: "text-black dark:text-white" features: @@ -156,8 +156,8 @@ features: title: "Register" class: "bg-transparent border border-orange-500 rounded-md cursor-pointer hover:bg-green-500 hover:border-green-500 hover:text-white focus-within:bg-green-500 focus-within:border-green-500 focus-within:text-white" url: "https://buy.stripe.com/9AQ8wG0P9a5fg0wfZr" - alt_url: "https://google.com/" alt_title: "PayPal" + alt_paypal_id: "paypal-online-ticket-premium" alt_class: "text-sm hover:underline mt-4" features_class: "text-black dark:text-white" features: @@ -248,4 +248,4 @@ features: 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" ---- \ No newline at end of file +--- diff --git a/layouts/partials/components/ticket_list.html b/layouts/partials/components/ticket_list.html index 3b168f8..4f9031c 100644 --- a/layouts/partials/components/ticket_list.html +++ b/layouts/partials/components/ticket_list.html @@ -79,10 +79,16 @@ class="inline-flex justify-center w-full px-4 py-3 mt-8 font-sans text-sm leading-none text-center no-underline sm:text-base md:text-lg {{ $option.button.class }}"> {{ $option.button.title }} - {{ if $option.button.alt_url }} - - {{ $option.button.alt_title }} - + {{ if $option.button.alt_paypal_id }} + +