Commit 1a7d5911 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/learning-analytics.html, public/assets/css/main.css, public/ki-kompetenzen.html

parent 54c5bf97
No related merge requests found
Pipeline #11340 passed with stage
in 9 seconds
Showing with 15 additions and 18 deletions
+15 -18
......@@ -3189,4 +3189,15 @@ section,
.topic-buttons button.active { background-color: #333; color: white; }
.topic-details { display: none; margin: 1rem 0; background: #f5f5f5; padding: 1rem; border-radius: 8px; }
.details { display: none; margin-top: 1rem; background: #f0f0f0; padding: 1rem; border-radius: 5px; }
.accordion-button {
font-weight: 600;
background-color: #007bff;
color: white;
border-radius: 0.25rem;
}
.accordion-button:not(.collapsed) {
background-color: #0056b3;
}
/* ---- End New Service -- added Juni 2025 ***/
......@@ -36,18 +36,7 @@ html lang="en">
</nav>
</div>
<style>
.accordion-button {
font-weight: 600;
background-color: #007bff;
color: white;
border-radius: 0.25rem;
}
.accordion-button:not(.collapsed) {
background-color: #0056b3;
}
</style>
</header>
<main>
......
......@@ -17,12 +17,7 @@
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap 5 JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
......@@ -126,6 +121,8 @@
</div>
<p class="fst-italic text-center">Abbildung: VIPA-Simulation in einer kollaborativen VR-Umgebung</p>
<h3>Study Dean Cockpit (AP 3.5–3.7)</h3>
<div class="accordion" id="accordion-sdc">
<div class="accordion-item">
......
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