Skip to content

Add top banner with PHPverse link #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
</head>
<body class="bg-white">

<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">
<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>
</div>

<header x-data="{ isOpen: false }" @keydown.escape="isOpen = false" @click.away="isOpen = false" itemscope
itemtype="https://schema.org/WPHeader">
<nav class="mx-auto flex max-w-7xl items-center justify-between relative">
Expand Down