Skip to content

Commit 0c91afa

Browse files
pronskiyCopilotsaundefined
authored
Add top banner with PHPverse link (#221)
* Add top banner with PHPverse link * Update source/_layouts/default.html Co-authored-by: Copilot <[email protected]> * Update source/_layouts/default.html Co-authored-by: Sergey Panteleev <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Sergey Panteleev <[email protected]>
1 parent ea3f346 commit 0c91afa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_layouts/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
</head>
6565
<body class="bg-white">
6666

67+
<div role="region" aria-label="PHPverse 2025 announcement" class="w-full bg-green-500 text-white text-center py-1 text-sm font-medium z-50 hover:text-white">
68+
<a href="https://jb.gg/phpverse-phpf" target="_blank" rel="noopener noreferrer" class="text-white no-underline hover:underline hover:text-white visited:hover:text-white">Join PHPverse 2025 — a free online event celebrating PHP’s 30th birthday!</a>
69+
</div>
70+
6771
<header x-data="{ isOpen: false }" @keydown.escape="isOpen = false" @click.away="isOpen = false" itemscope
6872
itemtype="https://schema.org/WPHeader">
6973
<nav class="mx-auto flex max-w-7xl items-center justify-between relative">

0 commit comments

Comments
 (0)