forked from CliffordAnderson/shakespeare-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.4 KB
/
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
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1 data-template="config:app-title">XQuery Summer Institute data.</h1>
</div>
<div class="alert alert-success">
<p>App demonstrating functions for App for XQuery Summer Institute using Folger Shakespeare Library tei data.</p>
</div>
<div class="row">
<div class="col-md-8">
<script type="text/javascript" src="http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"/>
<script type="text/javascript" src="resources/js/timeline.js"/>
<h4>Timeline of Shakespeare's plays</h4>
<div id="my-timeline"/>
<p>*Timeline generated with <a href="http://timeline.knightlab.com/">http://timeline.knightlab.com/</a>
</p>
</div>
<div class="col-md-4">
<h4>The collection</h4>
<ul>
<li>
<a href="browse.html">Browse the plays</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>