diff options
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> |