Skip to content

Commit

Permalink
chore: additinal that.us to thatconference.com reference updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Sep 16, 2023
1 parent 28b30ca commit 9dd18aa
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 36 deletions.
18 changes: 4 additions & 14 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand All @@ -10,26 +8,18 @@
"name": "Clark Sell",
"avatar_url": "https://avatars1.githubusercontent.com/u/772569?v=4",
"profile": "http://unspecified.io",
"contributions": [
"code",
"content",
"design"
]
"contributions": ["code", "content", "design"]
},
{
"login": "brettski",
"name": "Brett Slaski",
"avatar_url": "https://avatars3.githubusercontent.com/u/473633?v=4",
"profile": "http://blog.brettski.com",
"contributions": [
"code",
"infra",
"maintenance"
]
"contributions": ["code", "infra", "maintenance"]
}
],
"contributorsPerLine": 7,
"projectName": "that.us",
"projectName": "thatconference.com",
"projectOwner": "ThatConference",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
6 changes: 3 additions & 3 deletions src/_components/navigation/thatConference/MobileNavHat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
</script>

<div class="relative col-span-1 grid h-14 place-self-center bg-that-navy text-white">
<div class="mx-8 flex items-center justify-between ">
<div class="mx-8 flex items-center justify-between">
<div class="font-semibold antialiased">
<a href="/" class="flex items-center space-x-2 ">
<a href="/" class="flex items-center space-x-2">
<LeftArrow />
<span>Back to THAT.us</span>
<span>Back to thatconference.com</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.private.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function configMissing(configKey) {

export const securityConfig = () => {
const config = {
baseURL: env.AUTH0_BASE_URL || 'https://that.us',
baseURL: env.AUTH0_BASE_URL || 'https://thatconference.com',
clientSecret: env.AUTH0_CLIENT_SECRET || configMissing('AUTH0_CLIENT_SECRET'),
secret: env.AUTH0_SECRET || configMissing('AUTH0_CLIENT_SECRET')
};
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.public.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
export const securityConfig = () => {
const config = {
clientID: env.PUBLIC_AUTH0_CLIENT_ID || configMissing('PUBLIC_AUTH0_CLIENT_ID'),
baseURL: env.PUBLIC_AUTH0_BASE_URL || `https://that.us`,
baseURL: env.PUBLIC_AUTH0_BASE_URL || `https://thatconference.com`,
issuerBaseURL: `https://auth.that.tech`,

authorizationParams: {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/ical.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ical from 'ical-generator'; // https://github.com/sebbo2002/ical-generator
import dayjs from 'dayjs';

const domain = 'that.us';
const domain = 'thatconference.com/';

function icalWrapper(title) {
const cal = ical({ domain, name: title });
Expand All @@ -14,7 +14,7 @@ function icalWrapper(title) {
end: dayjs(activity.startTime).add(activity.durationInMinutes, 'minutes').toDate(),
summary: activity.title,
description: activity.shortDescription,
location: 'THAT.us',
location: 'THAT Conference',
url: `https://thatconference.com/activities/${activity.id}`
});

Expand Down
2 changes: 1 addition & 1 deletion src/routes/(root)/orders/_components/_Prerequisites.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
To fully complete this purchase, upon continue we will redirect your browser to
https://checkout.stripe.com. This is our credit card processor, Stripe. It's here where you
will enter your payment details, and finalize this order. Once completed you will be
redirected back to THAT.us.
redirected back to thatconference.com.
</p>
</div>
{/if}
Expand Down
6 changes: 3 additions & 3 deletions src/routes/(root)/orders/success/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
<h4>Action Required - You have unallocated tickets.</h4>
<p>
You've purchased multiple tickets, and some or all of those tickets now need to be
allocated to someone. To gain access, that someone has to have a valid account on THAT.us.
You need that user's email address to assign the ticket. Once assigned, THAT.us will
contact them and take care of the rest.
allocated to someone. To gain access, that someone has to have a valid account on
thatconference.com. You need that user's email address to assign the ticket. Once
assigned, thatconference.com will contact them and take care of the rest.
</p>
{#if targetLocations.includes('AT')}
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(root)/orders/success/claim-ticket/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
</ol>

<p>
Visit <a href="/support/sponsors/forms/">https://sponsor.that.us</a> for a one-stop resource for
your sponsorship. It contains links to lead generation, a sponsor handbook and many other important
Visit <a href="/support/sponsors/forms/">https://sponsor.thatconference.com</a> for a one-stop resource
for your sponsorship. It contains links to lead generation, a sponsor handbook and many other important
resources.
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(root)/sponsorships/prospectus/+page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { redirect } from '@sveltejs/kit';

export async function load() {
throw redirect(302, `https://sponsorships.that.us`);
throw redirect(302, `https://sponsorships.thatconference.com`);
}
2 changes: 1 addition & 1 deletion src/routes/(root)/support/sponsors/forms/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<ul>
<li>Complete your ticket enrollment.</li>
<li>Book your stay.</li>
<li>Update your that.us profile.</li>
<li>Update your THAT Conference profile.</li>
<li>Read the Sponsorship Handbook.</li>
<li>Review your company's spotlight page.</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions src/routes/(root)/support/transfer-a-ticket/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
</p>

<p>
Transferring is easy, just enter a valid THAT.us account profile email address and click
transfer. The page will inform you if the email address is not found. Check with the person
you are transferring the ticket to for the email address they're using in their profile (<strong
>Note:</strong> Their profile email address may be different than their login email address)
Transferring is easy, just enter a valid THAT Conference account profile email address and
click transfer. The page will inform you if the email address is not found. Check with the
person you are transferring the ticket to for the email address they're using in their profile
(<strong>Note:</strong> Their profile email address may be different than their login email address)
</p>

<div class="transform text-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
location: [
{
'@type': 'VirtualLocation',
url: `https://thatconference.com/events/${event.slug}`
url: `https://that.us/events/${event.slug}`
}
],
image: [event.logo],
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(that conferences)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
organizer: {
'@type': 'Organization',
name: 'THAT Conference',
url: 'https://that.us'
url: 'https://thatconference.com'
}
};
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
messages.update((m) => [
...m,
{
message: 'πŸ™Œ We shipped again! πŸŽ‰ Check out newest features on THAT.us!!!',
message: 'πŸ™Œ We shipped again! πŸŽ‰ Check out newest features on thatconference.com!!!',
url: '/releases/changelog-missed'
}
]);
Expand Down

0 comments on commit 9dd18aa

Please sign in to comment.