Skip to content
Open
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
21 changes: 0 additions & 21 deletions src/routes/board.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,6 @@
class="top-0 flex flex-1 flex-col items-center justify-evenly gap-4 bg-base-200 p-4 md:sticky md:min-h-[710px] md:border-r md:border-neutral-content"
bind:this={board}
>
<div
class="relative w-full max-w-2xl rounded-lg bg-gradient-to-bl from-sky-600 to-[#40e49d] p-1 dark:to-[#09aa64]"
>
<div class="flex flex-col items-center gap-3 rounded-lg bg-white/5 p-4 backdrop-blur-sm">
<p class="text-lg font-medium text-white">🚀 Introducing StudyFa.st</p>
<p class="text-center text-white/90">
We've built a revolutionary app to supercharge your learning experience.
<br />
Join thousands of successful students!
</p>
<Button
href="https://StudyFa.st"
target="_blank"
variant="secondary"
class="transition-transform hover:scale-105"
>
Try it Free Now →
</Button>
</div>
</div>

<div
class="photos-border relative flex aspect-[4/3] w-full max-w-xl flex-col items-center justify-center gap-4 bg-base-100"
>
Expand Down