|
234 | 234 | </article> |
235 | 235 | </div> |
236 | 236 |
|
| 237 | + <div class="col-md-6"> |
| 238 | + <article class="demo-crop sf-ai-card sf-ai-card-hover h-100"> |
| 239 | + <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
| 240 | + <div class="demo-icon bg-success bg-opacity-10 text-success flex-shrink-0"> |
| 241 | + {{ ux_icon('tabler:crop', {width: 42, height: 42}) }} |
| 242 | + </div> |
| 243 | + <div class="flex-grow-1"> |
| 244 | + <div class="d-flex align-items-start gap-2 mb-1"> |
| 245 | + <h3 class="h5 ff-title fw-bold mb-0"> |
| 246 | + <a href="https://github.com/symfony/ai-demo" class="stretched-link">Smart Cropping</a> |
| 247 | + </h3> |
| 248 | + {{ ux_icon('tabler:arrow-right', {width: 24, height: 24, class: 'ms-1'}) }} |
| 249 | + </div> |
| 250 | + <p class="text-balance mb-0 text-muted small"> |
| 251 | + AI-assisted image cropping to focus on key elements on the image while resizing. |
| 252 | + </p> |
| 253 | + </div> |
| 254 | + </div> |
| 255 | + </article> |
| 256 | + </div> |
| 257 | + |
237 | 258 | <div class="col-md-6"> |
238 | 259 | <article class="demo-audio sf-ai-card sf-ai-card-hover h-100"> |
239 | 260 | <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
|
279 | 300 | </div> |
280 | 301 |
|
281 | 302 | <div class="col-md-6"> |
282 | | - <article class="demo-tuto sf-ai-card sf-ai-card-hover h-100"> |
| 303 | + <article class="demo-turbo sf-ai-card sf-ai-card-hover h-100"> |
283 | 304 | <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
284 | 305 | <div class="demo-icon bg-primary bg-opacity-10 text-primary flex-shrink-0"> |
285 | 306 | {{ ux_icon('logos:symfony-letters', {width: 36, height: 36}) }} |
286 | 307 | </div> |
287 | 308 | <div class="flex-grow-1"> |
288 | 309 | <div class="d-flex align-items-start gap-2 mb-1"> |
289 | 310 | <h3 class="h5 ff-title fw-bold mb-0"> |
290 | | - <a href="https://github.com/symfony/ai-demo" class="stretched-link">Tuto stream Bot</a> |
| 311 | + <a href="https://github.com/symfony/ai-demo" class="stretched-link">Turbo stream Bot</a> |
291 | 312 | </h3> |
292 | 313 | {{ ux_icon('tabler:arrow-right', {width: 24, height: 24, class: 'ms-1'}) }} |
293 | 314 | </div> |
|
342 | 363 | <div class="card-body p-3 p-lg-4 position-relative"> |
343 | 364 | <div class="d-flex align-items-start justify-content-between gap-2 mb-1"> |
344 | 365 | <h3 class="h5 ff-title fw-bold mb-3"> |
345 | | - <a class="stretched-link" href="https://github.com/symfony/ai/issues" target="_blank">Support</a> |
| 366 | + <a class="stretched-link" href="https://symfony-devs.slack.com/archives/C09BAPA9BJP" target="_blank">Support in Slack</a> |
346 | 367 | </h3> |
347 | | - {{ ux_icon('tabler:lifebuoy', {width: 24, height: 24, class: 'ms-1 text-muted'}) }} |
| 368 | + {{ ux_icon('tabler:brand-slack', {width: 24, height: 24, class: 'ms-1 text-muted'}) }} |
348 | 369 | </div> |
349 | 370 | <p class="text-muted small mb-0"> |
350 | | - Ask questions about SymfonyAI |
| 371 | + Ask questions in Slack channel <strong>#ai-initiative</strong> |
351 | 372 | </p> |
352 | 373 | </div> |
353 | 374 | </article> |
|
0 commit comments