diff --git a/dev/images/maybe.jpg b/dev/images/maybe.jpg new file mode 100644 index 0000000..f43586e Binary files /dev/null and b/dev/images/maybe.jpg differ diff --git a/dev/index.html b/dev/index.html index af977cf..db23c72 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,7 +1,6 @@ - - + @@ -11,40 +10,69 @@ - + - +
-
-
- jabuxas' icon -

jabuxas

-
-
+
+
+
+ jabuxas' icon +
+

jabuxas

-
- - - - - - +
+
+
+ + + + + + +
-
© 2024 jabuxas - all rights by yours truly
- - + + diff --git a/dev/style.css b/dev/style.css index cfae614..d15f118 100644 --- a/dev/style.css +++ b/dev/style.css @@ -17,12 +17,24 @@ body { justify-content: center; background-color: #1e1e1e; - color: #d4d4d4; + color: #aeaeae; +} + +.image-container { + width: 150px; + height: 150px; + border-radius: 50px; + overflow: hidden; + position: relative; } img { - width: 150px; - border-radius: 50px; + width: 100%; + height: 100%; + object-fit: cover; + object-position: top; + transform: scale(1.2); + transform-origin: top center; } .top-level div { @@ -39,12 +51,17 @@ img { .link-item a { text-decoration: none; - color: #d4d4d4; font-weight: bolder; display: flex; + color: #aeaeae; align-items: center; } +.link-item a:hover, +h2:hover { + color: #d4d4d4; +} + .icon { font-family: "Terminess Nerd Font"; font-size: 1.5em; @@ -86,7 +103,7 @@ img { } .blog-icon:before { - content: "\e287"; + content: "\f01f"; font-size: 1.5em; padding-right: 8px; /* padding-left: 4px; */