Skip to content

Commit

Permalink
A somewhat basic intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-0 committed Jan 7, 2024
1 parent e1fe19a commit 31728a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Interaction/Interaction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{/each}
</div>

<div class="flex justify-between">
<div class="flex justify-between w-full">
<a
href="https://khaled.is-a.dev"
target="_blank"
Expand Down
15 changes: 14 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<a href="./game">Epic Game Ahead</a>
<div class="p-4">
<div class="container global-container-bg">
<h1 class="text-2xl w-fit">Epic Word Matching Game</h1>

<a class="w-fit text-green-500" href="./game">Play</a>
</div>
</div>

<style lang="postcss">
.container {
@apply flex justify-center items-center flex-col;
@apply mx-auto p-4 rounded-xl;
}
</style>

0 comments on commit 31728a6

Please sign in to comment.