Skip to content

Commit be72261

Browse files
committed
update agilecoder
1 parent 82f42ff commit be72261

File tree

16 files changed

+64
-1
lines changed

16 files changed

+64
-1
lines changed

agilecoder/index.html

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626

2727
<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">
2928
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
3029
rel="stylesheet">
3130

@@ -369,7 +368,71 @@ <h2 class="title is-3">Evaluation</h2>
369368

370369

371370

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+
372377

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>
373436

374437

375438
<!-- Youtube video -->
-199 KB
Binary file not shown.
-363 KB
Binary file not shown.
-496 KB
Binary file not shown.
-197 KB
Binary file not shown.

agilecoder/static/images/favicon.ico

-11.7 KB
Binary file not shown.
158 KB
Loading
6.06 KB
Loading
6.85 KB
Loading
9.32 KB
Loading
5.87 KB
Loading
19.3 KB
Loading
56.1 KB
Loading
6.18 KB
Loading
41.6 KB
Loading
43.9 KB
Loading

0 commit comments

Comments
 (0)