wip
This commit is contained in:
@@ -1,26 +1,21 @@
|
||||
<script lang="ts">
|
||||
// import { CodeIcon, ArrowRightIcon } from "lucide-svelte";
|
||||
import Logo from '$lib/icons/Logo.svelte';
|
||||
import { GithubIcon } from 'lucide-svelte';
|
||||
</script>
|
||||
|
||||
<header class="sticky top-0 z-10 border-b border-gray-200 bg-white/80 backdrop-blur-sm">
|
||||
<div class="container mx-auto px-6 py-4">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="container px-6 py-4">
|
||||
<div class="flex w-full items-center justify-between">
|
||||
<div class="flex items-center gap-3">
|
||||
<div class="rounded-lg bg-black p-2">
|
||||
<!-- <CodeIcon class="h-5 w-5 text-white" /> -->
|
||||
</div>
|
||||
<Logo />
|
||||
<div>
|
||||
<h1 class="text-2xl font-bold text-black">Marka</h1>
|
||||
<p class="text-sm text-gray-600">Bidirectional Markdown ↔ JSON Parser</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden items-center gap-2 text-sm text-gray-500 md:flex">
|
||||
<span>Template</span>
|
||||
<!-- <ArrowRightIcon class="w-4 h-4" /> -->
|
||||
<span>Markdown</span>
|
||||
<!-- <ArrowRightIcon class="w-4 h-4" /> -->
|
||||
<span>JSON</span>
|
||||
</div>
|
||||
<a href="https://github.com/jim-fx/marka" target="_blank" rel="noopener noreferrer">
|
||||
<GithubIcon class="h-6 w-6 text-gray-600 transition-colors duration-200 hover:text-black" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user