Skip to content
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

Banner for rebrand #655

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions src/components/Banner.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="background-color: #f1f1f1; padding: 20px; text-align: center;">
<h1>The Unitary Foundation 2024 Quantum Open Source Software Survey is here!
<a href='https://www.surveymonkey.com/r/qosssurvey24'>Take the survey now!</a></h1>
<h1>We are now Unitary Foundation!
<a href='https://unitary.foundation/posts/2025_unitary_foundation/'>Read more on our blog!</a></h1>
</div>
3 changes: 3 additions & 0 deletions src/components/Layout/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
import Container from '~/components/Ui/Container.astro';
import Svg from '~/components/Util/Svg.astro';
import Navigation from './Header/Navigation.astro';
import Banner from '~/components/Banner.astro';
---

<Banner />

<Container className="sticky top-0 pr-0 mb-6 z-50">
<div
class="grid grid-cols-header grid-rows-header grid-areas-header pt-[--header-pt] md:nav-mobile-open:-mr-10 nav-mobile-open:bg-black">
Expand Down