forked from haoranpb/haoranpb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="A fan of Vuejs and FC Bayern ⚽️" />
<title>Sun Haoran | 孙浩然</title>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style type="text/css">
body {
padding: 5vh 10vw;
}
h1 {
margin-bottom: 0;
font-size: 2.5em;
}
h2 {
font-size: 1.8em;
margin-top: 0;
color: #666;
}
a {
text-decoration: none;
color: black;
}
p {
font-size: 1.4em;
line-height: 1.4;
max-width: 26em;
}
</style>
</head>
<body>
<main>
<h1>Sun Haoran</h1>
<h2>孙浩然</h2>
<p>Fan of Vuejs and FC Bayern ⚽️ // Studying in Denmark</p>
<p>
Enjoy coding but really hate sitting all day. Just started to contribute
to open source projects a while ago to learn and for fun.
</p>
<p>Love the idea of minimalism, and not a huge fan of social media.</p>
<a href="https://github.com/haoranpb" target="_blank">
<i data-feather="github"></i>
</a>
<a href="https://www.linkedin.com/in/haoranpb" target="_blank">
<i data-feather="linkedin"></i>
</a>
<a href="mailto:[email protected]">
<i data-feather="mail"></i>
</a>
</main>
<script>
feather.replace();
</script>
</body>
</html>