-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (21 loc) · 1.04 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
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="style/style.css">
</head>
<body style="background-color:rgb(250, 248, 239)">
<div id="title-div">
<h1> Ann Sizemore Blevins Data Visualization </h1>
</div>
<div id="button-div">
<h3> Click through below to see the visualization in action!</h3>
<a href="templates/mx_viz.html" class="buttonmain"><button>Multilayer network</button></a>
<a href="templates/waterfall_viz.html" class="buttonmain"><button>Weighted simplicial complex face relations</button></a>
<a href="templates/simpcomp_viz.html" class="buttonmain"><button>Simplicial complex</button></a>
<a href="templates/mx_viz_timeseries.html" class="buttonmain"><button>Time series network</button></a>
<a href="templates/classification.html" class="buttonmain"><button>classification</button></a>
</div>
<div>
Have a question or want to chat about data visualization? Reach out anytime at annsblevins at gmail dot com.
</div>
</body>