Skip to content

Commit

Permalink
Update home CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
42A7C5 committed May 14, 2024
1 parent a6edd00 commit ca1f492
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/components/sidebarInternals.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,12 @@
{
#if this_locale?.startsWith("en")
}
<div class="text-sm lg:text-base py-2 px-4 sm:px-2 lg:px-4 border-sky-400 border-2 bg-sky-100 dark:bg-sky-700 dark:bg-opacity-15">
<h2 class="text-lg font-semibold">Join our community!</h2>
<p>Catenary is a public transport computer science research non-profit founded by students at <span class="bg-gradient-to-r from-[#0064a4] dark:from-sky-400 via-sky-600 dark:via-sky-500 to-[#ffd200] dark:to-[#ffd200] inline-block text-transparent bg-clip-text font-semibold">UC Irvine</span>!</p>
<p>We add features every day to our map! Chat with us & give us suggestions on our Discord server!</p>
<div class="mt-2 flex flex-row gap-x-2">
<div class="text-sm lg:text-base py-2 px-4 sm:px-2 lg:px-4 border-sky-400 border-y-2 mb-2 bg-sky-100 dark:bg-sky-700 dark:bg-opacity-15">
<h2 class="text-lg font-semibold">We get there together.</h2>
<p>Catenary is a student-led non-profit organization at the cutting edge of transit and routing research. We add features every day to our map, so come chat with us & give us your feedback on our Discord server!</p>
<div class="mt-4 flex flex-row gap-x-2">
<a target="_blank" href="https://discord.gg/yVV6dguwtq"><button class="bg-blue-600 font-bold text-white rounded-md px-2 py-1">Join our Discord</button></a>
<a target="_blank" href="https://discord.gg/yVV6dguwtq"><button class="bg-white dark:bg-gray-950 font-bold rounded-md px-2 py-1 flex flex-row gap-x-1 text-[#42A7C5]"><img src="https://catenarymaps.org/logo.svg" class="inline mr-1 h-5 my-auto text-[#42A7C5]"/>Catenary Website</button></a>
<a target="_blank" href="https://catenarymaps.org"><button class="bg-white dark:bg-gray-950 font-bold rounded-md px-2 py-1 flex flex-row gap-x-1 text-[#42A7C5]"><img src="https://catenarymaps.org/logo.svg" class="inline mr-1 h-5 my-auto text-[#42A7C5]"/>Catenary Website</button></a>
</div>
</div>
{/if}
Expand Down

0 comments on commit ca1f492

Please sign in to comment.