-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.63 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<title>Andrew Zhang's Playground</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
</head>
<body>
<ul class="inline">
<li><a href="https://www.linkedin.com/in/andrew-zhang-889040152/" class="nav1">ABOUT</a></li>
<li><a href="https://github.com/ajikan" class="nav2">PROJECTS</a></li>
<li><a href="https://www.linkedin.com/in/andrew-zhang-889040152/" class="nav3">BLOG</a></li>
</ul>
<img src = "giphy.gif">
<div class = "content">
<h1>Andrew Zhang</h1>
<ul class="list-inline list-middot">
<li><p class="p1">Software Developer</p></li>
<li><p class="p2">Machine Learning Engineer</p></li>
<li><p class="p3">Artist</p></li>
</ul>
<a href = "mailto:az3@illinois.edu"><i class="fa fa-envelope" title = "mail me!" aria-hidden = "true"></i></a>
<a href = "https://www.linkedin.com/in/andrew-zhang-889040152/"><i class="fa fa-linkedin-square" title = "check me out!" aria-hidden="true"></i></a>
<a href = "https://github.com/ajikan"><i class="fa fa-github" title = "see my works!"></i></a>
</div>
<div id="left"></div>
<div id="right"></div>
<div id="top"></div>
<div id="bottom"></div>
</body>
</html>