-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 912 Bytes
/
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
---
---
<!DOCTYPE html>
<head>
<title>Ashtanga practice</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="barchart.css">
<link href="https://ashtanga.github.io/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<main>
<section id="commands">
<p>
<a class="bottom" href="https://github.com/ashtanga/ashtanga.github.io/edit/master/_data/practice.csv">practice.csv</a>
</p>
</section>
<section id="years"></section>
<section>
<div id="baryear"></div>
<div id="barchart"></div>
<div id="barweek"></div>
</section>
<section id="round"></section>
</main>
<footer></footer>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="engine.js?v={{ site.time | date: '%s' }}" defer></script>
<script src="loggator.js"></script>
<script src="suryanamascara.js?v={{ site.time | date: '%s' }}"></script>
</body>
</html>