-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (44 loc) · 2.9 KB
/
index.html
File metadata and controls
59 lines (44 loc) · 2.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script type='text/javascript' src='./scripts/app.js'></script>
<script src="./scripts/typed.js-master/js/typed.js"></script>
<script src="./scripts/index.js"></script>
<base target="_blank">
</head>
<title>Evan Li</title>
<!-- <link rel="shortcut icon" href="./images/favicon.ico" /> -->
<body>
<div class="title" style="width:100%; padding-top:20px;"></div>
<div style="">
<div class="block" style="top:50px;">
<!-- <button class="aboutButton" id="aboutButton">About</button> -->
About
<p class="listBody">
I'm a junior at <a href="https://www.ncsu.edu">NCSU</a> interested in web development, data visualization, and design </br>
In my free time I enjoy playing some games (Overwatch, Path of Exile, Civ 5) </br>
I also enjoy reading random stuff, usually fantasy or philosophy
<div class="listBody icons">
<a href="https://github.com/EHLSQ"><img class="icon" href="https://github.com/EHLSQ" src="./images/githubicon.png"></a>
<a href="https://www.pinterest.com/evanli2010/"><img class="icon" href="https://www.pinterest.com/evanli2010/" src="./images/pinteresticon.png"></a>
<a href="https://www.linkedin.com/in/evan-li-2b3851b4"><img class="icon" style="height:58px; width:58px;" src="./images/linkedin.png"></a>
</div>
</p>
Projects
<p class="listBody">
<a href="https://github.com/EHLSQ/audiovisualizer">Audio visualization</a>
simple <a href="https://ehlsq.github.io/visualizer">demo</a><br />
<div>
<img title="WOW gyazo screencapture is low frame rate, forgive me" style="position:relative; width:100%; max-width:1100px;" width=90%; src="./images/demo.gif" />
</div>
</p>
</div>
</div>
</body>
</html>