diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 16:09:56 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-12 16:09:56 -0500 |
| commit | 3d0de1cf6b07fb91891f1a9f53c14542064ab26a (patch) | |
| tree | 8672b85e3eb8d0ac829988d5b824fd109829723c | |
| parent | 1088d89a49150372fa2ca78db1f655969055c257 (diff) | |
| download | resume-html.zip | |
| -rw-r--r-- | resume.html | 8 | ||||
| -rw-r--r-- | style.css | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/resume.html b/resume.html index 9159635..ab36c3d 100644 --- a/resume.html +++ b/resume.html @@ -21,7 +21,7 @@ <div>June 2026</div> <div> <h3><a href="https://www.concordia.ca/">Concordia University</a></h3> - <p>Bachelor of Computer Science. <i>GPA</i>: 4.01 out of 4.30.</p> + <p>Bachelor of Computer Science. <i>GPA</i>: 4.02 out of 4.30.</p> </div> <div>Montréal, QC</div> </div> @@ -68,8 +68,10 @@ <div> <p>Programming in Ada, C, C++, Go, Java, Python.</p> <p>Embedded systems design and programming with PIC, STM32, ESP32 microcontrollers; Zynq 7000 SoC; FreeRTOS; state machines.</p> - <p>Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS.</p> - <p>Parallel programming with OpenMP, TBB, OpenCL.</p> + <p> + Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS. + Parallel programming with OpenMP, TBB, OpenCL. + </p> <p>Networking — TCP/UDP/IP, CAN, RS-485, SPI, I<sup>2</sup>C.</p> </div> </div> @@ -12,7 +12,8 @@ body { width: var(--linewid); - margin: .25in auto; + margin: 0 auto; + padding-top: .25in; } /* Typeface */ @@ -61,6 +62,7 @@ a { font-size: 1.6em; text-align: center; text-transform: capitalize; + margin-top: .6em; } h1 { |