Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Jul 17, 2023
2 parents 3218df7 + c22cdf9 commit 24f78a2
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 624 deletions.
80 changes: 0 additions & 80 deletions functions/api/v1/join-us/submit.js

This file was deleted.

81 changes: 0 additions & 81 deletions functions/api/v1/join-us/verify.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/layouts/HeroBase.astro
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ const { rtl } = rtlSettings();
icon="fas fa-circle-dollar-to-slot"
textKey="button-donate"
/>
<Button
href={localizePath("/community/join-us")}
type="info"
icon="fas fa-signature"
textKey="button-join-npo"
/>
</div>
</div>
</div>
Expand Down
22 changes: 1 addition & 21 deletions src/layouts/Home.astro
Original file line number Diff line number Diff line change
Expand Up @@ -179,24 +179,4 @@ import SponsorRow from "@parts/sponsors/SponsorRow.astro";
</div>
</div>

</HeroContent>

<script>
import { toast } from 'bulma-toast';

const toastType = new URLSearchParams(window.location.search).get('toast');

if (toastType) {
const message = {
'registered': 'Your registration was successful! Please check your email for further information.',
}[toastType] || 'Uhhh.. pineapple?';

toast({
message,
type: 'is-primary',
dismissible: true,
pauseOnHover: true,
duration: 30000,
})
}
</script>
</HeroContent>
148 changes: 0 additions & 148 deletions src/layouts/JoinForm.astro

This file was deleted.

1 change: 0 additions & 1 deletion src/locales/en/common.flt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ button-donate = Donate
button-forum = {-forum}
button-github = {-github}
button-install = Install
button-join-npo = Join The Non-Profit
button-mastodon = {-mastodon}
button-maven-repo = Maven Repo
button-more = More
Expand Down
22 changes: 0 additions & 22 deletions src/pages/en/community/join-us.mdx

This file was deleted.

Loading

1 comment on commit 24f78a2

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://948a5af0.quiltmc-org.pages.dev

Please sign in to comment.