From f54ec6c009a57b41915c828fbf2f0fbd74034eac Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 11:37:28 +0800 Subject: [PATCH 1/2] feat: add links to personal profiles --- src/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index d6a2e09..b6ce7e8 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,12 @@ -

hi

- link to blog +

hi! im rafiq.

+

i'm a developer and avid self hoster. here's my links:

+ blog + github + ig + linkedin + reddit From 52fc755eb259072f692232736a43d28134bbe936 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 11:43:14 +0800 Subject: [PATCH 2/2] feat: add stylesheet link to index page --- src/index.html | 1 + src/style.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/style.css diff --git a/src/index.html b/src/index.html index b6ce7e8..9d7cdd9 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,7 @@ rrv.sh + diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/src/style.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +}