diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 20:02:03 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 20:02:03 -0500 |
| commit | 08cd57abb290db1caeb65c0707e8e13a08749428 (patch) | |
| tree | 481371743e56e10e1d3c61a4395842197d5dfa02 /index.html | |
| parent | d43433b00c856d7808fe29a2bb245ff7f9435a73 (diff) | |
Raspberry Pi Webserver Article
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,12 +13,13 @@ <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> <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 Pluse CE graphing calculator.</p> + 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> <p>I'm Jacob McDonnell. I have been interested in computers since I was young. |
