-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.html
135 lines (123 loc) · 4.31 KB
/
modules.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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Modules | Minrva Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="overrides.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-journal.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">Minrva - Citation/Login - Documentation</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="about_v2.html">About the App</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<br/>
<div class="row-fluid">
<div class="span7 offset1">
<h2>Modules</h2>
<p>The Minrva app is made up of separate modules, each with their own functions. Check out our list of modules to see what the app can do!</p>
<br/>
<table border = "1">
<tr>
<td><h6>Scanner</h6><p>Scan the barcode on a library item using your camera to get info</p></td>
<td><h6>Search</h6><p>Look up an item to get info about it</p></td>
<td><h6>Journal Search</h6><p>Journal search info</p></td>
<td><h6>Loanable Tech</h6><p>Loanable Tech info</p></td>
</tr>
<tr>
<td><h6>Display</h6><p>Display Info</p></td>
<td><h6>Course Reserve</h6><p>Course Reserve Info</p></td>
<td><h6>Shelf Lister</h6><p>Shelf Lister Info</p></td>
<td><h6>Citation Generator</h6><p>Citation Generator Info</p></td>
</tr>
<tr>
<td><h6>Library Locator</h6><p>Library Locator Info</p></td>
<td><h6>Wayfinder</h6><p>Wayfinder Info</p></td>
<td><h6>My Favorites</h6><p>My Favorites Info</p></td>
<td><h6>User Favorites</h6><p>User Favorites Info</p></td>
</tr>
<tr>
<td><h6>Checked-out</h6><p>Checked-out Info</p></td>
<td><h6>Requested Items</h6><p>Requested Items Info</p></td>
<td><h6>Fines</h6><p>Fines Info</p></td>
<td><h6>Blocks</h6><p>Blocks Info</p></td>
</tr>
</table>
</div>
</div>
<div class="span8 offset1">
<h2>Modules</h2>
<p>The Minrva app is made up of separate modules, each with their own functions. Check out our list of modules to see what the app can do!</p>
<br/>
<div class="row">
<div class="span2">
<h5>Scanner</h5><p>Scan the barcode on a library item using your camera to get info</p>
<hr/>
<h5>Search</h5><p>Look up an item to get info about it</p>
<hr/>
<h5>Journal Search</h5><p>Journal search info</p>
<hr/>
<h5>Loanable Tech</h5><p>Loanable Tech info</p>
<hr/>
</div>
<div class="span2">
<h5>Display</h5><p>Display Info</p>
<hr/>
<h5>Course Reserve</h5><p>Course Reserve Info</p>
<hr/>
<h5>Shelf Lister</h5><p>Shelf Lister Info</p>
<hr/>
<h5>Citation Generator</h5><p>Citation Generator Info</p>
<hr/>
</div>
<div class="span2">
<h5>Library Locator</h5><p>Library Locator Info</p>
<hr/>
<h5>Wayfinder</h5><p>Wayfinder Info</p>
<hr/>
<h5>My Favorites</h5><p>My Favorites Info</p>
<hr/>
<h5>User Favorites</h5><p>User Favorites Info</p>
<hr/>
</div>
<div class="span2">
<h5>Checked-out</h5><p>Checked-out Info</p>
<hr/>
<h5>Requested Items</h5><p>Requested Items Info</p>
<hr/>
<h5>Fines</h5><p>Fines Info</p>
<hr/>
<h5>Blocks</h5><p>Blocks Info</p>
<hr/>
</div>
</div>
</div>
<footer>
<p>© The Undergraduate Library at the University of Illinois at Urbana-Champaign, 2013</p>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bootstrap/js/jquery.js"></script>
</body>
</html>