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 Aug 2, 2024
1 parent fd958ce commit 8b1e670
Show file tree
Hide file tree
Showing 25 changed files with 1,151 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46ee83a6
b9a1c9b7
685 changes: 685 additions & 0 deletions about.html

Large diffs are not rendered by default.

Binary file added assets/favicon.ico
Binary file not shown.
17 changes: 10 additions & 7 deletions assets/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,26 @@

/* default */
html, body {
font-family: "Bitter", serif;
font-family: "Montserrat", "Bitter", serif;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 400;
font-family: "TT Hoves", Montserrat, sans-serif;
font-family: "Montserrat", "TT Hoves", sans-serif;
}

h1, h2, h6 {
font-family: "TT Hoves Bold", "TT Hoves", "Montserrat", sans-serif;
font-family: "Montserrat", "TT Hoves Bold", "TT Hoves", sans-serif;
font-weight: 700;
}

h3 {
font-family: "Bitter", "Montserrat", serif;
font-family: "Montserrat", "TT Hoves Medium", "TT Hoves", "Bitter", serif;
font-weight: 400;
}

h4, h5 {
font-family: "TT Hoves Medium", "TT Hoves", "Montserrat", sans-serif;
font-family: "Montserrat", "TT Hoves Medium", "TT Hoves", sans-serif;
font-weight: 500;
}

Expand Down Expand Up @@ -110,6 +110,7 @@ p {
a {
font-family: "Bitter", serif;
font-size: 1em;
font-weight: normal;
line-height: 1.7;
text-decoration: underline;
}
Expand All @@ -119,5 +120,7 @@ a:hover {
cursor: pointer;
}



.nav-item a, .sidebar-item a {
font-family: "Montserrat", "TT Hoves", sans-serif;
font-weight: normal;
}
67 changes: 67 additions & 0 deletions assets/images/Full-Logo_CORI_Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions assets/images/Full-Logo_CORI_Cream.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions assets/input.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Hello Mermaid
config:
# theme: neutral
theme: base
themeVariables:
primaryColor: "#00ff00"
primaryTextColor: '#000'
primaryBorderColor: '#7C0000'
lineColor: '#F8B229'
secondaryColor: '#006100'
tertiaryColor: '#fff'
---
flowchart
subgraph hello
direction LR
Hello --> World
subgraph graph
direction LR
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[(fa:fa-database Database)]
name
end
end
Loading

0 comments on commit 8b1e670

Please sign in to comment.