aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-06-07 03:30:56 +0000
committerKumar Damani <me@kumardamani.net>2022-06-07 03:30:56 +0000
commite6c1b731f86566cf7f8958f250e4d27c7daab97b (patch)
treea080902ce59e2abc71426c31c16c78e2e8557da8
parentc22463b14180754c506798ad70071d742038b66c (diff)
update to projects section.
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 05f6b19..ad57e17 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<body>
<h1><big>Kumar Damani</big></h1>
-<h2><small>Last updated: 25 Mar. 2022</small></h2>
+<h2><small>Last updated: 06 June. 2022</small></h2>
<section class="flex-container">
@@ -33,10 +33,18 @@
<ul>
<li>My VPS
<ul>
+ <li>My Ansible repository used for managing my self-hosted services.</li>
<li><a target="_blank" href="https://gitlab.com/kdam0/vps">Source on GitLab</a></li>
<li>Using: Ansible</li>
</ul>
</li>
+<li>Namecheap CLI
+ <ul>
+ <li>A CLI application to list/add/update/remove DNS records from Namecheap.</li>
+ <li><a target="_blank" href="https://gitlab.com/kdam0/nccli">Source on GitLab</a></li>
+ <li>Using: Go</li>
+ </ul>
+</li>
<li>Helpthehome(less)
<ul>
<li><a target="_blank" href="https://gitlab.com/kdam0/helpthehomeless">Source on GitLab</a></li>