Commit f72c65a2 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 07454c91
Pipeline #11193 passed with stage
in 8 seconds
...@@ -637,10 +637,11 @@ Implementations, and Perspectives ...@@ -637,10 +637,11 @@ Implementations, and Perspectives
<!-- GitLab Repository: Adaptive Tests Plugin --> <!-- GitLab Repository: Adaptive Tests Plugin -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-repo"> <div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-repo">
<!-- Überschrift oder Badge für Kategorie --> <div class="row g-3">
<div class="repo-group-header"><i class="bi bi-hdd-network"></i> GitLab-Repositories</div> <!-- Spalte 1: GitLab-Repos -->
<div class="col-12 col-md-6">
<div class="repo-group-header"><i class="bi bi-git"></i> GitLab-Repositories</div>
<!-- GitLab Repo 1 -->
<a href="https://transfer.hft-stuttgart.de/gitlab/knight/adaptivetests" class="repo-card" target="_blank"> <a href="https://transfer.hft-stuttgart.de/gitlab/knight/adaptivetests" class="repo-card" target="_blank">
<div class="repo-icon"><img src="ausschreibung/img/gitlab.PNG" alt="GitLab" width="28"></div> <div class="repo-icon"><img src="ausschreibung/img/gitlab.PNG" alt="GitLab" width="28"></div>
<div class="repo-content"> <div class="repo-content">
...@@ -649,39 +650,38 @@ Implementations, and Perspectives ...@@ -649,39 +650,38 @@ Implementations, and Perspectives
</div> </div>
</a> </a>
<!-- GitLab Repo 2 -->
<a href="https://transfer.hft-stuttgart.de/gitlab/ulrike.pado/asyst-moodle-plugin" class="repo-card" target="_blank"> <a href="https://transfer.hft-stuttgart.de/gitlab/ulrike.pado/asyst-moodle-plugin" class="repo-card" target="_blank">
<div class="repo-icon"><img src="ausschreibung/img/gitlab.PNG" alt="GitLab" width="28"></div> <div class="repo-icon"><img src="ausschreibung/img/gitlab.PNG" alt="GitLab" width="28"></div>
<div class="repo-content"> <div class="repo-content">
<h5>ASYST Plugin</h5> <h5>ASYST Plugin</h5>
<p>KI-gestützte Freitextbewertung</p> <p>Freitextbewertung mit KI</p>
</div> </div>
</a> </a>
</div>
<!-- Abschnittstrenner --> <!-- Spalte 2: Berichte -->
<hr style="margin: 1rem 0; border-top: 1px solid #ccc;" /> <div class="col-12 col-md-6">
<!-- Neue Kategorie -->
<div class="repo-group-header"><i class="bi bi-file-earmark-text"></i> Projektberichte</div> <div class="repo-group-header"><i class="bi bi-file-earmark-text"></i> Projektberichte</div>
<!-- Bericht 1 -->
<a href="https://transfer.hft-stuttgart.de/knight/bericht-adaptivetests.pdf" class="repo-card" target="_blank"> <a href="https://transfer.hft-stuttgart.de/knight/bericht-adaptivetests.pdf" class="repo-card" target="_blank">
<div class="repo-icon"><i class="bi bi-file-earmark-pdf"></i></div> <div class="repo-icon"><i class="bi bi-file-earmark-pdf"></i></div>
<div class="repo-content"> <div class="repo-content">
<h5>Bericht Adaptive Tests</h5> <h5>Bericht Adaptive Tests</h5>
<p>PDF-Dokument zur technischen Umsetzung</p> <p>PDF-Dokumentation</p>
</div> </div>
</a> </a>
<!-- Bericht 2 -->
<a href="https://transfer.hft-stuttgart.de/knight/bericht-asyst.pdf" class="repo-card" target="_blank"> <a href="https://transfer.hft-stuttgart.de/knight/bericht-asyst.pdf" class="repo-card" target="_blank">
<div class="repo-icon"><i class="bi bi-file-earmark-pdf"></i></div> <div class="repo-icon"><i class="bi bi-file-earmark-pdf"></i></div>
<div class="repo-content"> <div class="repo-content">
<h5>Bericht ASYST</h5> <h5>Bericht ASYST</h5>
<p>Entwicklung des ASYST-Plugins</p> <p>Entwicklung Freitextbewertung</p>
</div> </div>
</a> </a>
</div> </div>
</div>
</div>
<!-- End GitLab --> <!-- End GitLab -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment