forked from sincerelykristi/d3-sweet-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mighty Shady</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css">
<link rel="stylesheet" href="./style.css">
<script src="./jquery.js" type="text/javascript"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="./script.js" type="text/javascript"></script>
</head>
<body>
<div class="row amber lighten-5" id="header">
<div class="col s6">
<p class="logo">
<span>//</span><a href="/">Mighty Shady</a>
</p>
</div>
<div class="top-nav col s6">
</div>
</div>
<center>
<!-- chart goes here -->
<svg width="960" height="500"></svg>
<!-- end of chart -->
<br>
<button>Section</button>
   
<button>Lion King</button>
   
<button>McConaughey</button>
   
<button>Boy Band</button>
   
<button>Leo 😍</button>
</center>
</body>
</html>