Commit b1afb724 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent da9eb345
Pipeline #11236 passed with stage
in 9 seconds
...@@ -428,10 +428,10 @@ body { ...@@ -428,10 +428,10 @@ body {
<div class="container"> <div class="container">
<div>
<!-- themen zu addieren juni 25--> <!-- themen zu addieren juni 25-->
<!-- Themenbuttons --> <!-- Themenbuttons -->
<div class="topic-buttons"> <div class="topic-buttons" data-aos="fade-up" data-aos-delay="100">
<button onclick="toggleTopic('ethik', this)">Ethik</button> <button onclick="toggleTopic('ethik', this)">Ethik</button>
<button onclick="toggleTopic('technik', this)">Technik</button> <button onclick="toggleTopic('technik', this)">Technik</button>
<button onclick="toggleTopic('kompetenz', this)">Kompetenz</button> <button onclick="toggleTopic('kompetenz', this)">Kompetenz</button>
...@@ -470,6 +470,8 @@ body { ...@@ -470,6 +470,8 @@ body {
<li><strong>AP 8:</strong> Textgenerierende KI in der Lehre.</li> <li><strong>AP 8:</strong> Textgenerierende KI in der Lehre.</li>
</ul> </ul>
</div> </div>
</div>
<!-- end themen --> <!-- end themen -->
<div class="row gy-4"> <div class="row gy-4">
......
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