diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-10 18:06:51 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-01-10 18:06:51 -0500 |
commit | 8c73244dc08936f1d9f9c702c6a0c3c7aeb8c4ec (patch) | |
tree | 6740857b11fa2980ef674e996878374c72fd8f8b /resume | |
parent | ff0027d19283f05a9456ad7db642213e0e8fc55b (diff) | |
download | alxu.ca-8c73244dc08936f1d9f9c702c6a0c3c7aeb8c4ec.tar.xz alxu.ca-8c73244dc08936f1d9f9c702c6a0c3c7aeb8c4ec.zip |
update
Diffstat (limited to 'resume')
-rw-r--r-- | resume/resume.css | 4 | ||||
-rw-r--r-- | resume/resume.html | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/resume/resume.css b/resume/resume.css index 3fbcd37..f818d1d 100644 --- a/resume/resume.css +++ b/resume/resume.css @@ -61,8 +61,10 @@ address, .right { grid-row: 1; align-self: center; } -b { +b, strong { font-weight: 500; +} +b { font-size: 1.1em; } .date { diff --git a/resume/resume.html b/resume/resume.html index 2e10597..ba17dcb 100644 --- a/resume/resume.html +++ b/resume/resume.html @@ -217,11 +217,11 @@ <div class="gap noprint"></div> <h2 class="left" style="font-size: 1.4em">Skills</h2> <div class="right"> - <p>Alpine, Debian Linux; FreeBSD; Docker; Git; NGINX; WireGuard; TCP/IP; HTTP(S); DNS; SSH</p> + <p><strong>Alpine</strong>, Debian Linux; FreeBSD; Docker; <strong>Git</strong>; NGINX; <strong>WireGuard</strong>; TCP/IP; HTTP(S); DNS; SSH</p> </div> <h3 class="left">Programming</h3> <div class="right"> - <p>C; C++; Go; Python; bash, POSIX sh; GNU make; HTML; CSS; JavaScript; SQL</p> + <p><strong>C</strong>; C++; Go; <strong>Python</strong>; <strong>bash, POSIX sh</strong>; GNU make; HTML; CSS; JavaScript; SQL</p> </div> <script src="resume.js"></script> </body> |