diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 19:09:01 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 19:09:01 -0400 |
commit | ff0027d19283f05a9456ad7db642213e0e8fc55b (patch) | |
tree | 92f106e2f70e42c8c80a1f649a9d471670e631db /resume | |
parent | 6cdb09f048a9f5f1dd8067c1c5e28fd91415eccd (diff) | |
download | alxu.ca-ff0027d19283f05a9456ad7db642213e0e8fc55b.tar.xz alxu.ca-ff0027d19283f05a9456ad7db642213e0e8fc55b.zip |
update text
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> |