diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-09 08:07:03 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-09 08:07:03 -0500 |
| commit | 2ad28cbbfb4287164e7877923291bb18519688fc (patch) | |
| tree | 7a7dac539d2085cb72cd357246620f7f2021f5e8 /content/_index.html | |
| parent | ebf4af075b194229dd1cf3163b1e3cec1f1d3a0d (diff) | |
| download | samanthony.xyz-2ad28cbbfb4287164e7877923291bb18519688fc.zip | |
replace repo contents with revamped site
Diffstat (limited to 'content/_index.html')
| -rw-r--r-- | content/_index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/content/_index.html b/content/_index.html new file mode 100644 index 0000000..5ed65a4 --- /dev/null +++ b/content/_index.html @@ -0,0 +1,65 @@ +--- +title: "" +date: 2025-12-23T17:12:55-03:30 +draft: false +--- + +<blockquote><code> +/* _nop() has been deprecated; use __nop() */<br> +#define _nop() __nop() +</code> +<cite>—excerpt from <a href="https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"><code>pic.h</code></a></cite> +</blockquote> + +<h1>About</h1> +<table> + <thead> + <tr> + <th>Personal information</th> + <th></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> + <th></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> +<h1>Biography</h1> +<img src="img/headshot.jpg" alt="Sam Anthony"> +<p>TODO: biography</p> |