diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..457c23ffeafb195be415c31a61096ce7620e32a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.quarto/ +public/ \ No newline at end of file diff --git a/membres.qmd b/membres.qmd index 2e503348538d9036f750e2710cd945b468a15cf9..b8b866028ce3ee56bdcb7ee453f7969cf17849b2 100644 --- a/membres.qmd +++ b/membres.qmd @@ -1,6 +1,10 @@ --- title: "Membres" +format: + html: + page-layout: full --- +<!-- https://quarto.org/docs/output-formats/page-layout.html --> ```{r} #| echo: false diff --git a/projets.qmd b/projets.qmd index 077a36a965d856f87ed789e3fef546fe15b4eef7..8213b1315f8f46d3a223c43bc9e4d7697d8c9545 100644 --- a/projets.qmd +++ b/projets.qmd @@ -1,7 +1,15 @@ --- -title: "Projets" +# title: "Projets" +format: + html: + page-layout: custom --- - +::: {.grid} +::: {.g-col-1} +::: +::: {.g-col-9} +<h1>Projets</h1> +<!-- https://quarto.org/docs/output-formats/page-layout.html --> Projets portés par des membres du CATI CODEX: ```{r} @@ -22,5 +30,8 @@ DT::datatable(dt.projet, #columnDefs = list(list(width = '400px', targets = c(7))) )) ``` +::: - +::: {.g-col-1} +::: +::: \ No newline at end of file