From f3af7ab67fefdc0785db098a269900de056afd6a Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 26 Dec 2023 23:49:10 +0100 Subject: [PATCH] Implemented profile picture --- index.html | 17 ++++++++++++++--- profile.jpg | Bin 0 -> 740239 bytes 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 profile.jpg diff --git a/index.html b/index.html index 525eebf..b0acb66 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,16 @@ padding: 0; } + .profile { + margin-top: 150px; + height: auto; + width: 10%; + min-width: 25px; + min-height: 25px; + margin-left: 45%; + margin-right: 45%; + } + .info { color: #fff; } @@ -105,11 +115,11 @@
About me -
+
My blog -
+
My repositories -
+
My archived Instagram

@@ -125,6 +135,7 @@ +