Skip to content

Commit d63b97e

Browse files
apply suggestions
1 parent 638b375 commit d63b97e

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

index.qmd

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ listing:
3232
<!-- Header End Here -->
3333

3434
<!-- Feature Boxes -->
35+
:::: {.section-start-space}
36+
37+
### What is Turing.jl?
38+
<p class="text-muted">Turing.jl is a Julia library for general-purpose probabilistic programming.</p>
39+
40+
::::
41+
3542
::::: {.d-flex .flex-row .flex-wrap .panel-wrapper .gap-4 .section-end-space}
3643

3744
::: {.panel .box}
@@ -50,13 +57,21 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
5057
:::
5158

5259
:::::
53-
<!-- Feature BoxesEnds Here -->
60+
<!-- Feature Boxes Ends Here -->
5461

5562
<!-- Start Your Journey Section -->
56-
:::: {.text-center .section-start-space}
63+
:::: {.section-header .section-start-space}
64+
65+
::: {#start}
66+
67+
### Start Your Journey
68+
<p class="text-muted">Whether you're new to Bayesian modeling or an experienced researcher, find the resources you need.</p>
69+
70+
:::
5771

58-
<p class="responsive-heading" style="font-weight: 600; margin-bottom: 0;">Start Your Journey</p>
59-
<p class="fs-5 text-muted">Whether you're new to Bayesian modeling or an experienced researcher, find the resources you need.</p>
72+
```{=html}
73+
<a href="#cite" class="button btn desktop-only-button">Research Papers on Turing.jl &rarr;</a>
74+
```
6075

6176
::::
6277

@@ -128,6 +143,12 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
128143
::::
129144

130145
:::::
146+
147+
::: {.mobile-only-button-container}
148+
```{=html}
149+
<a href="#cite" class="button btn">Research Papers on Turing.jl &rarr;</a>
150+
```
151+
:::
131152
<!-- Start Your Journey Section Ends Here-->
132153

133154
<!-- Core Packages Section -->

theming/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* Hero Section Styles */
22
.hero-section {
33
padding: 4rem 1rem;
4+
padding-bottom: 0%;
45
text-align: center;
56
}
67

@@ -113,9 +114,9 @@
113114
padding-top: 2rem;
114115
}
115116

116-
.responsive-heading {
117+
/* .responsive-heading {
117118
font-size: clamp(1.8rem, 5vw, 2.2rem);
118-
}
119+
} */
119120

120121
.panel-wrapper {
121122
justify-content: center;

0 commit comments

Comments
 (0)