-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 1.25 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Chunyu Ou | 欧春雨</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/index.css">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
</head>
<body>
<br>
<br>
<br>
<br>
<div class="flex-column-container-center">
<div class="flex-row-container-center">
<!-- Bio Image -->
<div class="flex-row-container-center my-photo-container">
<img class="my-photo flex-row-item-center" src="./images/my_photo.jpeg">
</div>
<!-- Bio Others -->
<div>
<h2>Chunyu Ou</h2>
<h3>欧春雨</h3>
<p>Software Engineer</p>
<p>@UnifyID</p>
<p><a target="_blank" href="https://www.linkedin.com/in/ouchunyu/">Linkedin</a> | <a target="_blank" href="https://github.com/OUCHUNYU">Github</a> | <a target="_blank" href="https://twitter.com/OUCHUNYU">Twitter</a></p>
</div>
</div>
<br>
<div class="flex-column-container-center about-me">
<h3 class="text-center">About Me</h3>
<div class="text-center">
<p>
Hi, 你好.
</p>
<br>
<br>
<p>Contact me: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</body>
</html>