-
Notifications
You must be signed in to change notification settings - Fork 0
/
analysis.html
38 lines (27 loc) · 1.14 KB
/
analysis.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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<style>
</style>
<body>
<div class="" id="nav-placeholder">
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
- overview of posts (counts, etc.)
- overview of stats about porosity, density, etc. (both overall and within the groups)
- one entire div that is dedicated to by-product analysis of wavy vs. curly, keywords, etc. a dropdown menu allows users to pick a specific brand and visualizations populate based on that
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
</body>
</html>