-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>peiyi.dev</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pei-Yi's Website"/>
<meta property="og:description" content="Visit my projects and links, and access my contact information."/>
<meta property="og:image" content="bg.png">
<meta property="og:url" content="peiyi.dev">
<link rel="stylesheet" href="myStyles.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<script src="index.js"></script>
<div id="title">peiyi.dev</div>
<img id="down-arrow" src="down-arrow-purple.png" onclick="downArrowScroll()"/>
<div id="about-me">
<div id="blurb">Hi there! I'm Pei-Yi, a software engineer at Heap.</div>
<div id="my-links">
<a href="https://github.com/PBudgie">Github</a> ·
<a href="https://www.linkedin.com/in/pei-yi-lin-957024134/">LinkedIn</a> ·
<a href="https://blog.peiyi.dev/">Blog</a>
</div>
</div>
</body>
</html>