summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-02 12:23:41 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-02 12:23:41 -0500
commit1406ef7297ca6b797cbb427886daa9537b2c0d31 (patch)
tree149ec34ca99d7ac96075f625530222e67dfce43a /static
parentee2187ab2d093bb9d70cd3144686fc47399301e4 (diff)
Updated home page
Diffstat (limited to 'static')
-rwxr-xr-xstatic/README.md39
-rwxr-xr-xstatic/home.md16
2 files changed, 7 insertions, 48 deletions
diff --git a/static/README.md b/static/README.md
deleted file mode 100755
index 997cafb..0000000
--- a/static/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# What have you stumbled upon?
-
-This is the custom made startup page of mine. Please do not do anything to it. If you want to take some code feel free to. If you want to see what I plan on doing look below at the [Checklist](#check-list).
-
-# Check list
-
-## Overview
-
-This is a checklist of what needs to be done on this website.
-
-***
-
-## Table of Contents
-
-- [Important Things to get done](#Imporant)
-- [Unimportant Things to do](#Unimportant)
-- [Completed](#Completed)
-
-***
-
-## Imporant
-
-- none
-
-***
-
-## Unimportant
-
-- none
-
-***
-
-## Completed
-
-- ~~Create a READ.MD file~~
-- ~~Buy the domain jacobmcdonnell.com~~
-- ~~Merge or Seperate Main and Mobile CSS files~~
-
-***
diff --git a/static/home.md b/static/home.md
index 69e7533..bf9c204 100755
--- a/static/home.md
+++ b/static/home.md
@@ -1,15 +1,13 @@
## About
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.
+that interest came from him. Currently, I am a 4th semester student at Penn
+State studying computer science.
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
-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.
+electronics/hardware. Thanks to AP Computer Science A, I have a good
+understanding of Java. In college, I picked up Python and, most recently, C.
+I would like to write my own unix-like operating system one day.
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.
@@ -18,6 +16,6 @@ articles about projects that I am working on.
[This Website](https://github.com/JacobMcDonnell/JacobMcDonnell.com) is written
in Python using Flask.
-[Jed](https://github.com/JacobMcDonnell/jed) is my own version of ed, currently
-written in java.
+[jlib](https://github.com/JacobMcDonnell/jlib) is a c library of type
+independent implementations of data structures.