summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-17 22:55:10 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-17 22:55:10 +0700
commit87d7a4597b75b5bb511eea7d9cbcfe81bec6ec9a (patch)
treeb66e4d58bb9249ba09122c4c5933515d24489644
parent6aa57dcf8d7ff8be95a7209f3fa1cea49863d1ea (diff)
downloadweb-cv-87d7a4597b75b5bb511eea7d9cbcfe81bec6ec9a.tar.gz
Add link to packages maintained
-rw-r--r--index.html6
-rw-r--r--style.css4
2 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index c3d6bf6..956c7e8 100644
--- a/index.html
+++ b/index.html
@@ -93,9 +93,9 @@
           </ul>
           <h2 id="links">Links</h2>
           <ul>
-            <li><a rel="me" href="https://git.sr.ht/~huyngo">SourceHut</a></li>
-            <li><a rel="me" href="https://github.com/Huy-Ngo">Github</a></li>
-            <li><a rel="me" href="https://xrvs.net/">Personal Website</a></li>
+            <li>Forges: <a rel="me" href="https://git.sr.ht/~huyngo">SourceHut</a>, <a rel="me" href="https://github.com/Huy-Ngo">Github</a></li>
+            <li>Packages maintained on: <a class="no-print" rel="me" href="https://pkgs.alpinelinux.org/packages?maintainer=Ng%C3%B4+Ng%E1%BB%8Dc+%C4%90%E1%BB%A9c+Huy">Alpine Linux</a></li>
+            <li><a rel="me" href="https://xrvs.net/">Personal website</a></li>
           </ul>
         </div>
       </div>
diff --git a/style.css b/style.css
index 1195923..fac3bc4 100644
--- a/style.css
+++ b/style.css
@@ -75,11 +75,11 @@ dd {
 	a::after {
 		font-family: monospace;
 		font-size: 0.9rem;
-		color: blue;
+		color: initial;
 	}
 	a {
 		text-decoration: none;
-		color: initial;
+		color: blue;
 	}
 	section { page-break-inside: avoid }
 }