-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (31 loc) · 1.26 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
<!-- test push from new computer -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Alvin Chen</title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="2022.5">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id="contents">
<img id="profilepic" src='https://i.imgur.com/mhZ7Wgy.jpg'/>
<span class = "bodytext">
<h1>Hi, I'm Alvin!</h1>
<a class='btn btn-primary' href='https://drive.google.com/file/d/1szahG0aslcAlijr1PBK-p_uFgWD2NoXA/view?usp=sharing' role='button'>Resume
</a>
<p>
I'm a 3rd year computer science major at UC Irvine. My passions lie in the intersection of machine learning, human learning, and music.
</p>
<p>
Recently, I've been working as a programming instructor at theCoderSchool Cerritos. I design my own curriculum, and am always trying out new teaching styles.
</p>
<p>
Feel free to contact me at <a href="mailto: [email protected]">[email protected]</a>.
</p>
</span>
</div>
</body>
</html>