Skip to content

Commit

Permalink
banner added
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rpp committed Aug 9, 2024
1 parent 01a0673 commit 2510f5c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
Binary file added .assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"bradlc.vscode-tailwindcss",
"hbenl.vscode-test-explorer"
]
}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"files.associations": {
"*.css": "tailwindcss"
}
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Banner Image](./.assets/banner.png)

<h1>BSE 205 - Elective Project</h1>

- [The Stack](#the-stack)
Expand Down
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
class="sticky top-0 z-50 w-full border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"
>
<div class="container mx-auto flex h-14 max-w-screen-2xl items-center px-4">
<div class="md:mr-4 flex">
<div class="flex md:mr-4">
<Icons.lock />
<span class="ml-2 font-bold sm:inline-block">Secure Store</span>
</div>

<div
class="hidden md:flex flex-1 items-center justify-between space-x-2 md:justify-end"
class="hidden flex-1 items-center justify-between space-x-2 md:flex md:justify-end"
>
<ThemeToggle />
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
const aaaa = () => {
console.error("AAAAAAAA");
}
};
</script>

<h1 class="text-3xl font-bold">Welcome to SvelteKit</h1>
Expand Down

0 comments on commit 2510f5c

Please sign in to comment.