diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-23 00:04:15 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-23 00:04:15 -0600 |
commit | 2a21aaea4d43e7b297f6f03d71ca08869fb21873 (patch) | |
tree | c0fb8a7a846ab9203823b47e50ec9f617d5c3adf /index.html | |
parent | ea557e1205187b23d6615beb8b9a34d3ce1f12ea (diff) |
Added contact section
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -38,6 +38,15 @@ table { </ul> </td> </tr> + + <tr> + <td> + <h2>Contact</h2> + <img src="images/email.gif" width="16x"/> + <a href="mailto: nathansmith117@sdf.org">Email</a> + </td> + </tr> + <tr> <td> <h2>Software I made</h2> @@ -53,6 +62,7 @@ table { </ul> </td> </tr> + <tr> <td> @@ -64,6 +74,7 @@ table { </ul> </td> </tr> + <tr> <td> <ul> |