From 50455b117d0ea3c11a7dfc68a72bb21b76c9576a Mon Sep 17 00:00:00 2001 From: Obai Albek <89144251+ObaiAlbek@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:31:55 +0200 Subject: [PATCH] update --- Projekt_Ordner/css/Homepage.css | 3 ++- Projekt_Ordner/html/Homepage.html | 2 +- Projekt_Ordner/html/aboutMe.html | 8 ++++---- Projekt_Ordner/html/dataStructure.html | 11 +++++++++++ 4 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 Projekt_Ordner/html/dataStructure.html diff --git a/Projekt_Ordner/css/Homepage.css b/Projekt_Ordner/css/Homepage.css index fb56064..f5a7fd9 100644 --- a/Projekt_Ordner/css/Homepage.css +++ b/Projekt_Ordner/css/Homepage.css @@ -54,12 +54,13 @@ body { } .hero .getStarted{ - padding: 10px 16px; + padding: 10px; border: none; border-radius: 8px; background: #111827; color: #fff; cursor: pointer; + text-decoration: none; } .hero h1{ font-size: clamp(28px, 4vw, 44px); /* responsive Überschrift */ diff --git a/Projekt_Ordner/html/Homepage.html b/Projekt_Ordner/html/Homepage.html index 4759432..54c5725 100644 --- a/Projekt_Ordner/html/Homepage.html +++ b/Projekt_Ordner/html/Homepage.html @@ -25,7 +25,7 @@

Data Structure Visualizer

Learn how stacks, queues and other data structures work through interactive animations.

- + Get Started
Data structure overview
diff --git a/Projekt_Ordner/html/aboutMe.html b/Projekt_Ordner/html/aboutMe.html index 30c5da4..27d085c 100644 --- a/Projekt_Ordner/html/aboutMe.html +++ b/Projekt_Ordner/html/aboutMe.html @@ -55,10 +55,10 @@

SOCIAL ME

- f - in - - 🐙 + f + in + + 🐙
diff --git a/Projekt_Ordner/html/dataStructure.html b/Projekt_Ordner/html/dataStructure.html new file mode 100644 index 0000000..bdc96a3 --- /dev/null +++ b/Projekt_Ordner/html/dataStructure.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hallo

+ + \ No newline at end of file