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