Skip to content

Commit

Permalink
Add announcement banner for SITCON 2025 in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 30, 2024
1 parent 0b5f560 commit b148b3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ export default function Nav() {
layoutRoot
layout
>
<motion.div
className="w-full bg-[#FFCA73] text-[#462002] p-1 font-bold text-center overflow-hidden flex justify-center items-center gap-4"
animate={{ height: 40, opacity: 1 }}
transition={{ duration: 0.5,
delay: 2,
}}
initial={{ height: 0, opacity: 0 }}
>
SITCON 2025 熱烈徵稿中!<Link target="_blank" href="https://sitcon.org/2025/cfp/" className="underline">查看投稿資訊</Link>
</motion.div>
<div className="container flex items-center justify-between py-6">
<Link
href="/"
Expand Down

0 comments on commit b148b3f

Please sign in to comment.