diff options
-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> |