diff --git a/assets/main.css b/assets/main.css index c08fdc8..b08445c 100644 --- a/assets/main.css +++ b/assets/main.css @@ -48,6 +48,9 @@ nav.profile { border-bottom: 2px solid white; } +#projectsShowcase { + gap: 20px; +} main { display: flex; @@ -124,8 +127,15 @@ main { gap: 10px; } -.menuEntry > img { +.menuEntryHelper { + width: 200px; + height: 200px; + border: 2px solid white; +} + +.menuEntryImage { background-color: black; + width: 100%; } .menuEntry:hover { @@ -143,7 +153,7 @@ main { color: white; } -.menuEntry:hover > img { +.menuEntry:hover img { filter: grayscale(100%) invert(); border-color: gray; } diff --git a/assets/svg/malware.svg b/assets/svg/malware.svg new file mode 100644 index 0000000..08c1e6b --- /dev/null +++ b/assets/svg/malware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index acb1f65..32d64e4 100644 --- a/index.html +++ b/index.html @@ -15,15 +15,19 @@

Home

- -
\ No newline at end of file