Skip to content

Commit 8fda228

Browse files
Added rebrand link
1 parent cbe6ac3 commit 8fda228

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@
3838
</head>
3939
<body class="bg-slate-50 text-slate-900 font-sans antialiased">
4040

41-
<nav class="fixed top-0 w-full z-50 glass border-b border-slate-200 py-4 px-8 flex justify-between items-center">
41+
<div class="fixed top-0 w-full z-[60] bg-indigo-600 text-white py-2 px-4 text-center text-sm font-bold">
42+
We're rebranding to LinkLayer!
43+
<a href="/blog/rebrand.html" class="underline ml-2 inline-flex items-center gap-1 hover:text-indigo-100 transition">
44+
Learn more <i data-feather="arrow-right" class="w-3 h-3"></i>
45+
</a>
46+
</div>
47+
48+
<nav class="fixed top-9 w-full z-50 glass border-b border-slate-200 py-4 px-8 flex justify-between items-center">
4249
<div class="flex items-center gap-2 font-black text-2xl text-indigo-600 cursor-pointer" onclick="location.href='/'">
4350
<i data-feather="layers"></i><span>LinkStack</span>
4451
</div>
@@ -47,7 +54,7 @@
4754
</div>
4855
</nav>
4956

50-
<main id="main-content" class="pt-24">
57+
<main id="main-content" class="pt-32">
5158
<section class="max-w-7xl mx-auto px-6 py-24 text-center">
5259
<span class="px-4 py-2 rounded-full bg-indigo-50 text-indigo-600 text-xs font-black uppercase tracking-widest mb-6 inline-block">The ultimate link in bio</span>
5360
<h1 class="text-6xl md:text-8xl font-black mb-8 tracking-tighter leading-[0.9]">Everything you are <br><span class="text-indigo-600">in one simple link.</span></h1>

0 commit comments

Comments
 (0)