-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c227aba
commit 5991304
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
src/lib/components/Interface/SideBar/SidebarComponents/Home.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
<div class="w-full h-full pl-10 pt-10"> | ||
<h1 class="text-4xl font-varela font-extrabold text-white">Home</h1> | ||
<div class="w-[90%] h-56 bg-white opacity-10 mx-auto flex items-center justify-center rounded-md mt-3"> | ||
<h1 class="text-2xl text-black">Placeholder</h1> | ||
</div> | ||
<h1 class="text-3xl font-bold mt-4">Recently opened</h1> | ||
<div class="mt-4 w-full justify-start items-center"> | ||
<div class="border-2 p-3 border-white w-80 h-64 rounded bg-slate-900 bg-opacity-35"> | ||
<h1 class="text-xl font-varela text-gray-300 font-bold">Placeholder</h1> | ||
</div> | ||
</div> | ||
</div> |