-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (58 loc) · 3.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Simple minimalist theme">
<meta name="keywords" content="minimalist,blog,goa,hugo,developer">
<title>
Wenqian Hugo Homepage
</title>
<meta name="generator" content="Hugo 0.104.2" />
<link rel="alternate" type="application/rss+xml" href="https://Wenqian1228.github.io/index.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="https://Wenqian1228.github.io/css/main.css">
<link rel="stylesheet" href="https://Wenqian1228.github.io/css/custom.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body lang="en-us">
<div class="container">
<header class="text-center header">
<img src="/img/profile_pic.jpg" alt="Author Image" class="rounded-circle text-center headshot">
<h1 class="author">Wenqian Zhao (赵文骞)</h1>
</header>
<section id="info-pane" class="text-center info">
<h3 class="intro">PhD Candidate @CUHK</h3>
<h4 class="description">Now @Sha Tin, Hong Kong.</h4>
</section>
<section id="social-pane" class="text-center social">
<a href="https://scholar.google.com/citations?user=IVvZ6KoAAAAJ%26hl%3dzh-CN" aria-label="Google Scholar" target="_blank"><i class="fas fa-graduation-cap" aria-hidden="true"></i></a>
<a href="https://github.com/Wenqian1228" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://instagram.com/vincent_zhao1228" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/wenqian-zhao-765136159" aria-label="LinkedIn" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
<a href="mailto:[email protected]" aria-label="Email"><i class="fas fa-envelope" aria-hidden="true"></i></a>
</section>
<section id="main-menu-pane" class="text-center main-menu">
<h4><a class="menu-item" href="/about">About</a></h4>
<h4><a class="menu-item" href="/experience">Experience</a></h4>
<h4><a class="menu-item" href="/publications">Publications</a></h4>
<h4><a class="menu-item" href="/others">Others</a></h4>
</section>
<footer class="text-center footer">
<hr />
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="/js/main.js"></script>
<script src="/js/custom.js"></script>
</body>
</html>