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 Oct 31, 2024
1 parent bf4f866 commit 629d35a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b3d2be8
59e756d6
2 changes: 1 addition & 1 deletion quarto/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ <h3 class="anchored" data-anchor-id="waterfall-plus-heatmap-by-dv.explorer.param
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","closeEffect":"zoom","openEffect":"zoom","descPosition":"bottom","loop":false});
<script>var lightboxQuarto = GLightbox({"loop":false,"openEffect":"zoom","closeEffect":"zoom","selector":".lightbox","descPosition":"bottom"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
8 changes: 4 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://Boehringer-Ingelheim.github.io/davinci/index.html</loc>
<lastmod>2024-10-31T10:45:15.729Z</lastmod>
<lastmod>2024-10-31T10:58:48.822Z</lastmod>
</url>
<url>
<loc>https://Boehringer-Ingelheim.github.io/davinci/quarto/getting_started.html</loc>
<lastmod>2024-10-31T10:45:15.729Z</lastmod>
<lastmod>2024-10-31T10:58:48.822Z</lastmod>
</url>
<url>
<loc>https://Boehringer-Ingelheim.github.io/davinci/quarto/modules.html</loc>
<lastmod>2024-10-31T10:45:15.777Z</lastmod>
<lastmod>2024-10-31T10:58:48.874Z</lastmod>
</url>
<url>
<loc>https://Boehringer-Ingelheim.github.io/davinci/about.html</loc>
<lastmod>2024-10-31T10:45:15.729Z</lastmod>
<lastmod>2024-10-31T10:58:48.822Z</lastmod>
</url>
</urlset>
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
/* css styles */
.button {
width: 15%;
font: bold 14px Arial;
text-decoration: none;
background-color: #08312a;
color: #00E47C;
margin: 5px;
padding: 10px 14px 10px 14px;
border-top: 1px solid #002b36;
border-right: 2px solid #002b36;
border-bottom: 2px solid #002b36;
border-left: 1px solid #002b36;
border-radius: 4px;
}

0 comments on commit 629d35a

Please sign in to comment.