Commit 849ca51a authored by Traboulsi's avatar Traboulsi
Browse files

Update public/ki-kompetenzen.html

parent 13ec1c9d
No related merge requests found
Pipeline #10122 passed with stage
in 6 seconds
Showing with 12 additions and 3 deletions
+12 -3
......@@ -28,11 +28,11 @@
.card {
margin-bottom: 20px;
}
.video-container {
text-align: center;
}
.video-container iframe {
width: 100%;
height: 315px;
......@@ -104,14 +104,23 @@
</div>
</section>
<!--
<section class="container mt-5">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/your-video-id" frameborder="0" allowfullscreen></iframe>
</div>
</section>
-->
</main>
<footer>
<div class="container">
<p>Um zur Startseite zurückzukehren, klicken Sie bitte auf den folgenden Link:</p>
<a
<a href="index.html">Zurück zur Startseite</a>
<p>&copy; 2024 KNIGHT Project. All rights reserved.</p>
</div>
</footer>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>
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