Skip to content

Commit

Permalink
Messing with the landing page header
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Feb 23, 2024
1 parent 90940a8 commit 1a5b97b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
5 changes: 4 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: "Research Bazaar–Arizona"
title: "Research Bazaar Arizona"
subtitle: "Community · Skills Sharing · Digital Literacy"
page-layout: full
css: styles/index.css
execute:
echo: false
title-block-banner: 'images/mainPageBackground.jpg'
title-block-banner-color: white
---

```{ojs}
Expand Down
28 changes: 11 additions & 17 deletions styles/index.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
.hero-wrapper {
position: relative;
padding-bottom: 4em;
.quarto-title-banner {
height: 50vw;
text-align: center;
}

.hero-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
background-image: linear-gradient(#1b3442b6, #00000000),
url('/static/img/mainPageBackground.jpg');
background-position: center center;
background-repeat: none;
background-size: cover;
z-index: -1;
.quarto-title {
margin: auto;
}
.quarto-title .title {
font-size: calc(3rem + 1vw);
}
.quarto-title .subtitle {
font-weight: 400;
}

.split-section {
Expand Down

0 comments on commit 1a5b97b

Please sign in to comment.