From 683580d38c9e6402b29e717af39265d33a05851a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 20 Jan 2026 17:28:49 -0500 Subject: move content of Honors section under Education --- resume.html | 7 +------ style.css | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/resume.html b/resume.html index 6495b37..cb04d01 100644 --- a/resume.html +++ b/resume.html @@ -32,7 +32,7 @@
June 2026

Concordia University

-

Bachelor of Computer Science. GPA: 4.02 out of 4.30.

+

Bachelor of Computer Science. GPA: 4.02 out of 4.30. Dean's list, 2024 & 2025.

Montréal, QC
@@ -105,11 +105,6 @@

- -
-

Honors

-

Dean's list, Concordia University, 2024 and 2025.

-
diff --git a/style.css b/style.css index 1d78088..08dfe08 100644 --- a/style.css +++ b/style.css @@ -115,7 +115,6 @@ sup { /* keep line height consistent */ .columns-2 { display: flex; - width: 100%; } .columns-2 > :nth-child(1) { @@ -125,7 +124,6 @@ sup { /* keep line height consistent */ .columns-3 { display: flex; - width: 100%; } .columns-3 > :nth-child(1) { -- cgit v1.2.3