Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Feb 24, 2024
1 parent cd2f667 commit d44780c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1e344bd8
120f0ace
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ <h2 class="anchored" data-anchor-id="previous-resbaz-festivals">Previous ResBaz
});
</script>
</div> <!-- /content -->
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","loop":false,"selector":".lightbox","descPosition":"bottom","closeEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","selector":".lightbox","closeEffect":"zoom","descPosition":"bottom","loop":false});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://resbazaz.github.io/website-draft/whoWeAre.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.966Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/resbaz/Arizona2023.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/resbaz/resbazTucson2019.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/index.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/resbaz/resbazTucson2022.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/resbaz/resbazTucson2020.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
<url>
<loc>https://resbazaz.github.io/website-draft/resbaz/resbazTucson2021.html</loc>
<lastmod>2024-02-24T00:15:54.411Z</lastmod>
<lastmod>2024-02-24T00:30:15.962Z</lastmod>
</url>
</urlset>
8 changes: 8 additions & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
height: 50vw;
text-align: center;
}

@media screen and (orientation: portrait) {
.quarto-title-banner {
height: 100vh;
text-align: center;
}
}

.quarto-title {
margin: auto;
}
Expand Down

0 comments on commit d44780c

Please sign in to comment.