From 5f68d859eb1ee4db2cb5cdc97595c1c31220446d Mon Sep 17 00:00:00 2001 From: jonas-martinez Date: Thu, 11 Jul 2024 22:33:24 +0200 Subject: [PATCH] feat: Theme Switcher Button --- about.html | 47 ++++++++++++++++++++++++++++++++++++ css/home.css | 5 ++++ img/theme-button.svg | 9 +++++++ portfolio.html | 57 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 about.html create mode 100644 img/theme-button.svg create mode 100644 portfolio.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..7c5ccb8 --- /dev/null +++ b/about.html @@ -0,0 +1,47 @@ + + + + + + + Jonas Martinez | Fullstack Developer + + + + + + + + + + + + \ No newline at end of file diff --git a/css/home.css b/css/home.css index 226b268..1bbb79e 100644 --- a/css/home.css +++ b/css/home.css @@ -113,6 +113,11 @@ body>nav>div>aside { } } } + + &>li:last-of-type>svg { + width: 24px; + height: 24px; + } } } diff --git a/img/theme-button.svg b/img/theme-button.svg new file mode 100644 index 0000000..85daaa1 --- /dev/null +++ b/img/theme-button.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 0000000..6020880 --- /dev/null +++ b/portfolio.html @@ -0,0 +1,57 @@ + + + + + + + Jonas Martinez | Fullstack Developer + + + + + + + + + + + + \ No newline at end of file