-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.84 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.84 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
<!DOCTYPE html>
<meta http-equiv="origin-trial" content="Al4HHytsQd0t0TCl092Jq7uZfQEYh6KYWIqsk0jPL2j1W1ckjbWTHcKOc+BMfusCap4RUYtXrzGZH1SRiDUXlQMAAAB8eyJvcmlnaW4iOiJodHRwczovL2ZseWluZ2JlZTIwMTIuZ2l0aHViLmlvOjQ0MyIsImlzU3ViZG9tYWluIjpmYWxzZSwiZmVhdHVyZSI6IlBhcnNlVXJsUHJvdG9jb2xIYW5kbGVyIiwiZXhwaXJ5IjoxNjA3NjY3MTE5fQ==">
<html>
<head>
<meta charset="utf-8">
<title>Bi Wu</title>
<script src="js/d3/d3.v3.min.js" charset="utf-8"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="js/humanize.min.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" media="all" href="css/style.css"/>
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://mohansun-canvas.herokuapp.com/content/training/training.css" rel="stylesheet"/>
</head>
<body>
<div class="left_cell" id="left_cell" style="position:absolute; border:none;left:0;width:200px;height:calc(100%)">
<svg id="left_svg" class="left_svg"></svg>
</div>
<div class="right_cell" id="right_cell" style="position:absolute; border-style: solid; border-radius:12px;border-color: gray; border-width: 2px; left:250px;width:calc(75%);top:25px; height:calc(100%); padding: 30px; margin-bottom:25px">
</div>
<script src="js/resume_data.js" charset="utf-8"></script>
<script src="js/draw_webpage.js" charset="utf-8"></script>
<script type="text/javascript"></script>
</body>
</html>