Skip to content

Commit fb5d828

Browse files
authored
Add a Unicode header on the homepage (#35)
1 parent be9e753 commit fb5d828

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

index.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ export default function IndexPage({ comp }: any) {
99
return (
1010
<>
1111
<div class="bg-blue-50">
12+
<div class="bg-[#5555FF]">
13+
<div class="mx-auto max-w-screen-md text-white px-4 py-2 text-xl font-semibold flex items-center justify-between gap-3">
14+
<img
15+
src="/static/logos/unicode.svg"
16+
alt="Unicode"
17+
class="inline size-10 justify-self-start"
18+
/>
19+
<span>
20+
A{" "}
21+
<a
22+
href="https://home.unicode.org/about-unicode/"
23+
class="hover:underline"
24+
>
25+
Unicode
26+
</a>{" "}
27+
project
28+
</span>
29+
</div>
30+
</div>
1231
<div class="mx-auto max-w-screen-md">
1332
<Head />
1433
<section class="p-4 max-w-screen-lg mx-auto mt-2 md:mt-4 lg:mt-8 text-lg md:text-xl lg:text-2xl space-y-4">

static/logos/unicode.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)