-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
38 lines (31 loc) · 1.03 KB
/
Copy pathabout.html
File metadata and controls
38 lines (31 loc) · 1.03 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 lang = "en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Sean's Website</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="replace_with_navbar"></div>
<br><br><br><br><br>
<!-- headings -->
<h1>About Me</h1>
<br>
<p>
Hi, I'm Sean Vo, an Applied Physics major at UC Irvine. Here's some things I intend to talk about on this website:
</p>
<ul>
<li>GNU Emacs</li>
<li>My Amateur Cooking Adventures</li>
<li>COBOL (like <a href="https://github.com/otterkit/otterkit">The Otterkit Project</a>) or other programming and computing topics</li>
<li>Gaming</li>
<li>Physics</li>
</ul>
<p>
If you're interested, please download my <a href="assets/sean_vo_resume.pdf">resume</a> here.
</p>
<script src="script.js"></script>
<footer><a class="other-link" href="#index.html">↑</a>  <a class="other-link" href="credit.html">Credits</a></footer>
</body>
</html>