File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments