From e75cf86f4c7083356e03c306425147f411950d8a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 12 Jan 2026 15:01:44 -0500 Subject: c-core --- resume.html | 21 ++++++++++++++++----- style.css | 8 +++++++- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/resume.html b/resume.html index c157d3e..1e98264 100644 --- a/resume.html +++ b/resume.html @@ -33,11 +33,19 @@
Summer 2025
+

C-CORE

+
St. John's, NL
+
+
+
-

C-CORE

-

TODO

+

Software development for the MUNStar-1 Cube-Satellite's MCS, ADCS, and C&DH subsystems..

+

+ Writing and testing MISRA-compliant C firmware for the Zynq 7000 SoC using FreeRTOS. + Implementing reliable communication protocols over CAN, RS-485, and UHF radio networks. + HIL testing in an ISO cleanroom. +

-
St. John's, NL
@@ -45,10 +53,13 @@
Summers 2021, 2023

WheelTec

-

Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.

St. John's, NL
+
+
+

Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.

+
@@ -71,7 +82,7 @@

CAN gauge driver

Receives and decodes CAN frames; drives up to six analog gauges. - Hardware (PCB), firmware, and software. + Hardware (PCB), firmware, software.

Volute

diff --git a/style.css b/style.css index a5f29b7..d8b25be 100644 --- a/style.css +++ b/style.css @@ -39,7 +39,7 @@ header p { } .section { - margin-top: .15in; + margin-top: .1in; } .subsection { @@ -91,6 +91,12 @@ table { text-align: left; } +sup { /* keep line height consistent */ + vertical-align: top; + position: relative; + top: -.25em; +} + .columns-2 { display: flex; width: 100%; -- cgit v1.2.3