diff --git a/README.md b/README.md index 6147a47..04c75d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

janishutz.com

diff --git a/src/about/aboutme/index.html b/src/about/aboutme/index.html index 6502c87..9abdda4 100755 --- a/src/about/aboutme/index.html +++ b/src/about/aboutme/index.html @@ -15,7 +15,7 @@
- +

About me

Hello! I am Janis Hutz, I am 19 years old, and I am developing Software! Developing is my passion which means that I spend most of my life doing it.

diff --git a/src/about/index.html b/src/about/index.html index cb9bb21..6e7da95 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -14,7 +14,7 @@
- +

About janis­hutz.com

This is my main personal website which acts as a link between all my projects and websites.


diff --git a/src/assets/logo-new.xcf b/src/assets/logo-new.xcf new file mode 100644 index 0000000..6f3b8c4 Binary files /dev/null and b/src/assets/logo-new.xcf differ diff --git a/src/assets/logo.jpg b/src/assets/logo.jpg new file mode 100644 index 0000000..2d488ea Binary files /dev/null and b/src/assets/logo.jpg differ diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..264ce1f Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/css/mainstyle.css b/src/css/mainstyle.css index b8650d8..33ec099 100755 --- a/src/css/mainstyle.css +++ b/src/css/mainstyle.css @@ -18,7 +18,7 @@ html, body { } body { - background-color: rgba(0, 1, 73, 0.7); + background-color: rgb(105, 144, 189); font-family: sans-serif; } diff --git a/src/css/nav/logo.css b/src/css/nav/logo.css index c7fcf99..1903ce4 100644 --- a/src/css/nav/logo.css +++ b/src/css/nav/logo.css @@ -5,7 +5,7 @@ top: 0; left: 0; border-bottom-right-radius: 100%; - background-color: rgb(21, 21, 73); + background-color: black; transition: all 2s ease-in-out; z-index: 9; } diff --git a/src/css/nav/menu.css b/src/css/nav/menu.css index 76718a1..e57b57b 100644 --- a/src/css/nav/menu.css +++ b/src/css/nav/menu.css @@ -7,7 +7,7 @@ height: 0; width: 0; cursor: default; - background-color: rgb(18, 12, 59); + background-color: #152b5c; border-bottom-left-radius: 100%; display: flex; justify-content: center; diff --git a/src/css/nav/toggle.css b/src/css/nav/toggle.css index b88772f..2a0863e 100644 --- a/src/css/nav/toggle.css +++ b/src/css/nav/toggle.css @@ -11,7 +11,7 @@ } .nav-toggle-container { - background-color: rgb(21, 21, 73); + background-color: black; width: 100%; height: 100%; z-index: 10; diff --git a/src/footer.html b/src/footer.html index 4d3cd93..3ce5b06 100755 --- a/src/footer.html +++ b/src/footer.html @@ -7,7 +7,7 @@