|
229 | 229 | </article> |
230 | 230 | </div> |
231 | 231 |
|
| 232 | + <div class="col-md-6"> |
| 233 | + <article class="demo-crop sf-ai-card sf-ai-card-hover h-100"> |
| 234 | + <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
| 235 | + <div class="demo-icon bg-success bg-opacity-10 text-success flex-shrink-0"> |
| 236 | + {{ ux_icon('tabler:crop', {width: 42, height: 42}) }} |
| 237 | + </div> |
| 238 | + <div class="flex-grow-1"> |
| 239 | + <div class="d-flex align-items-start gap-2 mb-1"> |
| 240 | + <h3 class="h5 ff-title fw-bold mb-0"> |
| 241 | + <a href="https://github.com/symfony/ai-demo" class="stretched-link">Smart Cropping</a> |
| 242 | + </h3> |
| 243 | + {{ ux_icon('tabler:arrow-right', {width: 24, height: 24, class: 'ms-1'}) }} |
| 244 | + </div> |
| 245 | + <p class="text-balance mb-0 text-muted small"> |
| 246 | + AI-assisted image cropping to focus on key elements on the image while resizing. |
| 247 | + </p> |
| 248 | + </div> |
| 249 | + </div> |
| 250 | + </article> |
| 251 | + </div> |
| 252 | + |
232 | 253 | <div class="col-md-6"> |
233 | 254 | <article class="demo-audio sf-ai-card sf-ai-card-hover h-100"> |
234 | 255 | <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
|
274 | 295 | </div> |
275 | 296 |
|
276 | 297 | <div class="col-md-6"> |
277 | | - <article class="demo-tuto sf-ai-card sf-ai-card-hover h-100"> |
| 298 | + <article class="demo-turbo sf-ai-card sf-ai-card-hover h-100"> |
278 | 299 | <div class="position-relative card-body p-3 p-lg-4 d-flex gap-3 align-items-start"> |
279 | 300 | <div class="demo-icon bg-primary bg-opacity-10 text-primary flex-shrink-0"> |
280 | 301 | {{ ux_icon('logos:symfony-letters', {width: 36, height: 36}) }} |
281 | 302 | </div> |
282 | 303 | <div class="flex-grow-1"> |
283 | 304 | <div class="d-flex align-items-start gap-2 mb-1"> |
284 | 305 | <h3 class="h5 ff-title fw-bold mb-0"> |
285 | | - <a href="https://github.com/symfony/ai-demo" class="stretched-link">Tuto stream Bot</a> |
| 306 | + <a href="https://github.com/symfony/ai-demo" class="stretched-link">Turbo stream Bot</a> |
286 | 307 | </h3> |
287 | 308 | {{ ux_icon('tabler:arrow-right', {width: 24, height: 24, class: 'ms-1'}) }} |
288 | 309 | </div> |
|
337 | 358 | <div class="card-body p-3 p-lg-4 position-relative"> |
338 | 359 | <div class="d-flex align-items-start justify-content-between gap-2 mb-1"> |
339 | 360 | <h3 class="h5 ff-title fw-bold mb-3"> |
340 | | - <a class="stretched-link" href="https://github.com/symfony/ai/issues" target="_blank">Support</a> |
| 361 | + <a class="stretched-link" href="https://symfony-devs.slack.com/archives/C09BAPA9BJP" target="_blank">Support in Slack</a> |
341 | 362 | </h3> |
342 | | - {{ ux_icon('tabler:lifebuoy', {width: 24, height: 24, class: 'ms-1 text-muted'}) }} |
| 363 | + {{ ux_icon('tabler:brand-slack', {width: 24, height: 24, class: 'ms-1 text-muted'}) }} |
343 | 364 | </div> |
344 | 365 | <p class="text-muted small mb-0"> |
345 | | - Ask questions about SymfonyAI |
| 366 | + Ask questions in Slack channel <strong>#ai-initiative</strong> |
346 | 367 | </p> |
347 | 368 | </div> |
348 | 369 | </article> |
|
0 commit comments