Skip to content

Commit c2f51a7

Browse files
authored
Merge pull request #66 from jolars/index-layout
Improve index page layout
2 parents 1e5e8a5 + 7e7c66b commit c2f51a7

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

index.qmd

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: <h1>COMPUTO</h1> A journal of the <a href="https://sfds.asso.fr/">French
33
Statistical Society <img height="10px" src="assets/img/sfds.png" alt="SFdS"/></a>
44
- ISSN 2824-7795
5+
page-layout: full
6+
toc: false
57
listing:
68
- id: headlines
79
contents: news.yml
@@ -17,32 +19,32 @@ listing:
1719
max-items: 8
1820
---
1921

20-
:::: {layout="[30,70]" style="display: flex; margin-bottom: 3em;"}
22+
:::: {.grid}
2123

22-
::: {.column style="display: flex; align-items: center;"}
23-
![](/assets/img/logo_text_vertical.svg){ height="150px" }
24+
::: {.g-col-12 .g-col-md-3 .d-flex .flex-column .align-items-center .align-items-md-start}
25+
![](/assets/img/logo_text_vertical.svg){ width="175px" style="max-width: 100%; height: auto;" }
2426
:::
2527

26-
::: {.column style="display: flex; margin-top: auto;"}
28+
::: {.g-col-12 .g-col-md-9 .d-flex .flex-column}
2729
**COMPUTO** A journal of the <a href="https://sfds.asso.fr/">French Statistical Society <img height="10px" src="assets/img/sfds.png" alt="SFdS"/></a> - ISSN 2824-7795
2830

29-
<div style="text-align: justify; font-size: 95%;">
31+
<div style="font-size: 95%;">
3032

3133
This journal aims at promoting computational/algorithmic contributions in statistics and machine learning that provide insight into which models or methods are more appropriate to address a specific scientific question. In order to achieve this goal, Computo goes beyond classical static publications by leveraging technical advances in literate programming and scientific reporting.
3234
</div>
3335
:::
3436

3537
::::
3638

37-
:::: {layout="[50,50]" style="gap: 1.5rem; align-items: start;"}
39+
:::: {.grid}
3840

39-
::: {.column}
41+
::: {.g-col-12 .g-col-md-6}
4042
## Headlines
4143
::: {#headlines}
4244
:::
4345
:::
4446

45-
::: {.column}
47+
::: {.g-col-12 .g-col-md-6}
4648
## Recent Publications
4749
::: {#published}
4850
:::

0 commit comments

Comments
 (0)