diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:25:49 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-20 17:25:49 -0500 |
| commit | abb6f4594f411e0a6bf959f2d0c36f4f527adc69 (patch) | |
| tree | a24150adccab53a0a4f09909fbfa581650551e96 /resume.html | |
| parent | dd985da30853cc2109ee7995a18192d6f4717bde (diff) | |
| download | resume-abb6f4594f411e0a6bf959f2d0c36f4f527adc69.zip | |
add location and website to header
Diffstat (limited to 'resume.html')
| -rw-r--r-- | resume.html | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/resume.html b/resume.html index ff529c0..6495b37 100644 --- a/resume.html +++ b/resume.html @@ -12,12 +12,18 @@ </head> <body> <header> - <h1 class="title"><a href="https://www.samanthony.xyz/">Sam Anthony</a></h1> - <p><a class="url" href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></p> - <p>(709) 746–7582</p> - </table> + <div> + <p>Montréal, QC, Canada</p> + <p><a class="url" href="https://www.samanthony.xyz/">www.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> + </div> </header> - <main> <div class="section"> <h1>Education</h1> |