-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<meta charset="utf-8" name="description" contenc="This is a website about Jiayi Xu">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Oswald|Poppins&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/3471df75d2.js"></script>
</head>
<body>
<div class="card">
<img src="5bcfbb20c3d6f-images.png" id="profile">
<h1>Jiayi Xu</h1>
<h2>Software Developer</h2>
<p><a href="https://www.linkedin.com/in/xujiayi/" target="_blank" class="button">LinkedIn</a></p>
</div>
<div class="card">
<p>
Hi! My name is Jiayi and I'm a software developer now living in Shanghai.
</p>
</div>
<div class="card">
<ul>
<li><a href="https://www.facebook.com/xujiayi1256" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/xujiayi_1256/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/xujiayi_1256" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
</ul>
</div>
</body>
</html>