diff --git a/docs/changelog.html b/docs/changelog.html index f86b504..f984650 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -79,9 +79,14 @@

About Me

Just a simple student trying to make his way in the universe.

- - - +
+ + + + + + +
diff --git a/docs/main.css b/docs/main.css index 6b8b103..af99f7e 100644 --- a/docs/main.css +++ b/docs/main.css @@ -248,8 +248,15 @@ h1 { margin: 0 auto; /* Center the container horizontally */ } +.social-icons-container { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); + grid-gap: 10px; + justify-content: center; +} + .fa:hover { - opacity: 0.9; + opacity: 0.8; } .fa-linkedin { @@ -257,16 +264,33 @@ h1 { color: white; } -.fa-pinterest { - background: #cb2027; + +.fa-facebook { + background: #1575e4; color: white; } +.fa-github { + background: #333; /* GitHub black */ + color: #fff; /* White text */ + } + + .fa-reddit { background: #ff5700; color: white; } +.fa-youtube { + background: #b81111; + color: white; +} + +.fa-instagram { + background: #e4405f; /* Instagram pink */ + color: #fff; /* White text */ + } + .fa { padding: 20px; font-size: 40px; @@ -307,6 +331,14 @@ h1 { --h1-size: 18px; --footer-size: 15px; } + + .social-icons-container { + grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); + } + + .fa { + font-size: 24px; + } } /* Desktop */