From 1406ef7297ca6b797cbb427886daa9537b2c0d31 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 2 Feb 2024 12:23:41 -0500 Subject: Updated home page --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ requirements.txt | 0 static/README.md | 39 --------------------------------------- static/home.md | 16 +++++++--------- 4 files changed, 46 insertions(+), 48 deletions(-) create mode 100755 README.md mode change 100755 => 100644 requirements.txt delete mode 100755 static/README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..997cafb --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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/requirements.txt b/requirements.txt old mode 100755 new mode 100644 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. -- cgit v1.2.3