mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
feat (web): light/dark logo assets
fix: light/dark mode toggling todo: implement a light theme
This commit is contained in:
@@ -1,25 +1,12 @@
|
||||
<script lang="ts">
|
||||
import { Navigation, Avatar, Rating } from '@skeletonlabs/skeleton-svelte';
|
||||
import Navbar from '../components/Navbar.svelte';
|
||||
import Footer from '../components/Footer.svelte';
|
||||
</script>
|
||||
|
||||
<div data-theme="theme" class="min-h-screen flex flex-col">
|
||||
<!-- Navbar -->
|
||||
<header class="border-b border-surface-200-800 bg-surface-100-900">
|
||||
<div class="mx-auto w-full max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex h-16 items-center justify-between">
|
||||
<a href="/" class="flex items-center gap-2 font-semibold">
|
||||
<img src="/assets/vector/default-monochrome.svg" alt="Stocklet" class="h-8 w-auto" />
|
||||
</a>
|
||||
<Navigation.Bar classes="bg-transparent width-auto h-12 p-0">
|
||||
<Navigation.Tile href="/" label="Home" />
|
||||
<Navigation.Tile href="#" label="Products" />
|
||||
<Navigation.Tile href="#" label="Orders" />
|
||||
<Navigation.Tile href="#" label="Account" />
|
||||
</Navigation.Bar>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<Navbar />
|
||||
|
||||
<!-- Hero -->
|
||||
<section class="relative overflow-hidden bg-surface-50-950">
|
||||
|
||||
Reference in New Issue
Block a user