summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-02-19 23:42:05 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2022-02-19 23:42:05 -0500
commitd3bb64a6725b4c0e4077d91685a8cd9cc1531b7e (patch)
tree1b801146aeafc51eae87444192bd61cacfbd19fb /index.html
parent08cd57abb290db1caeb65c0707e8e13a08749428 (diff)
Updated CSS to better handle mobile
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.