-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (75 loc) · 3.09 KB
/
index.html
File metadata and controls
86 lines (75 loc) · 3.09 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!--
Authors:
Joseph T.
-->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<!DOCTYPE html>
<html>
<head>
<title>stuff and things</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="styles/mainStyle.css" />
<script
src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous">
</script>
<script src="main.js"></script>
</head>
<body>
<div id="title">
Joseph Thelen
<br>
<span class="subtext blockDisplay">A person on the internet who needs to find a less expensive hobby</span>
</div>
<div id="navbar"></div>
<div id="content">
<div class="row">
<div>
<h1>Hi there</h1>
<p>
I'm a person with a degree in computer science who works in technology. Look around, click on some stuff or something. Most of what's on this
page is filler, all the interesting stuff is on the <a href="Projects.html">projects</a> page or on <a href="https://github.com/joethe">github.</a>
</p>
<p>
Most of my interests are centered around technology. Specifically, I am fascinated by robotics, data collection and processing, and data centers, among other things.
While most of these these things are outside the scope of my degree, I enjoy the fact that my Computer Science is applicable to nearly all of my interests.
</p>
<p>
If you are a potential employer, please take a look at the "projects" page. That's probably what you came here to find. Also bear in mind
that this website is a project in itself, and as such it is a little rough around the edges (but will always be usable). Thanks for taking a look at my stuff, by the way.
</p>
</div>
<div class="row">
<div>
<!-- Sorry, at times I take my fast internet for granted... I'll replace these with thumbnails at some point, or just get rid of them... -->
<img src="assets/images/robot1.jpg.webp" />
<img src="assets/images/frcbreakaway.JPG.webp" />
</div>
<div>
<img src="assets/images/hbridge.png.webp" />
<img src="assets/images/frcriver.jpg.webp" />
</div>
</div>
</div>
<div class="row">
<div>
<h1>What is this website for?</h1>
<hr>
<p>
It's a website that I threw together so that I would have a website to list on my resume, and to serve as a portfolio of sorts. Check out the <a href="Projects.html">projects</a> page if you're
interested in seeing what I've been working on.
</p>
</div>
<div>
<h1>Gha! My eyes! The colors, they burn!</h1>
<hr>
<p>
Yeah... Well, I'm working on it. Content first, horrible color scheme later.
</p>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>