diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-23 11:34:39 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-23 11:34:39 +0700 |
commit | 3cc835a2bdd5ef3793bc2027ec626a374d283968 (patch) | |
tree | 10d4cd3a9b9dacb42f1794b9b09fb2d8639430e0 /index.html | |
parent | a4d87e70450c959915d208614d4160767880f8d6 (diff) | |
download | web-cv-3cc835a2bdd5ef3793bc2027ec626a374d283968.tar.gz |
Change link to PDF
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html index 83c2c33..86cf0bb 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@ <title>Ngô Ngọc Đức Huy</title> <meta name="viewport" content="width=device-width,minimum-scale=1" /> <link rel="stylesheet" href="style.css"/> - <link rel="vcs-git" href="https://git.sr.ht/~huyngo/web-cv/"/> + <link rel="vcs-git" href="https://trong.loang.net/~xarvos/web-cv/"/> <link rel="canonical" href="https://xrvs.net/cv/"/> <link rel="shortcut icon" href="data:," /> <link rel="me" href="https://fosstodon.org/@huy_ngo"/> </head> <body> <nav> - <a rel="alternate" href="work-cv.pdf">Download as PDF</a> + <a rel="alternate" href="cv.pdf">Download as PDF</a> </nav> <main class="h-resume"> <h1>Ngô Ngọc Đức Huy</h1> @@ -20,7 +20,6 @@ <div id="left"> <h2>Basic info</h2> <dl class="p-contact h-card"> - <dt>Position</dt><dd>Back-end developer</dd> <dt>E-Mail</dt><dd><a class="email link-no-print" href="mailto:huyngo@disroot.org">huyngo@disroot.org</a></dd> <dt>Location</dt><dd>Hà Nội, Việt Nam</dd> <dt>Projects</dt> @@ -48,7 +47,7 @@ </ul> <h3>System operations</h3> <ul> - <li><strong>Linux</strong>: Ubuntu, Debian, openSUSE, NixOS, alpinelinux</li> + <li><strong>Linux</strong>: experienced with various distros (Ubuntu, openSUSE, NixOS, alpinelinux)</li> <li><strong>OpenBSD</strong>: worked with</li> <li><strong>Cloud</strong>: worked with AWS</li> <li><strong>build tools</strong>: Makefile, flit, nix</li> |