-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreading.html
More file actions
37 lines (32 loc) · 1.47 KB
/
reading.html
File metadata and controls
37 lines (32 loc) · 1.47 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
---
layout: page
title: Reading
javascript: reading.js
---
<a href="{{ site.baseurl }}/poetry" style="float: right; position: relative; top: -50px;"><button type="button">See Poetry</button></a>
<div class="quote">For it is humanly certain that most of us remember very little of what we have read. To open almost any book a second time is to be reminded that we had forgotten well-nigh everything that the writer told us. Parting from the narrator and his narrative, we retain only a fading impression; and he, as it were, takes the book away from us and tucks it under his arm.
<div class="author">Siegfried Sassoon</div>
</div>
<p class="spinner" style="text-align: center;">
<i class="fa fa-spinner fa-spin fa-2x"></i>
</p>
<table id="reading" class="display" cellspacing="0" width="100%">
<thead>
</thead>
<tbody>
</tbody>
</table>
<nav class="footer-nav" role="navigation">
<ul>
<li class="active"><a href="#">All</a></li>
<li><a href="#">English</a></li>
<li><a href="#">Spanish</a></li>
<li><a href="#">Arabic</a></li>
<li><a href="#">Italian</a></li>
<li><a href="#">French</a></li>
</ul>
</nav>
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.10/css/jquery.dataTables.min.css">
<script src="https://cdn.datatables.net/1.10.10/js/jquery.dataTables.min.js"></script>
<script src="{{ site.baseurl }}/public/js/jquery.dataTables.sorting.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.1.2/papaparse.min.js"></script>