-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_me.html
More file actions
17 lines (16 loc) · 806 Bytes
/
about_me.html
File metadata and controls
17 lines (16 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" type="text/css" href="sfstyle.css" title="Skylar"
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed" rel="stylesheet">
</head>
<body>
<h1>About Me</h1>
<h2><a href="index.html">[go home]</a></h2>
<p>Hey there!</p>
<p>I'm Skylar Fang, a senior at the University of Connecticut, studying Computer Science and Actuarial Science.</p>
<p>I make 3D art in Blender and my own small video games on a hobbyist level. They can be found in the <a href="game_list.html">games</a> list.</p>
<p>I can be contacted for business purposes at: <a href="mailto:skylarfang@outlook.com">skylarfang@outlook.com</a></p>
</body>
</html>