diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 16:42:41 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 16:42:41 -0500 |
| commit | 2f9adc47529516868e46044f598bd744a858c3a3 (patch) | |
| tree | 5d3ec9f34968e834ffcc532abaf49ff178205314 /resume.html | |
| parent | e3064f9497acac1f2ea11893859d2287df50db16 (diff) | |
| download | resume-2f9adc47529516868e46044f598bd744a858c3a3.zip | |
highlight degree and gpa; remove deans list years
Diffstat (limited to 'resume.html')
| -rw-r--r-- | resume.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resume.html b/resume.html index e74228d..64d0682 100644 --- a/resume.html +++ b/resume.html @@ -39,9 +39,9 @@ <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> + <li><b class="text">Bachelor of Computer Science.</b></li> + <li><b class="text">GPA: 4.02</b> out of 4.30.</li> + <li>Dean's list.</li> </ul></div> </div> </div> |