From 3d0de1cf6b07fb91891f1a9f53c14542064ab26a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 12 Jan 2026 16:09:56 -0500 Subject: update gpa --- resume.html | 8 +++++--- 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 @@
June 2026

Concordia University

-

Bachelor of Computer Science. GPA: 4.01 out of 4.30.

+

Bachelor of Computer Science. GPA: 4.02 out of 4.30.

Montréal, QC
@@ -68,8 +68,10 @@

Programming in Ada, C, C++, Go, Java, Python.

Embedded systems design and programming with PIC, STM32, ESP32 microcontrollers; Zynq 7000 SoC; FreeRTOS; state machines.

-

Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS.

-

Parallel programming with OpenMP, TBB, OpenCL.

+

+ Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS. + Parallel programming with OpenMP, TBB, OpenCL. +

Networking — TCP/UDP/IP, CAN, RS-485, SPI, I2C.

diff --git a/style.css b/style.css index d8b25be..9e02ce4 100644 --- a/style.css +++ b/style.css @@ -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 { -- cgit v1.2.3