-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe4e8.html
More file actions
66 lines (43 loc) · 1.77 KB
/
e4e8.html
File metadata and controls
66 lines (43 loc) · 1.77 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<!-- /////////////////// HEAD //////////////////////////////////// -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Data Project</title>
<!--Stylesheets-->
<link rel="stylesheet" href="css/project.css">
<!--call JS for responsive navbar-->
<script src="Project/navScript.js" defer></script>
<!--The next three lines allow the Vega embed-->
<script src="https://cdn.jsdelivr.net/npm/vega@5.17.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.12.2"></script>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- /////////////////// HEAD //////////////////////////////////// -->
<body>
<nav class="navbar">
<div class="page-title">Data Science</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="eco.html">Eco Data Hub</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="https://github.com/jhellingsdata/jhellingsdata.github.io"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</nav>
<p class=title>Explainer Series</p>
<p class=subtitle>Trends</p>
<hr class="solid">
<section class="container" data-target-folder="charts/exp8_trends/"></section>
<script src="js/load_charts_auto.js" defer></script>
</body>
</html>