summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resume.html8
-rw-r--r--style.css4
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 &mdash; TCP/UDP/IP, CAN, RS-485, SPI, I<sup>2</sup>C.</p>
</div>
</div>
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 {