diff options
Diffstat (limited to 'resume/resume.html')
-rw-r--r-- | resume/resume.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resume/resume.html b/resume/resume.html index 982ded8..f8e149c 100644 --- a/resume/resume.html +++ b/resume/resume.html @@ -61,13 +61,13 @@ <li>Mathematics of Cryptography (A)</li> <li>Network Security (A+)</li> </ul> - <ul class="printcol" style="width:21em"> + <ul class="print" style="width:21em"> <li>Advanced Object Oriented Programming (A+)</li> <li>Design and Analysis of Algorithms (A+)</li> <li>Fundamentals of Data Structures (A+)</li> <li>Computer Architecture (A)</li> </ul> - <ul class="printcol" style="width:16em"> + <ul class="print" style="width:16em"> <li>Database Management Systems (A+)</li> <li>Applied Cryptography (A+)</li> <li>Mathematics of Cryptography (A)</li> @@ -181,7 +181,7 @@ <section class="entry"> <div class="entry-header"> <div><h4><b><a href="https://cgit.alxu.ca/udpastcp.git">udpastcp</a></b></h4></div> - <div class="date"><b>July 2016</b><span class="date-punct">:</span></div> + <div class="date"><b>July 2016</b><span class="date-punct">:</span></div> </div> <p>Built a C tunnel to simulate datagrams using TCP packets, fixing TCP-over-TCP overhead.</p> </section> @@ -195,7 +195,7 @@ <section class="entry"> <div class="entry-header"> <div><h4><b><a href="https://sourceforge.net/projects/simpregedit/">Simple Registry Editor</a></b></h4></div> - <div class="date"><b>Sept. 2008</b><span class="date-punct">:</span></div> + <div class="date"><b>Sept. 2008</b><span class="date-punct">:</span></div> </div> <p>Built a minimal .NET registry editor.</p> </section> @@ -206,9 +206,9 @@ <section class="entry"> <div class="entry-header"> <div><h4><b>Resume</b></h4></div> - <div class="date"><b>June 2020</b><span class="date-punct">:</span></div> + <div class="date"><b>June 2020</b><span class="date-punct">:</span></div> </div> - <p>Rewrote my resume from LaTeX to modern web standards:</p> + <p><a href="https://cgit.alxu.ca/alxu.ca.git/tree/resume">Rewrote my resume from LaTeX to modern web standards</a>:</p> <ul> <li>significantly improved mobile-friendliness and blind accessibility using standard HTML and CSS</li> <li>reduced transfer size from 390 kB to 30 kB using aggressive inlining and font subsetting</li> |