diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 18:11:14 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 18:11:14 -0500 |
| commit | 8ab8409215c71e083082934aa86a00cb225e0c9d (patch) | |
| tree | 27b22aa4e204f9810050006735793a73bf0afbe7 /resume.html | |
| parent | 683580d38c9e6402b29e717af39265d33a05851a (diff) | |
| download | resume-8ab8409215c71e083082934aa86a00cb225e0c9d.zip | |
remove wheeltec; project bullet points
Diffstat (limited to 'resume.html')
| -rw-r--r-- | resume.html | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/resume.html b/resume.html index cb04d01..8f5734b 100644 --- a/resume.html +++ b/resume.html @@ -13,17 +13,18 @@ <body> <header> <div> - <p>Montréal, QC, Canada</p> - <p><a class="url" href="https://www.samanthony.xyz/">www.samanthony.xyz</a></p> + <p>(709) 746–7582</p> + <p><a class="url" href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></p> </div> <div> <h1 class="title">Sam Anthony</h1> </div> <div> - <p>(709) 746–7582</p> - <p><a class="url" href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></p> + <p>Montréal, QC, Canada</p> + <p><a class="url" href="https://www.samanthony.xyz/">www.samanthony.xyz</a></p> </div> </header> + <main> <div class="section"> <h1>Education</h1> @@ -32,10 +33,17 @@ <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.02 out of 4.30. Dean's list, 2024 & 2025.</p> </div> <div>Montréal, QC</div> </div> + <div class="columns-2"> + <div></div> + <div><ul> + <li>Bachelor of Computer Science.</li> + <li>GPA: 4.02 out of 4.30.</li> + <li>Dean's list, 2024 & 2025.</li> + </ul></div> + </div> </div> </div> @@ -59,18 +67,29 @@ </div> </div> </div> - <div class="subsection"> - <div class="columns-3"> - <div>Summers 2021, 2023</div> - <div> - <h3><a href="https://wheeltec.ca/">WheelTec</a></h3> - </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 class="section columns-2"> + <div><h1>Projects</h1></div> + <div> + <div class="right"><a class="url" href="https://git.samanthony.xyz/">git.samanthony.xyz</a></div> + + <h2><a href="https://git.samanthony.xyz/can-gauge-interface/">Automotive gauge driver with CAN interface</a></h2> + <ul> + <li>Designed hardware (PCB) with PIC microcontroller, MCP2515 CAN controller, EEPROM, and DACs.</li> + <li>SPI for inter-chip communication.</li> + <li>C firmware, Go calibration software, Python bit-timing script.</li> + </p> + + <h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2> + <ul> + <li>Graphical turbocharger selection program.</li> + <li>Thermodynamic model of internal combustion engine and compressor.</li> + <li>Written in C using <a href="https://github.com/rxi/microui">microui</a>.</li> + </ul> + + <h2>Personal website: <a href="https://www.samanthony.xyz/">www.samanthony.xyz</a></h2> + <ul><li>HTML, CSS, Go templates, <a href="https://gohugo.io/">Hugo</a>.</li></ul> </div> </div> @@ -86,25 +105,6 @@ <p>Networking — TCP/UDP/IP, CAN, RS-485, SPI, I<sup>2</sup>C.</p> </div> </div> - - <div class="section columns-2"> - <div><h1>Projects</h1></div> - <div> - <div class="right"><a class="url" href="https://git.samanthony.xyz/">git.samanthony.xyz</a></div> - - <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, software. - </p> - - <h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2> - <p> - Graphical turbocharger selection program. - Written in C using <a href="https://github.com/rxi/microui">microui</a>. - </p> - </div> - </div> </main> </body> </html> |