Skip to content

Commit

Permalink
create sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 24, 2024
1 parent ca4dc83 commit 1188d89
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 14 deletions.
20 changes: 18 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,31 @@ engine: knitr

<!-- Insert section 'Table of contents' -->

<!--
```{r}
#| child: "sections/table-of-contents.qmd"
```
-->

<!-- Insert section 'Introduction' -->

```{r}
#| child: "sections/introduction.qmd"
```

<!-- Insert section 'R package' -->

```{r}
#| child: "sections/r-package.qmd"
```

<!-- Insert section 'Shiny App' -->

```{r}
#| child: "sections/shiny-app.qmd"
```

<!-- Insert section 'Others' -->

```{r}
#| child: "sections/others.qmd"
```

6 changes: 5 additions & 1 deletion sections/introduction.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Introduction
# {{< fa right-to-bracket size=1x >}} &nbsp;&nbsp;Introduction



## Introduction

Coming soon...
7 changes: 7 additions & 0 deletions sections/others.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# {{< fa expand size=1x >}} &nbsp;&nbsp;Others



## Others

Coming soon...
7 changes: 7 additions & 0 deletions sections/r-package.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# {{< fa brands r-project size=1x >}} &nbsp;&nbsp;R package



## R package

Coming soon...
7 changes: 7 additions & 0 deletions sections/shiny-app.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# {{< fa globe size=1x >}} &nbsp;&nbsp;Shiny App



## Shiny App

Coming soon...
36 changes: 25 additions & 11 deletions sections/table-of-contents.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,41 @@
<br>
<br>
<br>
<br>
<br>

:::: { .columns }

::: { .column .center width="33%"}
{{< fa code size=2x >}}
<br>
Section 1
{{< fa right-to-bracket size=2x >}}
Introduction
:::

::: { .column .center width="33%"}
{{< fa brands github size=2x >}}
<br>
Section 2
{{< fa brands r-project size=2x >}}
R package
:::

::: { .column .center width="33%"}
{{< fa globe size=2x >}}
Shiny App
:::

::::


<br><br>


:::: { .columns }

::: { .column .center width="33%"}
:::

::: { .column .center width="33%"}
{{< fa expand size=2x >}}
Others
:::

::: { .column .center width="33%"}
{{< fa book size=2x >}}
<br>
Resources
:::

::::

0 comments on commit 1188d89

Please sign in to comment.