summaryrefslogtreecommitdiff
path: root/index.html
blob: cf2219a8c7d1f6a02c3c58daee0bd5ad7bb9f88e (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
25
26
27
28
29
30
31
32
33
<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,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/#projects">projects</a></li>
			<li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li>
		</ul>
		<div class="main">
			<h2><a name="projects">Projects</a></h2>
			<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>
			<p><a href="https://github.com/JacobMcDonnell/TextEditor">TextEditor</a> is a simple text editor that I wrote because I didn't like the macOS TextEdit app.</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, 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>