diff options
Diffstat (limited to 'content/_index.html')
| -rw-r--r-- | content/_index.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/content/_index.html b/content/_index.html new file mode 100644 index 0000000..d1e4213 --- /dev/null +++ b/content/_index.html @@ -0,0 +1,53 @@ +--- +title: "" +date: 2025-12-23T17:12:55-03:30 +draft: true +--- + +<h1>About</h1> +<table> + <thead> + <tr> + <th>Personal information</th> + </tr> + </thead> + <tbody> + <tr> + <td>Name</td> + <td>Sam Anthony</td> + </tr> + <tr> + <td>Occupation</td> + <td>Computer programmer</td> + </tr> + <tr> + <td>Education</td> + <td>BCompSc, <a href="https://www.concordia.ca/">Concordia University</a> (expected to graduate 2026)</td> + </tr> + <tr> + <td>Previous employers</td> + <td> + <a href="https://wheeltec.ca/">WheelTec</a> + <br> + <a href="https://c-core.ca/">C-CORE</a> + </td> + </tr> + </tbody> +</table> +<table> + <thead> + <tr> + <th>Contact</th> + </tr> + </thead> + <tbody> + <tr> + <td>Email</td> + <td><a href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></td> + </tr> + <tr> + <td>Phone</td> + <td>+1 (709) 746-7582</td> + </tr> + </tbody> +</table> |