From ded1ae3bba11bbe240d3b801fbd7457a5e87dba1 Mon Sep 17 00:00:00 2001 From: ckotugeh Date: Fri, 12 Jun 2026 07:47:40 +0300 Subject: [PATCH 1/4] Add DOctype and footer to auto generate year --- contribute-to-opensource.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contribute-to-opensource.html b/contribute-to-opensource.html index 05ff63f..9f3b9f3 100644 --- a/contribute-to-opensource.html +++ b/contribute-to-opensource.html @@ -1,3 +1,5 @@ + + @@ -224,4 +226,11 @@

Conclusion

+ + From 510c29e753f1d61633c962deb71f7f4b04022d08 Mon Sep 17 00:00:00 2001 From: ckotugeh Date: Fri, 12 Jun 2026 07:53:51 +0300 Subject: [PATCH 2/4] styled footer --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index a7cea8e..73a391b 100644 --- a/style.css +++ b/style.css @@ -34,3 +34,17 @@ h1 span { .success.button { font-weight: 700; } +footer { + background-color: #070707; + text-align: center; + padding: 2rem; + margin-top: 2rem; +} +footer p { + color: #fafafa; + font-size: 1rem; +} +footer:hover { + background-color: #1dd829; + transition: background-color 0.3s ease; +} From 2adcb6a21f2154502e03077adbfce863b2b5c580 Mon Sep 17 00:00:00 2001 From: ckotugeh Date: Fri, 12 Jun 2026 08:16:30 +0300 Subject: [PATCH 3/4] otugeh.html --- otugeh.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 otugeh.html diff --git a/otugeh.html b/otugeh.html new file mode 100644 index 0000000..0de4191 --- /dev/null +++ b/otugeh.html @@ -0,0 +1,29 @@ +
+ Charles Otugeh + +<> + +

Charles Otugeh

+

I'm Ethical Hacker and Software Engineer at Zone01 Kisumu

+

Programming languages I use

+
+
GO
+
Python
+
JavaScrits
+ +
From 044b4082db40af208d003fb1786f46dde1cb0aa0 Mon Sep 17 00:00:00 2001 From: ckotugeh Date: Fri, 12 Jun 2026 08:24:09 +0300 Subject: [PATCH 4/4] Moved file to contributers --- otugeh.html => contributors/otugeh.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename otugeh.html => contributors/otugeh.html (100%) diff --git a/otugeh.html b/contributors/otugeh.html similarity index 100% rename from otugeh.html rename to contributors/otugeh.html