Skip to content

Commit

Permalink
Merge pull request #600 from unitaryfund/banner-component-qoss
Browse files Browse the repository at this point in the history
Add a banner with survey link in header
  • Loading branch information
nathanshammah authored Oct 10, 2024
2 parents c65ea6d + 8cc5c0e commit 2e6ed2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/Banner.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div style="background-color: #f1f1f1; padding: 20px; text-align: center;">
<h1>The Unitary Fund 2024 Quantum Open Source Software Survey is here!
<a href='https://www.surveymonkey.com/r/qosssurvey24'>Take the survey now!</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
2 changes: 1 addition & 1 deletion src/content/blog/2023_Q2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Will Zeng
day: 28
month: 7
year: 2023
tags
tags:
- Quarterly Updates
---

Expand Down

0 comments on commit 2e6ed2e

Please sign in to comment.