From c50d7d7489482001c2f78d8893589d9ab9a0d537 Mon Sep 17 00:00:00 2001 From: Traboulsi Date: Wed, 28 May 2025 10:43:18 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 107 ++++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 75 deletions(-) diff --git a/public/index.html b/public/index.html index a26d634..d25841d 100644 --- a/public/index.html +++ b/public/index.html @@ -187,68 +187,25 @@ .publication-list a:hover { text-decoration: underline; } -.btn-get-started { - background: linear-gradient(to right, #005baa, #0088cc); - color: #fff; - padding: 12px 24px; - margin-right: 10px; - border-radius: 50px; - font-weight: 600; - text-decoration: none; - transition: 0.3s ease-in-out; - display: inline-flex; - align-items: center; - gap: 8px; - box-shadow: 0 4px 12px rgba(0,0,0,0.15); -} - -.btn-get-started:hover { - background: linear-gradient(to right, #0088cc, #00b4d8); - transform: translateY(-2px); - box-shadow: 0 6px 18px rgba(0,0,0,0.2); -} - -.btn-watch-video { - color: #005baa; - font-weight: 600; - text-decoration: none; - gap: 8px; - font-size: 16px; - transition: 0.3s ease-in-out; -} - -.btn-watch-video i { - font-size: 28px; - color: #005baa; - margin-right: 6px; - transition: transform 0.3s ease; -} - -.btn-watch-video:hover i { - transform: scale(1.2); - color: #00b4d8; +.hero-bright { + background: linear-gradient(135deg, #f0f4ff, #ffffff); + color: #1a1a1a; + padding: 80px 0; } -.btn-watch-video:hover span { - color: #00b4d8; -} - -.bg-ai-gradient { - background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); - color: white; -} - -.btn-glass { - backdrop-filter: blur(10px); - background: rgba(255, 255, 255, 0.1); - border: 1px solid rgba(255, 255, 255, 0.3); +.btn-glass-light { + backdrop-filter: blur(6px); + background: rgba(255, 255, 255, 0.7); + border: 1px solid rgba(0, 123, 255, 0.3); padding: 0.75rem 1.5rem; border-radius: 50px; - transition: background 0.3s ease; + transition: all 0.3s ease; + font-weight: 500; } -.btn-glass:hover { - background: rgba(255, 255, 255, 0.2); +.btn-glass-light:hover { + background: rgba(0, 123, 255, 0.1); + color: #0056b3; } .floating { @@ -257,11 +214,10 @@ @keyframes float { 0% { transform: translateY(0px); } - 50% { transform: translateY(-10px); } + 50% { transform: translateY(-12px); } 100% { transform: translateY(0px); } } - -
-
-
-
-

KI für Lehre und Lernen

-

- Wie lehren und lernen wir in Zukunft? 1,9 Mio. € Förderung für das Projekt KNIGHT an der HFT Stuttgart. -

-
- 🚀 Jetzt starten - 🧩 Arbeitspakete ansehen - Video abspielen +
+
+
+
+

KI in der Lehre – Zukunft jetzt gestalten

+

+ Entdecke, wie das Projekt KNIGHT mit 1,9 Mio. € Förderung Lehre und Lernen transformiert. +

+ +
+
+ KI Illustration
-
-
- KI Illustration
-
-
+ + -- GitLab