diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
| commit | 97a8370caea2fae4a0a67165036aae2dc2d05900 (patch) | |
| tree | eb3c80ce24a66d342e3ba4143e88d6893a5f49b2 /index.html | |
| parent | 79352a7fe3a64021b8c39db2a78a22cdd58abb1e (diff) | |
Rewrite of the website in Flask
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/index.html b/index.html deleted file mode 100755 index 4b99370..0000000 --- a/index.html +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Jacob McDonnell</title> - <meta name="description" content="This is the personal website for the real Jacob McDonnell. - Feel free to look around, you might find something interesting."/> - <meta name="author" content="Jacob McDonnell"/> - <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/> - <link href="CSS/main.css" rel="stylesheet" type="text/css"> - <link href="favicon.ico" rel="icon" sizes="any"> - </head> - <body> - <ul class="topBar"> - <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> - <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> - <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> - </ul> - <div class="main"> - <h2>About</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 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>Projects</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> |
