diff options
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ +<!DOCTYPE html> <html> <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Jacob McDonnell</title> <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/> @@ -15,7 +18,7 @@ <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> </ul> <div class="main"> - <h2><a>About</a></h2> + <h2>About</h2> <p>I'm Jacob McDonnell. I have been interested in computers since I was young. My father has been in the technology field since before I was born, so I guess that interest came from him. <br><br> My interests, with respect to computers, are programming, UNIX/Plan9, and electronics/hardware. @@ -24,7 +27,7 @@ In my free time I like to play basketball, row, practice German and Russian, and play guitar. <br><br> I do not know what I will do with this website just yet, maybe I will write articles about projects that I am working on.</p> - <h2><a>Projects</a></h2> + <h2>Projects</h2> <p><a href="https://github.com/JacobMcDonnell/jed">Jed</a> is my own version of ed, currently written in java.</p> <p><a href="https://github.com/JacobMcDonnell/ticalcprograms">Ticalcprograms</a> are a set of small programs written in C for the TI-84 Plus CE graphing calculator.</p> |
