This repository was archived by the owner on Jul 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (78 loc) · 4.7 KB
/
index.html
File metadata and controls
78 lines (78 loc) · 4.7 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
67
68
69
70
71
72
73
74
75
76
77
78
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="scripts/html5shiv.min.js"></script>
<script src="scripts/respond.min.js"></script>
<![endif]-->
<title>libraries on twitter | libraries:hacked</title>
<link href="bower_components/bootswatch/united/bootstrap.min.css" rel="stylesheet">
<link href="bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css" rel="stylesheet">
<link href="bower_components/datatables.net-buttons-bs/css/buttons.bootstrap.min.css" rel="stylesheet">
<link href="bower_components/datatables.net-responsive-bs/css/responsive.bootstrap.min.css" rel="stylesheet" />
<link href="css/libraries-twitter.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">{ libraries: twitter }</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="/">table view <span class="sr-only">(current)</span></a></li>
<li><a href="/gallery.html">gallery view</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://s.coop/libtwit/" target="_blank">edit data</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>libraries on twitter</h1>
<p>A listing of public libraries on twitter. Data sourced from Google sheet compiled by <a href="https://twitter.com/juliac2">@JuliaC2</a> and <a href="https://twitter.com/shedsue">@ShedSue</a>, with crowd-souced contributions. Additional data from Twitter to show activity. Click on a row to see more details. If any accounts are missing, contribute on the Google sheet.</p>
<p class="loading">Loading</p>
</div>
<div class="container">
<div class="table-responsive">
<table class="table" id="tableTwitter"></table>
</div>
<hr />
<footer>
<div class="row">
<div class="col-lg-12">
<ul class="list-unstyled">
<li>a <a href="https://www.librarieshacked.org/">{ libraries: hacked }</a> project available on <a href="https://www.github.com/librarieshacked/libraries-twitter/" target="_blank">GitHub</a>.</li>
<li class="pull-right"><a href="#top">back to top</a></li>
</ul>
</div>
</div>
</footer>
</div>
<script src="bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
<script src="bower_components/moment/min/moment.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net/js/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-buttons/js/dataTables.buttons.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-buttons-bs/js/buttons.bootstrap.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-buttons/js/buttons.print.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-buttons/js/buttons.html5.min.js" type="text/javascript"></script>
<script src="bower_components/datatables.net-responsive/js/dataTables.responsive.min.js"></script>
<script src="bower_components/datatables.net-responsive-bs/js/responsive.bootstrap.js"></script>
<script src="bower_components/jszip/dist/jszip.min.js"></script>
<script src="js/twitterlibraries.js" type="text/javascript"></script>
<script src="js/table.js" type="text/javascript"></script>
</body>
</html>