Skip to content

Commit

Permalink
Update button links
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkorb committed Oct 31, 2024
1 parent 05530d8 commit 29a091e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ website:
format:
html:
theme: [cosmo, quarto/general.scss]
css: quarto/style.scss
css: styles.css
toc: false
page-layout: full
anchor-sections: true
Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ DaVinci modules are provided as R packages, with each package containing one or


```{=html}
<div><button onclick="window.location.href = 'quarto/getting_started.qmd';" class="button">Getting Started</button> explains what requriments need to be met and how to actual create an app.</div>
<div><button onclick="window.location.href = 'quarto/modules.qmd';" class="button">DaVinci Modules</button> shows a complete list of all DaVinci modules.</div>
<div><button onclick="window.location.href = 'quarto/getting_started.html';" class="button">Getting Started</button> explains what requriments need to be met and how to actual create an app.</div>
<div><button onclick="window.location.href = 'quarto/modules.html';" class="button">DaVinci Modules</button> shows a complete list of all DaVinci modules.</div>
```


Expand Down
14 changes: 0 additions & 14 deletions quarto/style.scss

This file was deleted.

0 comments on commit 29a091e

Please sign in to comment.