updated header
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
<header class="px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
|
||||
<div class="flex items-center justify-between border-b border-primary dark:border-primary-dark py-3 text-sm">
|
||||
<a href="/">
|
||||
<img src={~p"/images/labelmaker.png"} width="200" />
|
||||
</a>
|
||||
<div class="flex items-center gap-4">
|
||||
<a href="/">
|
||||
<img src={~p"/images/logo.svg"} width="36" />
|
||||
</a>
|
||||
<p class="bg-brand/5 text-brand rounded-full px-2 font-medium leading-6">
|
||||
v{Application.spec(:phoenix, :vsn)}
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex items-center gap-4 font-semibold leading-6 text-zinc-900">
|
||||
<a href="https://twitter.com/elixirphoenix" class="hover:text-zinc-700">
|
||||
@elixirphoenix
|
||||
</a>
|
||||
<a href="https://github.com/phoenixframework/phoenix" class="hover:text-zinc-700">
|
||||
GitHub
|
||||
<a
|
||||
href="https://github.com/mcdoh/tarokka"
|
||||
class="h-[35px] w-[125px]"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button class="h-full w-full flex flex-row justify-center items-center gap-3 bg-slate-700 rounded-[6px] hover:bg-slate-600 transition cursor-pointer">
|
||||
<img src="/images/github-mark-white.svg" alt="GitHub" class="h-[22px] w-[22px]" />
|
||||
<img src="/images/github-logo-white.png" alt="GitHub" class="h-[22px]" />
|
||||
</button>
|
||||
</a>
|
||||
<a
|
||||
href="https://hexdocs.pm/phoenix/overview.html"
|
||||
class="rounded-lg bg-zinc-100 px-2 py-1 hover:bg-zinc-200/80"
|
||||
href="https://www.buymeacoffee.com/mcdoh"
|
||||
class="h-[35px] w-[125px] transition hover:drop-shadow-[0_0_3px_#ffd700]"
|
||||
target="_blank"
|
||||
>
|
||||
Get Started <span aria-hidden="true">→</span>
|
||||
<img src="/images/bmc-button.svg" alt="Buy Me A Coffee" className="h-full" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="csrf-token" content={get_csrf_token()} />
|
||||
<.live_title default="Labelmaker" suffix=" · Phoenix Framework">
|
||||
<.live_title default="labelmaker.xyz">
|
||||
{assigns[:page_title]}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
<body class="bg-bg-light text-fg-light dark:bg-bg-dark dark:text-fg-dark">
|
||||
{@inner_content}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user