summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-08-18 21:52:14 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2021-08-18 21:52:14 -0400
commit3e085bd68316c54078892465020269413d906011 (patch)
tree34961c1b6155b4fa35ec65ed58a6abf05c2560b5
parentc4a7d8c0d0889c0c0856b01d5f17cad9c4e440d1 (diff)
updated links and website description
-rwxr-xr-x404.html2
-rwxr-xr-xindex.html8
-rwxr-xr-xtemplate.html2
3 files changed, 6 insertions, 6 deletions
diff --git a/404.html b/404.html
index db574e3..58c9a24 100755
--- a/404.html
+++ b/404.html
@@ -6,7 +6,7 @@
<body>
<ul>
<li><a href="https://jacobmcdonnell.com/">home</a></li>
- <li><a href="https://gitlab.com/Jacob_McDonnell/">git</a></li>
+ <li><a href="https://github.com/JacobMcDonnell">github</a></li>
<li><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
<li><a href="https://jacobmcdonnell.com/#about">about</a></li>
</ul>
diff --git a/index.html b/index.html
index d0503c2..344ffb5 100755
--- a/index.html
+++ b/index.html
@@ -9,16 +9,16 @@
<body>
<ul>
<li><a href="https://jacobmcdonnell.com/">home</a></li>
- <li><a href="https://git.jacobmcdonnell.com/">git</a></li>
+ <li><a href="https://github.com/JacobMcDonnell">github</a></li>
<li><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
<li><a href="https://jacobmcdonnell.com/#about">about</a></li>
</ul>
<div class="main">
<h2><a name="projects">Projects</a></h2>
- <p><a href="https://git.jacobmcdonnell.com/jars/">JARS</a> is my linux auto ricing script for arch linux. It's not that good but it works most of the time, and I don't do many fresh installs anyway.</p>
- <p><a href="https://git.jacobmcdonnell.com/dotfiles">My dotfiles</a> for linux. I like them and they are nice</p>
+ <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>
<h2><a name="about">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, however I am not a fan of it. Currently I am learning C, specifically Plan9 C. I hope to write my own operating system one day because I have not found an operating system that has pleased me yet. In my free time I like to play basketball, row, practice German, and play guitar. <br><br> I do not know what I will do with this website just yet. I do plan on hosting my own git server soon, maybe I will write articles about projects that I am working on.</p>
+ <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. 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>
</div>
</body>
</html>
diff --git a/template.html b/template.html
index 0416567..712599f 100755
--- a/template.html
+++ b/template.html
@@ -6,7 +6,7 @@
<body>
<ul>
<li><a href="https://jacobmcdonnell.com/">home</a></li>
- <li><a href="https://git.jacobmcdonnell.com/">git</a></li>
+ <li><a href="https://github.com/JacobMcDonnell">github</a></li>
<li><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
<li><a href="https://jacobmcdonnell.com/#about">about</a></li>
</ul>