diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-05-27 00:43:07 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-05-27 00:43:07 -0400 |
| commit | f2b934fee897f93c0f1ba6974af308f6e0669d85 (patch) | |
| tree | 8b2c8dd2178df023c5413298ae5618b32298aab1 /index.html | |
| parent | 3e3a3119426826a32db96d769d4adce03b0d402d (diff) | |
Reordered Main page and changed color var names
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,19 +15,19 @@ <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> </ul> <div class="main"> - <h2><a>Projects</a></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> <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. I know how to program in Java thanks to a high school course, and I like the language for somethings. - Currently I am learning the C programming language with the hopes to write my own operating system one day. + Currently, I am learning the Go programming language with the hope to replace Java for a nice compiled single binary file. I would like to write my own unix-like operating system one day. 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> + <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> </div> </body> </html> |
