diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:28:49 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:28:49 -0500 |
| commit | 683580d38c9e6402b29e717af39265d33a05851a (patch) | |
| tree | baadaf023486c119db4e4a47a85bf4cf26779d19 | |
| parent | abb6f4594f411e0a6bf959f2d0c36f4f527adc69 (diff) | |
| download | resume-683580d38c9e6402b29e717af39265d33a05851a.zip | |
move content of Honors section under Education
| -rw-r--r-- | resume.html | 7 | ||||
| -rw-r--r-- | style.css | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/resume.html b/resume.html index 6495b37..cb04d01 100644 --- a/resume.html +++ b/resume.html @@ -32,7 +32,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.02 out of 4.30.</p> + <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> @@ -105,11 +105,6 @@ </p> </div> </div> - - <div class="section columns-2"> - <div><h1>Honors</h1></div> - <div><p>Dean's list, Concordia University, 2024 and 2025.</p></div> - </div> </main> </body> </html> @@ -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) { |