-
Notifications
You must be signed in to change notification settings - Fork 0
/
backlog.html
53 lines (49 loc) · 1.37 KB
/
backlog.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
52
53
<!DOCTYPE html>
<head>
<title>Greaven - Backlog</title>
</head>
<link href="style.css" rel="stylesheet">
<script src="sorttable.js"></script>
<body>
<div id="menubar">
<a href="index.html" target="_self">Home</a>
-
<a href="blog.html">Blog</a>
-
<a href="backlog.html">Backlog</a>
-
<a href="cv.html">CV</a>
-
<a href="projects.html">Projects</a>
-
<a href="https://github.com/CinisSec" target="_blank">Github</a>
</div>
<div id="body">
<div class="blogpost">
<h3>Books</h3>
<table class="sortable" id="booksbacklog">
</table>
</div>
<!--
<div class="blogpost">
<h3>Games</h3>
I've got way too many games to play...
<table id="gamesbacklog" class="sortable" class="todocontent">
</table>
</div>
-->
<!--
<div class="blogpost">
<h3>Model Kits</h3>
I'm holding myself back from buying the latest kits because building model kits
is basically my meditation. <br>
Throw in a good series or movie and I'm good.
<table id="modelkitsbacklog" class="sortable">
</table>
</div>
-->
</div>
<div id="bottombar">
</div>
<script src="csvToTable.js"></script>
</body>