Skip to content

Commit

Permalink
Merge pull request #655 from unitaryfund/rebrand-banner
Browse files Browse the repository at this point in the history
Banner for rebrand
  • Loading branch information
WrathfulSpatula authored Jan 10, 2025
2 parents 6b506fa + d4ac624 commit 03103ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 03103ac

Please sign in to comment.