forked from sincerelykristi/d3-sweet-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 1.56 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mighty Shady</title>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<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="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<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 id="section" width="1000" height="500"></svg>
<!-- end of chart -->
<br>
<button id="wdi">Section</button>
   
<button id="lion">Lion King</button>
   
<button id="matt">McConaughey</button>
   
<button id="band">Boy Band</button>
   
<button id="leo">Leo 😍</button>
</center>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="./script.js"></script>
</body>
</html>