Skip to content

Commit 2a01feb

Browse files
authored
Merge pull request #208 from stan-dev/homepage-formatting
Alt. homepage formatting
2 parents 3d23be9 + c44720d commit 2a01feb

File tree

2 files changed

+14
-35
lines changed

2 files changed

+14
-35
lines changed

index.qmd

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,12 @@ aliases:
1616

1717

1818
::: {.hero-banner}
19-
::: {.grid}
20-
::: {.g-col-1}
21-
:::
22-
::: {.g-col-8 }
19+
:::: {.content-block}
20+
2321
# Stan: Software for Bayesian Data Analysis
24-
:::
25-
:::
26-
:::
2722

23+
::::: {.hero-text}
2824

29-
::: {.second-banner}
30-
::: {.grid}
31-
::: {.g-col-1}
32-
:::
33-
::: {.g-col-8}
3425
### Bayesian Modeling
3526

3627
Stan enables sophisticated statistical modeling using Bayesian inference, allowing for more accurate and interpretable results in complex data scenarios.
@@ -45,44 +36,32 @@ Interfaces for Python, Julia, R, and the Unix shell make it easy to use Stan in
4536
on laptops, clusters, or in the cloud. A rich ecosystem of tools for validation and visualization support
4637
decision-making and communication.
4738

48-
::: {.hero-buttons style="position: relative; display: flex; justify-content: center;"}
39+
40+
:::::
41+
::::: {.hero-buttons style="position: relative; display: flex; justify-content: center;"}
4942
[Get Started](install/){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button"}
43+
:::::
44+
::::
5045
:::
5146

52-
:::
53-
:::
54-
:::
5547

5648

49+
::: {.content-block}
5750

58-
::: {.second-banner}
59-
::: {.grid}
60-
::: {.g-col-1}
61-
:::
62-
::: {.g-col-8}
63-
## Community Resources
51+
### Community Resources
6452
* The Stan [forums](https://discourse.mc-stan.org) provide support for all user levels and topics, from installing software, to writing Stan programs, to advanced Bayesian modeling techniques and methodology.
6553

6654
* Stan's [documentation](https://mc-stan.org/docs), [tutorials](learn-stan/tutorials.qmd), and [case studies](learn-stan/case-studies.qmd) help users learn and use Stan effectively in their own projects.
6755
The [Prior Choice Recommendations](https://github.com/stan-dev/stan/wiki/Prior-Choice-Recommendations) wiki page provides guidance on appropriate priors for use with Stan.
68-
:::
69-
:::
70-
:::
7156

72-
::: {.second-banner}
73-
::: {.grid}
74-
::: {.g-col-1}
75-
:::
57+
---
7658

77-
::: {.g-col-8}
78-
## Developer Resources
59+
### Developer Resources
7960
* The [Stan Developer Wiki](https://github.com/stan-dev/stan/wiki)
8061

8162
* The [Stan Forums Developers category](https://discourse.mc-stan.org/c/stan-dev/10)
8263

8364
* The Stan slack channel [mc-stan.slack.com](https://join.slack.com/t/mc-stan/shared_invite/zt-1le4ebi4m-UMtiOkJb4gcS16qz2wIYCw)
8465
is for informal developer discussions.
85-
:::
86-
:::
87-
:::
8866

67+
:::

0 commit comments

Comments
 (0)