Skip to content

Commit

Permalink
Add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Oct 28, 2024
1 parent bad5bc5 commit 09f2ae0
Show file tree
Hide file tree
Showing 10 changed files with 679 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tinytex: true # required for PDF reports

- name: Add extension
working-directory: ./
working-directory: ./docs
run: |
quarto add AAGI-AUS/AAGIQuarto --no-prompt
Expand Down
232 changes: 232 additions & 0 deletions assets/Partners.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions assets/aagi-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/aagi_logo.pdf
Binary file not shown.
Binary file added assets/partners.pdf
Binary file not shown.
32 changes: 32 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
project:
type: website
resources:
- assets/*

website:
title: "Introduction to Trial Design"
reader-mode: true
repo-url: https://github.com/AAGI-AUS/Intro_to_Trial_Design
repo-actions: [edit, issue]
margin-header: |
![](/assets/aagi-logo.svg)
body-footer: |
![](/assets/Partners.svg)
sidebar:
style: "floating"
search: true
tools:
- icon: github
href: https://github.com/AAGI-AUS/Intro_to_Trial_Design
contents:
- text: "Home"
file: index.qmd
- section: "Extra"
contents:
- release-notes.qmd
format:
html:
toc: true
theme:
- none
- _extensions/aagi/revealjs/aagi.scss
Loading

0 comments on commit 09f2ae0

Please sign in to comment.