-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 1.86 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Richard </title>
<link rel="icon" href="data:,">
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hello, I'm Richard, a software engineer.">
</head>
<body>
<main>
<img id="profile-img" alt="Picture of me!" src="https://github.com/aeolyus.png"/>
<nav>
<ul>
<li><a href="/">aeoly.us</a></li>
<li><a href="/resume">resume</a></li>
<li><a href="https://github.com/aeolyus">github</a></li>
<li><a href="https://linkedin.com/in/aeolyus">linkedin</a></li>
</ul>
</nav>
<h1>
Hello, I'm <mark class="orange">Richard</mark>,
a software engineer living in the Bay Area.
</h1>
<p>
I'm currently a production engineer at
<a href="https://facebook.com">Facebook</a>.
</p>
<p>
Recently, I graduated from
<a href="https://berkeley.edu">UC Berkeley</a>
in 2020 with a B.A. in Computer
Science. Previously, I've also worked as a software engineer intern at
<a href="https://8thwall.com">8th Wall</a>
doing full stack work. I've also done full stack work as a contract
software engineer at other startups. In my free time I like to tinker
with my
<a href="https://aeoly.us/s/homelab">homelab</a>
and build mechanical
<a href="https://aeoly.us/s/mk">keyboards</a>
!
</p>
<p>
I'm interested in distributed computing, digital accessibility, and simplicity.
</p>
<p>Welcome to my little corner of the internet.</p>
</main>
<footer>Made with <span class="heart">♥</span> by aeolyus</footer>
</body>
</html>
<!-- include a nice console log -->