diff options
Diffstat (limited to 'resume')
-rw-r--r-- | resume/resume.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resume/resume.html b/resume/resume.html index 03f9bf7..2e10597 100644 --- a/resume/resume.html +++ b/resume/resume.html @@ -208,8 +208,9 @@ <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> + <li>reduced total transfer to 30 kB including webfonts using aggressive inlining and font subsetting</li> <li>optimized loading time by minimizing size and reducing round trips using HTTP/2 server push</li> + <li>automated builds, anycast deploys, and end-to-end checks using parallel GNU make</li> </ul> </section> </div> |