Commit f7d52588 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 965e6019
Pipeline #11219 passed with stage
in 8 seconds
...@@ -284,6 +284,16 @@ body { ...@@ -284,6 +284,16 @@ body {
color: #444; color: #444;
} }
.entry-line:not(:last-child) {
border-bottom: 1px solid #ccc;
padding-bottom: 0.8rem;
margin-bottom: 1rem;
transition: border-color 0.3s ease;
}
.entry-line:hover {
border-color: #007bff; /* blaue Linie beim Hover */
}
</style> </style>
...@@ -705,7 +715,6 @@ Implementations, and Perspectives ...@@ -705,7 +715,6 @@ Implementations, and Perspectives
<!-- End GitLab --> <!-- End GitLab -->
<!-- Verwendung der Ergebnisse --> <!-- Verwendung der Ergebnisse -->
<div class="col-lg-12 portfolio-item isotope-item filter-ergebnisse"> <div class="col-lg-12 portfolio-item isotope-item filter-ergebnisse">
<div class="publication-box"> <div class="publication-box">
...@@ -729,7 +738,7 @@ Implementations, and Perspectives ...@@ -729,7 +738,7 @@ Implementations, and Perspectives
Nachhaltiger Einfluss auf die Lehre zu KI an der HFT Stuttgart Nachhaltiger Einfluss auf die Lehre zu KI an der HFT Stuttgart
</div> </div>
<div class="entry-line"> <div class="entry-line last-entry">
<span class="entry-label">2024–2025:</span> <span class="entry-label">2024–2025:</span>
Zugang zu generativer KI in Schreibseminaren – sachliche Auseinandersetzung fördern Zugang zu generativer KI in Schreibseminaren – sachliche Auseinandersetzung fördern
</div> </div>
......
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