-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=no">
<title>Liying LIU</title>
<meta name="description" content="Liying LIU homepage">
<meta keywords="liying, machine learning, artificial intelligence, deep learning, computer vision, reinforcement learning"/>
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<!-- <div id="sidebar">
<div id="profile">
<div class="portrate"></div>
<div id="blocks">
<ul>
<li><p><a href="https://liyingliu.github.io/index.html" title="About">About</a></p> </li>
<li><p><a href="https://github.com/liyingliu" title="GitHub" target="_blank" >Github</a></p></li>
<li><p><a href="https://www.linkedin.com/in/liying-liu-534ab0b2/" title="Linkedin" target="_blank"> Linkedin</a></p> </li>
</ul>
</div>
</div>
<footer>
<div><p >Copyright © 2018 Liying LIU</p></div>
</footer>
</div> -->
<div id="main">
<h1>Liying LIU <span>| Learn </span> </h1>
<div id="container">
<div id="profile">
<div class="portrate"></div>
</div>
<div id="blocks">
<ul>
<li><p><a href="https://liyingliu.github.io/index.html" title="About">About</a></p> </li>
<li><p><a href="https://github.com/liyingliu" title="GitHub" target="_blank" >Github</a></p></li>
<li><p><a href="https://www.linkedin.com/in/liying-liu-534ab0b2/" title="Linkedin" target="_blank"> Linkedin</a></p> </li>
</ul>
</div>
</div>
<p>Hi, I am Liying.</p>
<p> Feel free to drop me an email at <a href="mailto:[email protected]"> [email protected] </a>if you want to chat :) </p>
<footer>
<div><p >Copyright © 2018 Liying LIU</p></div>
</footer>
</div>
</body>
</html>