diff options
| -rw-r--r-- | resume.html | 21 | ||||
| -rw-r--r-- | 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 @@ <div class="subsection"> <div class="columns-3"> <div>Summer 2025</div> + <div><h3><a href="https://c-core.ca/">C-CORE</a></h3></div> + <div>St. John's, NL</div> + </div> + <div class="columns-2"> + <div></div> <div> - <h3><a href="https://c-core.ca/">C-CORE</a></h3> - <p>TODO</p> + <p>Software development for the MUNStar-1 Cube-Satellite's MCS, ADCS, and C&DH subsystems..</p> + <p> + 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. + </p> </div> - <div>St. John's, NL</div> </div> </div> <div class="subsection"> @@ -45,10 +53,13 @@ <div>Summers 2021, 2023</div> <div> <h3><a href="https://wheeltec.ca/">WheelTec</a></h3> - <p>Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.</p> </div> <div>St. John's, NL</div> </div> + <div class="columns-2"> + <div></div> + <div><p>Repairing alloy wheels, mounting and dismounting tires, balancing wheels & tires, painting, media blasting.</p></div> + </div> </div> </div> @@ -71,7 +82,7 @@ <h2><a href="https://git.samanthony.xyz/can-gauge-interface/">CAN gauge driver</a></h2> <p> Receives and decodes CAN frames; drives up to six analog gauges. - Hardware (PCB), firmware, and software. + Hardware (PCB), firmware, software. </p> <h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2> @@ -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%; |