Skip to content

Commit 1f04d90

Browse files
Merge pull request #11 from nutriverse:dev
add images to package sets; fix #10
2 parents e4fcd91 + f20dd55 commit 1f04d90

File tree

10 files changed

+8
-5
lines changed

10 files changed

+8
-5
lines changed

ejs/custom.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
::: {.card}
66
7-
<!-- ::: {.card-image}
8-
![](<%- item.image %>){width="200px"}
9-
::: -->
7+
::: {.card-image}
8+
![](<%- item.image %>){width="400px"}
9+
:::
1010
1111
::: {.card-body}
1212

images/books.png

19.3 MB
Loading

images/cat.png

16.8 MB
Loading

images/herbs.png

16.1 MB
Loading

images/vegetables.jpg

-6.38 MB
Binary file not shown.

images/vegetables.png

19.3 MB
Loading

images/vitruvian.jpg

-85.3 KB
Binary file not shown.

images/vitruvian.png

14.2 MB
Loading

packages/packages_row1.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- title: Anthropometry
22
subtitle: Tools for handling anthropometric data
3-
#image: ../images/vitruvian.jpg
3+
image: ../images/vitruvian.png
44
links:
55
- text: zscorer
66
href: zscorer.qmd
@@ -11,7 +11,7 @@
1111

1212
- title: Diet
1313
subtitle: Tools for assessing dietary data
14-
#image: ../images/vegetables.jpg
14+
image: ../images/vegetables.png
1515
links:
1616
- text: riycf
1717
href: riycf.qmd
@@ -20,6 +20,7 @@
2020

2121
- title: Coverage
2222
subtitle: Tools for programme coverage assessment
23+
image: ../images/cat.png
2324
links:
2425
- text: squeacr
2526
href: squeacr.qmd

packages/packages_row2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
- title: Micronutrients
22
subtitle: Tools for analysing micronutrient data
3+
image: ../images/herbs.png
34
links:
45
- text: micronutr
56
href: micronutr.qmd
67

78
- title: SMART
89
subtitle: Tools for implementing SMART surveys
10+
image: ../images/books.png
911
links:
1012
- text: smartr
1113
href: smartr.qmd

0 commit comments

Comments
 (0)