diff options
-rw-r--r-- | resume/resume.css | 11 | ||||
-rw-r--r-- | resume/resume.html | 12 |
2 files changed, 11 insertions, 12 deletions
diff --git a/resume/resume.css b/resume/resume.css index 04c8431..dcaa585 100644 --- a/resume/resume.css +++ b/resume/resume.css @@ -48,7 +48,6 @@ address, .right { border-left: solid 3px #246d84; padding: .2rem 0 0 1rem; } -/* firefox prints grid margin wrong */ .gap { margin-top: .8rem; grid-column: 1/-1; @@ -123,7 +122,7 @@ a { a:visited { color: #0f00b0; } -.date-punct, .hide, .printcol { +.date-punct, .hide, .print { display: none; } .nb { @@ -152,10 +151,10 @@ abbr { .h1s { margin-bottom: .6ex; } - .title, .left address { + .title, .taddr { text-align: center; } - .left address { + .taddr { columns: 2; } .left { @@ -213,7 +212,7 @@ abbr { .left-heavy-columns { display: none; } - .printcol { + .print { display: inline-block; } section + section { @@ -227,6 +226,7 @@ abbr { address svg { color: #555; } + @page { margin: 7mm 26mm 7mm 18mm; } } @media (prefers-contrast: high) { .h1s, address { @@ -238,4 +238,3 @@ abbr { background: #ccc; } } -@page { margin: 7mm 26mm 7mm 18mm; } 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> |