diff --git a/css/main.css b/css/main.css index f7d1948..aa685bd 100644 --- a/css/main.css +++ b/css/main.css @@ -31,11 +31,7 @@ main section p, main section a { /* I hate CSS */ -#intro { - text-align: center; -} #experience img { - margin: 0 auto; display: block; } #spotify { @@ -77,17 +73,17 @@ main section p, main section a { .gallery img { margin: 0 0.5rem; - height: 10rem; width: 12rem; + height: 10rem; + max-width: 46%; width: auto; object-fit: cover; user-select: none; - transition: transform 0.2s cubic-bezier(.58,.01,.07,1); + transition: transform 0.2s cubic-bezier(0,.76,0,1); } .gallery img:hover { - margin: -0.25rem 0.25rem; - border: 0.25rem var(--green) solid; + outline: 0.3rem var(--green) solid; transform: scale(0.9); } diff --git a/css/nav.css b/css/nav.css index fc7bf5e..0d7b18e 100644 --- a/css/nav.css +++ b/css/nav.css @@ -6,6 +6,7 @@ nav { width: auto; position: sticky; top: 1rem; + z-index: 999; display: flex; flex-direction: row; justify-content: space-between; align-items: center; @@ -54,4 +55,7 @@ nav * { .nav-logo h2 { display: none; } + nav { + position: static; + } } diff --git a/index.php b/index.php index c5dd624..ff7430e 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@
-
+

Fluffy's Swagger Website

This is supposed to be a descriptive intro line, but I don't feel like writing this

@@ -52,8 +52,8 @@

Since I was young I delved into computers head first, and breaking a lot on the way. I started with Scratch, then progressed to Python in Secondary School where I really started my programming adventure!

Since then I tried many programming languages and programming-related stuff, I currently know Python, HTML and CSS but am also learning PHP and C#

I also got into Linux since the start was rough with me breaking a bunch of stuff. But since then I've been using Arch (btw) and happily configuring Rofi, Polybar, fish and even theming Discord, Spotify and Firefox!

-

These stats come from my GitHub profiles public repositories (private ones are not counted)

- +

These stats come from my GitHub profile

+
@@ -61,7 +61,7 @@

Operating system

Screenshot of Linux desktop environment

My main operating system is Arch Linux, in this screenshot you can see a "rice" of Rofi and Polybar! Which you can see here!

-

My secondary system is Windows 10 Pro just for VR

+

My secondary system is Windows 10 just for VR

Hardware

For my PC case, I'm using an NZXT H510 (white) covered with a bunch of stickers and magnets.

@@ -186,7 +186,7 @@

Page status

-

Last updated 22 Jun 2022

+

Last updated 25 Jun 2022

Made and designed by Fluffy

diff --git a/stylesheet.css b/stylesheet.css index f232166..65aa56e 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -86,11 +86,6 @@ a:visited { span { display: inline; } -.gray-info { - font-style: italic; - opacity: 0.6; -} - .carty-colour { color: #C29356; font-weight: bold; @@ -111,3 +106,14 @@ span { color: #542b00; font-weight: bold; } + +.gray-info { + font-style: italic; + opacity: 0.6; + z-index: inherit; +} +.center { + margin-left: auto; margin-right: auto; + justify-content: center; + text-align: center; +}