Skip to content

Commit

Permalink
Merge pull request #11 from Boehringer-Ingelheim/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mattkorb authored Nov 5, 2024
2 parents 05530d8 + 52ef2c0 commit 032db15
Show file tree
Hide file tree
Showing 7 changed files with 17 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
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 0 additions & 14 deletions quarto/style.scss

This file was deleted.

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 032db15

Please sign in to comment.