-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Eric Kong's Website</title>
</head>
<body>
<div class="flex-container">
<div>
<h1>Eric Kong</h1>
<p> I am a student at Brown University, and I like computers and math.</p>
<p> I am looking for full time software engineering jobs starting in August 2020.</p>
<p> My email is eric_kong(at)brown[dot]edu. Please reach out to me
if you wish to view my resume and/or academic transcript.</p>
<div>
While you're here, enjoy this
<a href="http://ekong16.github.io/JqueryTest/">
fun game</a>
I wrote in high school. I call it "Potato Jump".
</div>
<p>Thank you for visiting this site.</p>
</div>
<div>
<canvas id="myCanvas" width="200" height="100" style="border:1px solid #000000;"> </canvas>
</div>
</div>
</body>
</html>