-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (50 loc) · 2.04 KB
/
about.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
<!DOCTYPE HTML>
<!--
PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-->
<!--
* Rapid Interface Builder (RIB) - A simple WYSIWYG HTML5 app creator
* Copyright (c) 2011-2012, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Apache License, version 2.0. The full text of the Apache License is at
* http://www.apache.org/licenses/LICENSE-2.0
*
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style>
@import url('src/css/fonts.css');
html {
overflow-x: hidden;
overflow-y: auto;
}
body {
font-family: "OpenSans";
}
table {
margin: 0.5em;
font-size: small;
}
th {
text-align: right;
white-space: pre;
padding-right: 0.5em;
}
</style>
</head>
<body>
<div>Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for mobile web applications</div>
<table>
<tr><th>Version</th><td>Preview-1</td></tr>
<tr><th>Project</th><td><a target="_aboutRIB" href="https://01.org/rib">https://01.org/rib</a></td></tr>
<tr><th>Docs</th><td><a target="_aboutRIB" href="https://01.org/rib/documentation">https://01.org/rib/documentation</a></td></tr>
<tr><th>Blogs</th><td><a target="_aboutRIB" href="https://01.org/rib/blogs">https://01.org/rib/blogs</a></td></tr>
<tr><th>IRC</th><td><a href="irc://freenode.net/#rib">#rib</a> @freenode</td></tr>
<tr><th>Mailing list</th><td><a target="_aboutRIB" href="https://lists.01.org/mailman/listinfo/rib">Subscribe</a> or browse the <a target="_aboutRIB" href="https://lists.01.org/pipermail/rib/">archives</a></td></tr>
<tr><th>Source</th><td><a target="_aboutRIB" href="https://github.com/01org/rib">https://github.com/01org/rib</a></td></tr>
<tr><th>Bugs</th><td><a target="_aboutRIB" href="https://github.com/01org/rib/issues">https://github.com/01org/rib/issues</a></td></tr>
</table>
</body>
</html>