From 0778bb89b82f794a65de01015fe168083e858a28 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 12:15:26 +0800 Subject: [PATCH 1/2] feat: add cv, aenyrathia wiki links and font awesome icons --- src/index.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 8b1d2fe..8ee4c1d 100644 --- a/src/index.html +++ b/src/index.html @@ -3,17 +3,24 @@ rrv.sh +

hi! im rafiq.

-

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

+

i'm a developer and avid self hoster.

+

here's my links:

blog - github - ig - linkedin - reddit + cv +
+ aenyrathia.wiki +
+
+ + + +
From c5aabd64a1c4e2b699fb6bf257eefb21e31e8101 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 12:17:41 +0800 Subject: [PATCH 2/2] feat: remove redundant links paragraph and style links --- src/index.html | 1 - src/style.css | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 8ee4c1d..47d8e21 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,6 @@

hi! im rafiq.

i'm a developer and avid self hoster.

-

here's my links:

blog cv
diff --git a/src/style.css b/src/style.css index 329eed9..98494d5 100644 --- a/src/style.css +++ b/src/style.css @@ -11,3 +11,12 @@ div.container { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } +a, +a:visited, +a:hover, +a:active { + color: inherit; +} +a.fa { + text-decoration: none; +}