diff --git a/aboutme.html b/aboutme.html index cfed338..98ef8ce 100644 --- a/aboutme.html +++ b/aboutme.html @@ -14,10 +14,11 @@ @@ -25,52 +26,34 @@
-

Über mich:

-

Hey, ich weiß selbst nach fast zwei Jahrzehnten auf diesem Planeten nicht genau, was ich über mich schreiben soll in solchen „Über Mich“s. Aber ich versuche es mal. :)

-

-

Also ich interessiere mich sehr für alles rund um Computer. Ich nutze Linux und lerne gerade programmieren. Abseits vom Computer treffe ich mich gerne mit Freunden und höre sehr viel Musik. In letzter Zeit höre ich überwiegend Techno, daher gehe ich auch mega gerne regelmäßig in Technoclubs.

-

-

Zu guter Letzt. Ich liebe Katzen und habe sogar zwei von diesen Spinnern.

+

+

+

+

+

+

-
+ -
- - - -
+
+ + + +
- - menuList.style.maxHeight = "0px"; - - function togglemenu(){ - - if(menuList.style.maxHeight == "0px") - { - menuList.style.maxHeight = "130px"; - } - else - { - menuList.style.maxHeight = "0px"; - } - - } - - diff --git a/aboutme/cats.html b/aboutme/cats.html index 6970ab3..e03b9be 100644 --- a/aboutme/cats.html +++ b/aboutme/cats.html @@ -15,10 +15,11 @@ @@ -26,8 +27,8 @@
-

Meine Katzen!

-

Der weiße Kater heißt Percy und der Schwarzweiße heißt Mailo

+

+

@@ -43,26 +44,8 @@
- - menuList.style.maxHeight = "0px"; - - function togglemenu(){ - - if(menuList.style.maxHeight == "0px") - { - menuList.style.maxHeight = "130px"; - } - else - { - menuList.style.maxHeight = "0px"; - } - - } - - diff --git a/aboutme/linux.html b/aboutme/linux.html index 74d32d5..f8cdb8b 100644 --- a/aboutme/linux.html +++ b/aboutme/linux.html @@ -15,10 +15,11 @@ @@ -26,35 +27,35 @@
-

Linux

+

-

Meine Linux distrohop Geschichte:

+

    -
  • 2021 Januar - Linux Mint
  • -
  • 2021 Juni - Kubuntu
  • -
  • 2021 Juli - KDE Neon
  • -
  • 2022 Februar - Fedora
  • -
  • 2022 Juni - Nobara
  • -
  • Aktuell Fedora und Nobara
  • +
  • +
  • +
  • +
  • +
  • +

-

Desktop: Nobara Linux

+

-

Laptop: Fedora Linux

+

-

Distros mit dennen ich nurmal rumgespielt habe:

+

    -
  • Arch Linux
  • -
  • Artix Linux
  • -
  • AntiX
  • -
  • TailsOS
  • +
  • +
  • +
  • +
-

Weitere Linux Geräte in meinem Besitz:

+

    -
  • Raspberry Pi - Rasberry Pi OS
  • -
  • Steam Deck - SteamOS
  • -
  • Fairphone 3+ - iodéOS
  • +
  • +
  • +
@@ -69,26 +70,9 @@
- - function togglemenu(){ - - if(menuList.style.maxHeight == "0px") - { - menuList.style.maxHeight = "130px"; - } - else - { - menuList.style.maxHeight = "0px"; - } - - } - - diff --git a/aboutme/techno.html b/aboutme/techno.html index 3ea9580..ab45861 100644 --- a/aboutme/techno.html +++ b/aboutme/techno.html @@ -15,10 +15,11 @@ @@ -26,19 +27,19 @@
-

Techno Top 10

-

Vorab: Diese Top-10-Liste ist nicht ernst gemeint. Es wurde nach keinen Kriterien bewertet. Das ist nur eine Sammlung von Liedern, die ich aktuell gerne höre.

+

+

    -
  • 1. i wanna be your girlfriend | Dj Brice
  • -
  • 2. DIE LIEBE KOMMT NICHT AUS BERLIN | Brutalismus 3000
  • -
  • 3. HEISS (Floorkiller Flex) | ÅMRTÜM
  • -
  • 4. Underground | Tucker
  • -
  • 5. Audio Bully - Original | ANSBRO
  • -
  • 6. Goes Crazy - Original Mix | RBX
  • -
  • 7. As We Kick | RVLT, Ouija
  • -
  • 8. Language Of The Devil | Infeed
  • -
  • 9. NUR MEIN KÖRPER UND DIE ANGST | Brutalismus 3000
  • -
  • 10. Atme Ein (Atme Rauch aus) | Butschi, Felix Jaehn, Fairy Mary
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
@@ -55,26 +56,8 @@
- - menuList.style.maxHeight = "0px"; - - function togglemenu(){ - - if(menuList.style.maxHeight == "0px") - { - menuList.style.maxHeight = "130px"; - } - else - { - menuList.style.maxHeight = "0px"; - } - - } - - diff --git a/contactme.html b/contactme.html index 786e041..8e73d43 100644 --- a/contactme.html +++ b/contactme.html @@ -15,10 +15,11 @@ @@ -26,8 +27,8 @@
-

Kontakt

-

Email: malik.wachter [at] mawacode.de

+

+

@@ -35,33 +36,16 @@
- - function togglemenu(){ - - if(menuList.style.maxHeight == "0px") - { - menuList.style.maxHeight = "130px"; - } - else - { - menuList.style.maxHeight = "0px"; - } - - } - - diff --git a/css/style.css b/css/style.css index ab8b503..083ca6c 100644 --- a/css/style.css +++ b/css/style.css @@ -178,7 +178,7 @@ h2{ padding-right: 4%; } - nav ul { + nav ul{ width: 100%; position: absolute; top: 75px; @@ -192,11 +192,11 @@ h2{ display: block; margin-top: 10px; margin-bottom: 10px; - } nav ul li a{ box-shadow: 0 0 0; + cursor: pointer; } .menu-icon{ @@ -221,7 +221,6 @@ h2{ .col-2 .fotovonmir{ width: 77%; - transform: translateX(0px); } diff --git a/index.html b/index.html index 9919343..06a622b 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,17 @@ +