-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
- Loading branch information
1 parent
217bf2a
commit e7ae7ba
Showing
4 changed files
with
3,832 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default function Banner() { | ||
return ( | ||
<div className="items-center justify-center gap-x-6 bg-white px-6 py-2.5 sm:px-3.5 sm:before:flex-1"> | ||
<p className="text-sm leading-6 text-black fit-content"> | ||
<a className="w-items" href="https://conf.techmids.io"> | ||
<strong className="font-semibold">TechMids Conf October 2023</strong> | ||
<svg viewBox="0 0 2 2" className="mx-2 inline h-0.5 w-0.5 fill-current" aria-hidden="true"> | ||
<circle cx={1} cy={1} r={1} /> | ||
</svg> | ||
Join us in Birmingham's ICC on 20th October 2023<span aria-hidden="true">→</span> | ||
</a> | ||
</p> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.