Skip to content

Commit

Permalink
fix: removing on-that
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Jul 12, 2022
1 parent 317814e commit 9784ccc
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 97 deletions.
57 changes: 5 additions & 52 deletions src/routes/call-for-counselors/[event]/[year]/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<div class="col-span-3 space-y-8">
<p class="prose-2xl text-gray-500">
Are you ready to speak at the biggest tech conference in the US Midwest? We are searching
for hour-long sessions, half and full-day workshops, and keynotes that bring value to our
community. The sessions and workshops can appeal to developers, designers, testers,
business owners, site builders, community organizers, and everything in-between.
We are searching for hour-long sessions, half and full-day workshops, and keynotes that
bring value to our community. The sessions and workshops can appeal to developers,
designers, testers, business owners, site builders, community organizers, and everything
in-between.
</p>
<div class="flex justify-center space-x-4">
Expand Down Expand Up @@ -104,7 +104,7 @@
<div class="col-span-3">
<p class="prose-xl text-white">
THAT Conference is the largest tech event in the US Midwest, and it’s held at a
THAT Conference is the largest family-friendly tech event in the US, and it’s held at a
waterpark. We are a family-friendly conference and encourage children (geeklings) to
submit talks as well! We are looking for counselors on a wide variety of topics and
backgrounds. Do you have a story to tell? Do you have expertise in a specific field to
Expand All @@ -123,53 +123,6 @@
<div id="formatAndDates" />
<div class="relative mt-24">
<div class="relative mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 ">
<div class="flex flex-col justify-center text-center">
<h2 class="text-4xl font-extrabold uppercase tracking-tighter text-thatBlue-800">
Speak Online or In-Person, you decide.
</h2>
</div>
<div class="mt-12">
<p class="prose-lg pt-4 text-center text-gray-500">
Dare we say we've gone "digital-first"? Sounds fancy, right? The truth is we're a believer
in continuous refactoring, and let's be honest, the resort isn't big enough for the camp
we want to set up. THAT Conference is now comprised of two primary delivery methods,
online or in-person.
</p>
<div class="flex pt-12">
<div class="flex flex-col justify-center">
<img
src="/images/characters/what_to_expect_tech_stack.png"
class="lazyload h-24 w-full object-scale-down"
alt="a computer" />
</div>
<p class="prose-lg flex-grow pt-4 text-left text-gray-500">
Online activities are solely delivered online, authentic to their audience. They are
meant to be very interactive, global, and happen at any time for any length of time.
They're limited to 100 people, but some of the best, most engaging activities happen
with just a few geeks. The possibilities are endless, and we're excited to have this
addition.
</p>
</div>
<div class="flex pt-12">
<p class="prose-lg flex-grow pt-4 text-left text-gray-500">
In-person activities are just that; they're physically in-person and also authentic to
their audience. Typically they're orchestrated with a single speaker and limited by time
and physical space.
</p>
<div class="flex flex-col justify-center">
<img
src="/images/characters/what_to_expect_professional_networking.png"
class="lazyload h-24 w-full object-scale-down"
alt="two geeks high fiving" />
</div>
</div>
</div>
</div>
</div>
<div class="mt-24">
<div class="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 ">
<div class="lg:grid lg:grid-cols-2 lg:items-start lg:gap-32">
Expand Down
8 changes: 0 additions & 8 deletions src/routes/call-for-counselors/_components/faq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
{
q: 'Do I need to register? Do I get a ticket?',
a: 'Yes. If selected, we will provide you will the necessary information to get it all squared away.'
},
{
q: 'I was selected to speak Online. Do I get an in-person ticket?',
a: 'No, you will receive a free ticket to the portion of the event you are speaking in. Online speakers will be given a free virtual ticket, and in-person speakers will be given that appropriate ticket.'
},
{
q: 'Can I submit or speak at both, online and in-person.',
a: 'Sure.'
}
];
</script>
Expand Down
5 changes: 0 additions & 5 deletions src/routes/events/_components/tickets/_Professional.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@
<StandardButton on:click={() => handlePurchase('WORKSHOPS')}>Purchase</StandardButton>
</td>

<td class="px-6 pt-12">
<StandardButton on:click={() => handlePurchase('VIRTUAL_CAMPER')}
>Purchase</StandardButton>
</td>

<td class="px-6 pt-12">
<StandardButton on:click={() => handlePurchase('CAMPER_NO_FOOD')}
>Purchase</StandardButton>
Expand Down
51 changes: 19 additions & 32 deletions src/routes/events/_components/tickets/pricingData.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ export const ticketBreakdown = [
}
]
},
{
uiReference: 'VIRTUAL_CAMPER',
includes: [
{
title: 'Event Access',
includes: [{ title: 'Tuesday' }, { title: 'Wednesday' }, { title: 'Thursday' }]
},
{
title: 'Other',
includes: [{ title: 'T-Shirt (US Only)' }]
}
]
},
{
uiReference: 'CAMPER_NO_FOOD',
includes: [
Expand Down Expand Up @@ -149,50 +136,50 @@ const pricingBreakdown = [
includes: [
{
title: 'Monday',
isIncluded: [true, false, false, false, true]
isIncluded: [true, false, false, true]
},
{
title: 'Tuesday',
isIncluded: [false, true, true, true, true]
isIncluded: [false, true, true, true]
},
{
title: 'Wednesday',
isIncluded: [false, true, true, true, true]
isIncluded: [false, true, true, true]
},
{
title: 'Thursday',
isIncluded: [false, true, true, true, true]
isIncluded: [false, true, true, true]
}
]
},
{
title: 'Food and Beverage',
includes: [
{ title: 'Monday Lunch', isIncluded: [true, false, false, false, true] },
{ title: 'Monday Lunch', isIncluded: [true, false, false, true] },
{
title: 'Tuesday Breakfast & Lunch',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
},
{ title: 'Happy Hour', isIncluded: [false, false, false, true, true] },
{ title: 'Happy Hour', isIncluded: [false, false, true, true] },
{
title: 'Wednesday Breakfast & Lunch',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
},
{
title: 'Wednesday Pig Roast',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
},
{
title: 'Thursday Breakfast & Lunch',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
},
{
title: 'Closing Smores Bar',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
},
{
title: 'All Day Caffeine & H20',
isIncluded: [false, false, false, true, true]
isIncluded: [false, false, true, true]
}
]
},
Expand All @@ -202,12 +189,12 @@ const pricingBreakdown = [
includes: [
{
title: 'Welcome Reception',
isIncluded: [true, false, true, true, true]
isIncluded: [true, true, true, true]
},
{ title: 'Game Night', isIncluded: [false, false, true, true, true] },
{ title: 'Game Night', isIncluded: [false, true, true, true] },
{
title: 'Water Park Party',
isIncluded: [false, false, true, true, true]
isIncluded: [false, true, true, true]
}
]
},
Expand All @@ -217,11 +204,11 @@ const pricingBreakdown = [
includes: [
{
title: 'Conference Badge',
isIncluded: [true, false, true, true, true]
isIncluded: [true, true, true, true]
},
{ title: 'T-Shirt', isIncluded: [false, 'US Only', true, true, true] },
{ title: 'THAT Gift', isIncluded: [false, false, true, true, true] },
{ title: 'Wifi Access', isIncluded: [true, false, true, true, true] }
{ title: 'T-Shirt', isIncluded: [false, true, true, true] },
{ title: 'THAT Gift', isIncluded: [false, true, true, true] },
{ title: 'Wifi Access', isIncluded: [true, true, true, true] }
]
}
];
Expand Down

0 comments on commit 9784ccc

Please sign in to comment.