@@ -88,22 +88,59 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
88
88
</div>
89
89
```
90
90
91
- <div class =" side-space-news section-start-space " >
91
+ ``` {=html}
92
+ <!-- Core Packages Section -->
93
+ <div class="section-header section-start-space">
94
+ <div>
95
+ <h3 id="core-packages">Core Packages</h3>
96
+ <p class="text-muted">The Turing ecosystem is built on a foundation of powerful, composable packages.</p>
97
+ </div>
98
+ <a href="/library" class="button btn desktop-only-button">Explore Ecosystem →</a>
99
+ </div>
100
+
101
+ <div class="core-packages-grid section-end-space">
102
+ <div class="package-card box">
103
+ <h5 class="panel-title">DynamicPPL.jl</h5>
104
+ <p>The backend for model specification and inference.</p>
105
+ </div>
106
+ <div class="package-card box">
107
+ <h5 class="panel-title">JuliaBUGS.jl</h5>
108
+ <p>A BUGS-like DSL for defining and fitting Bayesian models.</p>
109
+ </div>
110
+ <div class="package-card box">
111
+ <h5 class="panel-title">TuringGLM.jl</h5>
112
+ <p>Bayesian generalized linear models (GLMs) with Turing.</p>
113
+ </div>
114
+ <div class="package-card box">
115
+ <h5 class="panel-title">AdvancedHMC.jl</h5>
116
+ <p>An efficient implementation of Hamiltonian Monte Carlo.</p>
117
+ </div>
118
+ </div>
119
+ <div class="mobile-only-button-container">
120
+ <a href="/library" class="button btn">Explore Ecosystem →</a>
121
+ </div>
122
+ ```
92
123
93
124
``` {=html}
94
125
<!-- News & Updates Section -->
95
- <div class="section-header">
126
+ <div class="section-header section-start-space ">
96
127
<div>
97
128
<h3 id="news-updates">News & Updates</h3>
98
129
<p class="text-muted">Read the latest from the Turing team.</p>
99
130
</div>
100
- <a href="news/" class="button">View more →</a>
131
+ <a href="news/" class="button desktop-only-button ">View more →</a>
101
132
</div>
102
133
```
103
134
104
135
::: {#news-and-updates}
105
136
:::
106
137
138
+ ``` {=html}
139
+ <div class="mobile-only-button-container">
140
+ <a href="news/" class="button">View more →</a>
141
+ </div>
142
+ ```
143
+
107
144
108
145
``` {=html}
109
146
<!-- Featured Tutorials Section -->
@@ -112,15 +149,18 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
112
149
<h3 id="featured-tutorials">Featured Tutorials</h3>
113
150
<p class="text-muted">A selection of tutorials to get you started.</p>
114
151
</div>
115
- <a href="https://turinglang.org/docs/tutorials/" class="button">View all tutorials →</a>
152
+ <a href="https://turinglang.org/docs/tutorials/" class="button desktop-only-button ">View all tutorials →</a>
116
153
</div>
117
154
```
118
155
119
156
::: {#featured-tutorials}
120
157
:::
121
158
122
-
159
+ ``` {=html}
160
+ <div class="mobile-only-button-container">
161
+ <a href="https://turinglang.org/docs/tutorials/" class="button">View all tutorials →</a>
123
162
</div>
163
+ ```
124
164
125
165
<div class =" section-start-space " >
126
166
0 commit comments