-
Notifications
You must be signed in to change notification settings - Fork 1
/
screenshots.html
29 lines (29 loc) · 1.47 KB
/
screenshots.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
<!DOCTYPE html>
<html>
<head>
<title>InkBox Project - Screenshots</title>
</head>
<body>
<script id="navbar" src="navbar.js"></script>
<center>
<h2>InkBox OS screenshots</h2>
<img src="assets/screenshots/reader-5.png" alt="Reader framework" width=600 height=800>
<p><b><i>Reader framework</i></b></p>
<img src="assets/screenshots/reader-8.png" alt="Reader framework: 'Go to page' function" width=600 height=800>
<p><b><i>Reader framework: Highlights list dialog</i></b></p>
<img src="assets/screenshots/reader-7.png" alt="Reader framework: font chooser" width=600 height=800>
<p><b><i>Reader framework: font chooser</i></b></p>
<img src="assets/screenshots/reader-6.png" alt="Reader framework: dictionnary search" width=600 height=800>
<p><b><i>Reader framework: dictionnary search</i></b></p>
<img src="assets/screenshots/home-2.png" alt="Home screen" width=600 height=800>
<p><b><i>Home screen</i></b></p>
<img src="assets/screenshots/local_library-2.png" alt="Local library: Main view" width=600 height=800>
<p><b><i>Local library: Main view</i></b></p>
<img src="assets/screenshots/library-3.png" alt="Online library: Main view" width=600 height=800>
<p><b><i>Online library: Main view</i></b></p>
<img src="assets/screenshots/library-4.png" alt="Online library: Book info dialog" width=600 height=800>
<p><b><i>Online library: Book info dialog</i></b></p>
</center>
<script id="bottompage" src="bottompage.js"></script>
</body>
</html>