-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
38 lines (37 loc) · 1.6 KB
/
about.html
File metadata and controls
38 lines (37 loc) · 1.6 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
<!doctype html>
<html>
<head>
<!--#include virtual="/ssi/head-preamble.html"-->
<link rel="stylesheet" href="/styles/modern-normalize.css">
<link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="/styles/posts.css">
</head>
<body>
<!--#include virtual="/ssi/header.html"-->
<div id="main">
<p>
My name is Devon Lewis. I'm a 2nd year Computer Science PhD student
at Rutgers University. I'm currently researching the intersection
of microservice architectures and operating systems.
</p>
<p>
I'm deeply interested in computing and technology in general. I spend my time
reading, gaming, configuring my desktop (Gentoo with Sway, running on a
fanless PC), configuring Emacs (I'm simply in too deep), managing my home
server (TrueNAS), and snowboarding. I also really like food.
</p>
<p>
I am not interested in web design, embedded systems, algebra,
Chicago juke, or olives. Regarding the first point, if this blog
doesn't display nicely on your device I probably won't fix it unless you
ask nicely. To do that, you can email me at
dev[dot]<last name>611[at]gmail.com. I don't know why people
obsfuscate their email like this but it seems cool so I will do it too.
</p>
<p>
Click <a href="/media/resume-online.pdf">here</a> for my resume.
</p>
</div>
<!--#include virtual="/ssi/footer.html"-->
</body>
</html>