Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
progof committed Nov 5, 2024
1 parent 471c29a commit 56b9f6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ import AstronautIcon from "@/assets/icons/astronaut.svg?component";
alt="Gamification poster"
class="absolute inset-0 size-full object-cover opacity-65 blur-sm bg-blue-200"
/>
<div class="flex flex-col gap-6 items-center z-10">
<h2 class="text-2xl font-semibold text-zinc-100 text-center">
How to Gamify Your Goals
</h2>
<span class="text-zinc-200 text-center">
Follow these steps to gamify your goals and turn your daily tasks
into exciting quests. With each completed task, you'll earn
experience points, level up, and unlock new achievements. Start your
gamification journey today!
</span>
</div>
<div
class="grid grid-cols-1 gap-6 sm:grid-cols-2 md:grid-cols-3 md:grid-rows-2 z-10"
>
Expand Down

0 comments on commit 56b9f6c

Please sign in to comment.