Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature -> production #154

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor.tabSize": 2,
"editor.snippetSuggestions": "top",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#000",
Expand Down
44 changes: 34 additions & 10 deletions src/routes/(root)/signup/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,31 @@
md:text-6xl lg:text-left">
Join The Daily Conversation
</h2>
<div class="space-y-8 lg:grid lg:grid-cols-6 lg:items-center lg:gap-8">
<div class="col-span-2">
<img class="w-72" src="/images/SlackLogo.svg" alt="slack logo" />
</div>
<div class="col-span-4 flex flex-col items-start space-y-6 text-lg text-gray-500">
<p class="prose prose-lg">
Yes we have a Slack channel too. It's also a very active one and we'd love to invite
you to it as well. Requesting access is easy, just head over to your profile and hit
a button.
</p>

<p class="prose prose-lg">
Join either our Slack or Discord groups, both where collaboration and camaraderie
converge. Connect with like-minded individuals, share insights, and engage in the daily
discussions. Whether you're a seasoned professional or just starting your journey, our
online communities is the perfect place to network, learn, and grow between the times
when we get together. Requesting access is easy, just head over to your profile and hit
a button.
</p>

<div class="space-y-24">
<div class="mt-12 flex items-center space-x-12">
<div>
<img class="w-72" src="/images/SlackLogo.svg" alt="slack logo" />
</div>

<StandardLink href="/my/profiles/slack">Request Access Today</StandardLink>
</div>

<div class="mt-12 flex items-center space-x-12">
<div>
<img class="w-72" src="/images/discord-logo-blue.svg" alt="discord logo" />
</div>
<StandardLink href="https://that.community">Join Discord Today</StandardLink>
</div>
</div>
</section>

Expand All @@ -141,6 +154,17 @@
<Newsletter />
</div>
</section>

<!-- <section class="col-span-2 pt-16">
<h2
class="pb-16 text-4xl font-extrabold leading-10 tracking-tight text-thatBlue-800 sm:text-center sm:text-5xl sm:leading-none
md:text-6xl lg:text-left">
Follow Us On The Socials
</h2>
<div class="space-y-8">
<p>social icons</p>
</div>
</section> -->
</div>
</main>
</div>
Expand Down
1 change: 1 addition & 0 deletions static/images/discord-logo-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.