summaryrefslogtreecommitdiff
path: root/index.html
blob: d0503c2ec9beb0894768b5bb42cb2dac57afa5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
	<head>
		<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"/>
		<link href="CSS/main.css" rel="stylesheet" type="text/css">
	</head>
	<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://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>
			<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>
		</div>
	</body>
</html>