|
25 | 25 |
|
26 | 26 |
|
27 | 27 | <title>AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology</title>
|
28 |
| - <link rel="icon" type="image/x-icon" href="static/images/favicon.ico"> |
29 | 28 | <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
30 | 29 | rel="stylesheet">
|
31 | 30 |
|
@@ -369,7 +368,71 @@ <h2 class="title is-3">Evaluation</h2>
|
369 | 368 |
|
370 | 369 |
|
371 | 370 |
|
| 371 | +<section class="section hero is-light"> |
| 372 | + <div class="container is-max-desktop"> |
| 373 | + <div class="columns is-centered has-text-centered"> |
| 374 | + <div class="column is-four-fifths"> |
| 375 | + <h2 class="title is-3">Apps Gallery</h2> |
| 376 | + |
372 | 377 |
|
| 378 | + </div> |
| 379 | + |
| 380 | + </div> |
| 381 | + |
| 382 | + |
| 383 | + <div class="container"> |
| 384 | + <div id="results-carousel" class="carousel results-carousel"> |
| 385 | + <div class="item"> |
| 386 | + <!-- Your image here --> |
| 387 | + <img src="static/images/screenshots/1.png" alt="MY ALT TEXT"/> |
| 388 | + |
| 389 | + </div> |
| 390 | + <div class="item"> |
| 391 | + <!-- Your image here --> |
| 392 | + <img src="static/images/screenshots/2.png" alt="MY ALT TEXT"/> |
| 393 | + |
| 394 | + </div> |
| 395 | + <div class="item"> |
| 396 | + <!-- Your image here --> |
| 397 | + <img src="static/images/screenshots/3.png" alt="MY ALT TEXT"/> |
| 398 | + |
| 399 | + </div> |
| 400 | + <div class="item"> |
| 401 | + <!-- Your image here --> |
| 402 | + <img src="static/images/screenshots/4.png" alt="MY ALT TEXT"/> |
| 403 | + </div> |
| 404 | + <div class="item"> |
| 405 | + <!-- Your image here --> |
| 406 | + <img src="static/images/screenshots/5.png" alt="MY ALT TEXT"/> |
| 407 | + </div> |
| 408 | + <div class="item"> |
| 409 | + <!-- Your image here --> |
| 410 | + <img src="static/images/screenshots/7.png" alt="MY ALT TEXT"/> |
| 411 | + </div> |
| 412 | + <div class="item"> |
| 413 | + <!-- Your image here --> |
| 414 | + <img src="static/images/screenshots/8.png" alt="MY ALT TEXT"/> |
| 415 | + </div> |
| 416 | + <div class="item"> |
| 417 | + <!-- Your image here --> |
| 418 | + <img src="static/images/screenshots/9.png" alt="MY ALT TEXT"/> |
| 419 | + </div> |
| 420 | + <div class="item"> |
| 421 | + <!-- Your image here --> |
| 422 | + <img src="static/images/screenshots/10.png" alt="MY ALT TEXT"/> |
| 423 | + </div> |
| 424 | + <div class="item"> |
| 425 | + <!-- Your image here --> |
| 426 | + <img src="static/images/screenshots/11.png" alt="MY ALT TEXT"/> |
| 427 | + </div> |
| 428 | + </div> |
| 429 | +</div> |
| 430 | + |
| 431 | + </div> |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | +</section> |
373 | 436 |
|
374 | 437 |
|
375 | 438 | <!-- Youtube video -->
|
|
0 commit comments