@@ -88,22 +88,59 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
8888</div>
8989```
9090
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+ ```
92123
93124``` {=html}
94125 <!-- News & Updates Section -->
95- <div class="section-header">
126+ <div class="section-header section-start-space ">
96127 <div>
97128 <h3 id="news-updates">News & Updates</h3>
98129 <p class="text-muted">Read the latest from the Turing team.</p>
99130 </div>
100- <a href="news/" class="button">View more →</a>
131+ <a href="news/" class="button desktop-only-button ">View more →</a>
101132 </div>
102133```
103134
104135::: {#news-and-updates}
105136:::
106137
138+ ``` {=html}
139+ <div class="mobile-only-button-container">
140+ <a href="news/" class="button">View more →</a>
141+ </div>
142+ ```
143+
107144
108145``` {=html}
109146 <!-- Featured Tutorials Section -->
@@ -112,15 +149,18 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
112149 <h3 id="featured-tutorials">Featured Tutorials</h3>
113150 <p class="text-muted">A selection of tutorials to get you started.</p>
114151 </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>
116153 </div>
117154```
118155
119156::: {#featured-tutorials}
120157:::
121158
122-
159+ ``` {=html}
160+ <div class="mobile-only-button-container">
161+ <a href="https://turinglang.org/docs/tutorials/" class="button">View all tutorials →</a>
123162</div>
163+ ```
124164
125165<div class =" section-start-space " >
126166
0 commit comments