-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (56 loc) · 3.01 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
<!DOCTYPE html>
<html>
<head>
<title>A Chen Liang Production</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0 maximum-scale=1.0 user-scalable=no">
<script src="https://use.fontawesome.com/0daa5e8ddf.js"></script>
<style>
@font-face {
font-family: 'Galdeano';
font-weight: 400;
font-style: normal;
src: url('/media/font/Galdeano.ttf') format('truetype');
}
</style>
<link rel="stylesheet" href="/media/css/main.min.css">
<script src="/media/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){ var location = $(this).parent().parent()
$('.headerLeft').click(function() { $('body,html').animate({scrollTop:0},800);});});
</script>
</head>
<body>
<header id="header">
<div class="wrap headwrap">
<div class="headerLeft">
<h5>Liang Chen</h5>
</div>
<nav role="navigation" class="headerRight">
<a href="/cn/" class="headerButton"><i class="fa fa-jpy"></i></a>
<a href="/eng/" class="headerButton"><i class="fa fa-usd"></i></a>
</nav>
</div>
</header>
<div class="content animated fadeInDown">
<div style="max-width: 750px !important; margin: 0 auto; padding: 0px;">
<div style="max-width: 750px !important; margin: 0 auto; padding: 0px;">
<div class="about animated fadeInDown">
<h3> ♠ Member of the Artificial Intelligence team in <a href="https://www.antfin.com/">Ant Financial</a></h3>
<h3> ♠ Graduated with MSc from <a href="http://www.cs.cmu.edu/~music/mat/">Music & Technology, Carnegie Mellon University </a></h3>
<h3> ♠ Graduated with BSc in Electrical Engineering from <a href="http://www.buaa.edu.cn/">Beihang University</a></h3>
<h3> ♥ Interested in <strong>music information retrieval</strong> and <strong>machine learning</strong></h3>
<h6> 你好,我是梁琛。爱好音乐信号处理,正在努力做一个优秀的算法工程师。
</h6>
<a href="mailto:[email protected]"><i class="fa fa-inbox"></i></a>
<a href="https://github.com/chenlianMT"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/chenliangmt"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<footer>
<p><small>Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a> on GitHub | Copyright©2018 by Chen Liang | Based on <a href="http://yihui.name">Yihui</a>'s theme</small></p>
</footer>
</div>
<style> body { } </style>
</body>
</html>