summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/index.html b/index.html
index 65eee59..2862d08 100755
--- a/index.html
+++ b/index.html
@@ -11,17 +11,15 @@
<ul class="topBar">
<li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li>
<li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li>
<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>
</ul>
<div class="main">
- <h2><a name="projects">Projects</a></h2>
+ <h2><a>Projects</a></h2>
<p><a href="https://github.com/JacobMcDonnell/jed">jed</a> is my own version of jed, 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>
<p><a href="https://github.com/JacobMcDonnell/TextEditor">TextEditor</a> is a simple text editor that I wrote because I didn't like the macOS TextEdit app.</p>
- <h2><a name="about">About</a></h2>
+ <h2><a>About</a></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.