-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.88 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.88 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Zichen Yin">
<meta name="keywords" content="Zichen Yin,Jason Yin">
<meta name="description" content="personal website">
<title>Jason Yin</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<!--Use fontawesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
</head>
<body>
<div class="content">
<div class="content_inside">
<div class="personal_info">
<h1>Hello, I'm Jason Yin</h1>
<img src="image/profile.jpeg" class="prof_pic"/>
<p>
AI and Software Engineering graduate from The University of Edinburgh
<br />working in the analytics industry as a backend developer.
</p>
<p>
Interested in working together? Feel free to <a href="mailto:[email protected]">contact</a> me.
</p>
</div>
</div>
</div>
<footer class="footer">
<!--<div class="line_break"></div>-->
<div class="contact_me">
<a href="https://twitter.com/zichenjyin" target="_blank"><i class="fab fa-twitter-square hover_animation"></i></a>
<a href="https://www.linkedin.com/in/zichenyin/" target="_blank"><i class="fab fa-linkedin hover_animation"></i></a>
<a href="https://github.com/awpstew" target="_blank"><i class="fab fa-github-square hover_animation"></i></a>
</div>
<h5 class="copyright">© 2018 Zichen Yin.</h6>
</footer>
</body>
</html>