-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
67 lines (45 loc) · 1.13 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: ""
page-layout: custom
section-divs: false
toc: false
listing:
id: featured-packages
contents:
- packages/bbw.qmd
- packages/oldr.qmd
- packages/okapi.qmd
type: grid
image-height: 400px
image-placeholder: images/rapidsurveys.png
grid-item-border: false
max-items: 3
---
```{r}
#| label: setup
#| include: false
library(quarto)
```
::: {.hero-banner}
::: {.content-block}
::: {.hero-text}
# Open source tools for designing, planning, implementing, and analysing rapid, reliable, and robust health and nutrition surveys.
### Open source project that aims to develop software tools and systems for health and nutrition surveys.
::: {.hero-buttons}
[Our packages](/packages/){#btn-guide .btn-action .btn .btn-info .btn-lg role="button"}
<!-- [Our guides](/guides/){#btn-guide .btn-action .btn .btn-info .btn-lg role="button"} -->
:::
:::
::: {.hero-image-right}
<!-- ![](images/nutriverse.png){fig-align="right" height="400px"} -->
![](images/rapidsurveys.png){fig-align="right" width="400px"}
:::
:::
:::
::: {.theme-banner}
::: {.info-block}
# Featured packages
::: {#featured-packages}
:::
:::
:::