diff --git a/README.md b/README.md index ccf1240..58962ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# live-site - -Files for my current live site - -branches beta and master are test files, branch main is "live" +# live-site + +Files for my current live site + +branches beta and master are test files, branch main is "live" diff --git a/index.html b/index.html index 9b3d188..894c1b2 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + Moon Moon's hub @@ -15,7 +15,7 @@
- +
@@ -24,6 +24,10 @@
  • Dashboard
  • PDF.tools
  • IT.tools +
  • IP.tools +
  • Socials +
  • CStools +
  • CSwatch
  • @@ -35,7 +39,7 @@

    Welcome to Moon Moon's Hub

    -

    I am a 26-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server. +

    I am a 28-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server. Some of these you can check out at my dashborad.

    @@ -48,9 +52,9 @@
    - +
    - \ No newline at end of file + diff --git a/style.css b/style.css index 5aec350..bea4bde 100644 --- a/style.css +++ b/style.css @@ -188,7 +188,7 @@ body { right: 1rem; top: 2rem; background: transparent; - background-image: url(icon-hamburger.svg); + background-image: url('Assets/icon-hamburger.svg'); background-repeat: no-repeat; background-position: center; width: 1.5rem; @@ -197,7 +197,7 @@ body { } .mobile-nav-toggle[aria-expanded="true"] { - background-image: url(icon-close.svg); + background-image: url('Assets/icon-close.svg'); } .mobile-nav-toggle:focus-visible {