-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.06 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
<html>
<head>
<title>Jiayi's profile page</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card">
<img id="circle-image" src="images/5bcfbb20c3d6f-images.png" alt="Profile photo">
<h1>
Jiayi Xu
</h1>
<h2>
Software Developer
</h2>
</div>
<div class="card">
<p>
Hello World!
</p>
</div>
<div class="card">
<a href="#" target="_blank">Linkedin</a>
<ul class="list-inline">
<li><a href="#" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
</ul>
</div>
</div>
</body>
</html>