-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
66 lines (56 loc) · 2.93 KB
/
personal.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
<!doctype html>
<html>
<head>
<script src="https://use.fontawesome.com/baff6f55f5.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Junjie Wu</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-139918918-1', 'auto');
ga('send', 'pageview');
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<link rel="stylesheet" href="assets/css/academicons.css"/>
</head>
<body>
<div class="wrapper">
<header>
<h1>Junjie Wu</h1>
<p>Ph.D. candidate at HKUST</p>
<h3><p class="view"><a href="https://wujunjie1998.github.io/">Home</a></p></h3>
<h3><p class="view"><a href="https://wujunjie1998.github.io/publication1.html">Publication</a></p></h3>
<h3><p class="view"><a href="https://wujunjie1998.github.io/experience.html">Experience</a></p></h3>
<h3><p class="view"><a href="https://wujunjie1998.github.io/personal.html">Personal</a></p></h3>
<h3><p class="view"><a href="Junjie_Wu_s_CV.pdf">CV</a></p></h3>
<p class="view"><b>Social</b><br>
<a href="mailto:junjie.wu@connect.ust.hk" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a><br>
<a href="https://scholar.google.com.hk/citations?hl=zh-CN&pli=1&user=BuV0LxwAAAAJ" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Google Scholar</a><br>
<a href="https://www.linkedin.com/in/junjie-wu-875764180/" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Linkedin</a><br>
<p><b>Contact:</b><br>junjie.wu@connect.ust.hk</p>
</header>
<section>
<h3>About me</h3>
<p>I am a big fan of basketball and bodybuilding and I was the captain of our school's basketball team during 2017 to 2019.
<p>My favorite player is Russell Westbrook!
<p> Also, I really enjoy making friends!
Don't hesitate to contact me if interested!
<hr />
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>