Skip to content

Commit d302484

Browse files
authored
feat: add new pages to the website (#59)
* - add org and packages page - add org and packages json - update README.md * - added icons
1 parent dae87ce commit d302484

File tree

58 files changed

+2889
-920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2889
-920
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
1-
<div align="center">
2-
<img src="./assets/images/logo.png" alt="JuliaHealth Logo" width="200" align="left" style="margin-right: 20px"/>
3-
<h1>Julia Health</h1>
4-
<p><em> Transforming Health Research! Improving medicine, health and bio-medical research using the power of Julia</em></p>
1+
<img src="./assets/images/logo.png" alt="JuliaHealth Logo" style="display: block; margin: auto; width: 8em;"/>
2+
3+
<div style="text-align: center;">
4+
<span style="font-size: 4ch; font-weight: bold; margin-top: 0.3em;">
5+
JuliaHealth
6+
</span>
7+
8+
<em>
9+
Transforming Health Research! Improving medicine, health and bio-medical research using the power of Julia
10+
</em>
511
</div>
612

7-
<br clear="all"/>
13+
---
14+
15+
### Local Development
816

9-
## Preview Locally
1017
```sh
1118
quarto preview . --port 3000 --no-browser
1219
```
1320

21+
### Quarto API reference
22+
23+
https://quarto.org/docs/reference/
24+
25+
### Possible Future color scheme?
26+
1427
https://coolors.co/fefeff-c74042-bc2021-803ba1-b690ca-6cad5f-2a8a14

_freeze/JuliaHealthBlog/posts/JZubik-gsoc/GSoC_Jan_Zubik_MedPipe3D/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/JuliaHealthBlog/posts/divyansh-gsoc/gsoc-2024-fellows/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/JuliaHealthBlog/posts/dummy/index/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hash": "7d5dad8f3ee7be424d689c2679bf2562",
33
"result": {
44
"engine": "julia",
5-
"markdown": "---\ntitle: \"Dummy Post\"\ndescription: \"Post description\"\nauthor: \"Foobar\"\ndate: \"6/22/2024\"\ntoc: true\nengine: julia\ncategories:\n - news\n - code\n - analysis\n---\n\n\n\n# Seciton 1\n\nSmall dummy blog post\n\n\n\n::: {#2 .cell execution_count=1}\n``` {.julia .cell-code}\n2 + 2\n```\n\n::: {.cell-output .cell-output-display execution_count=1}\n```\n4\n```\n:::\n:::\n\n\n\n::: {#4 .cell execution_count=1}\n``` {.julia .cell-code}\nprintln(2 + 2)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n4\n```\n:::\n:::\n\n\n\n\n\n# Section 2\n\n# Section 3\n\n",
5+
"markdown": "---\ntitle: \"Dummy Post\"\ndescription: \"Post description\"\nauthor: \"Foobar\"\ndate: \"6/22/2024\"\ntoc: true\nengine: julia\ncategories:\n - news\n - code\n - analysis\n---\n\n# Seciton 1\n\nSmall dummy blog post\n\n::: {#2 .cell execution_count=1}\n``` {.julia .cell-code}\n2 + 2\n```\n\n::: {.cell-output .cell-output-display execution_count=1}\n```\n4\n```\n:::\n:::\n\n\n\n::: {#4 .cell execution_count=1}\n``` {.julia .cell-code}\nprintln(2 + 2)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n4\n```\n:::\n:::\n\n\n\n# Section 2\n\n# Section 3\n\n",
66
"supporting": [
77
"index_files"
88
],

_freeze/JuliaHealthBlog/posts/indu-gsoc-phase1/gsoc-phase1/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/JuliaHealthBlog/posts/indu-gsoc-phase2/gsoc-phase2/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/JuliaHealthBlog/posts/indu-plp-part1/plp-part1/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/JuliaHealthBlog/posts/indu-plp-part2/plp-part2/execute-results/html.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)