-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
129 lines (115 loc) · 4.69 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iUI on GitHub</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">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a 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>
</a>
<a class="brand" href="#">iUI GitHub</a>
<div class="nav-collapse">
<ul class="nav">
<!--
<li class="active"><a href="#">Home</a></li>
-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<a href="https://github.com/iui/iUI"><img style="position: absolute; z-index: 2000; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="container">
<header>
<h1>iUI on GitHub</h1>
</header>
<section>
<div class="page-header">
<h2>About iUI</h2>
</div>
<div class="row">
<div class="span12">
<p>To learn about iUI, visit the <a href="http://www.iui-js.org">iUI homepage</a>.</p>
</div>
</div>
</section>
<section>
<div class="page-header">
<h2>iUI GitHub Source Repository</h2>
</div>
<div class="row">
<div class="span12">
<p>The <a href="https://github.com/iui/iUI">iUI GitHub repo</a> is the main iUI Git repository. We are eagerly anticipating <a href="https://help.github.com/articles/using-pull-requests">pull requests</a> on GitHub.</p>
</div>
</div>
</section>
<section>
<div class="page-header">
<h2>Google Code</h2>
</div>
<div class="row">
<div class="span12">
<p>iUI was born on Google Code and important things are still <a href="https://code.google.com/p/iui/">hosted there</a>:
<ul>
<li><a href="https://code.google.com/p/iui/downloads/list">Downloads</a></li>
<li><a href="https://code.google.com/p/iui/issues/list">Issues</a></li>
<li><a href="https://code.google.com/p/iui/w/list">Wiki</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="page-header">
<h2>Notable iUI resources on GitHub</h2>
</div>
<div class="row">
<div class="span4">
<h3>iUI Organization</h3>
<ul>
<li><a href="https://github.com/iui">iUI Organization Page</a> (Repository and Member List)</li>
</ul>
</div>
<div class="span4">
<h3>iUI Contributors</h3>
<ul>
<li><a href="http://github.com/msgilligan">Sean Gilligan</a></li>
<li><a href="http://github.com/remi-grumeau">Remi Grumeau</a></li>
<li><a href="http://github.com/mikhailxu">Mike Xu</a></li>
</ul>
<p>If you're an iUI contributor who's on GitHub and you're not listed here, fork <a href="https://github.com/iui/iui.github.com">this repo</a> and submit a pull request.</p>
<p>For a full list of contributors, see the <a href="https://code.google.com/p/iui/people/list">Google Code People List</a>.</p>
</div>
<div class="span4">
<h3>iUI-related projects</h3>
<ul>
<li><a href="https://github.com/iui/iui.site">iUI Website Repo</a></li>
<li><a href="https://github.com/iui/iui.github.com">Repo for this page</a></li>
<li><a href="http://github.com/mikhailxu/Mashboard">Mashboard (w/updated iuiPad)</a></li>
<li><a href="http://mikhailxu.github.com">Mashboard Demo</a></li>
</ul>
</div>
</div>
</section>
</div> <!-- /container -->
</body>
</html>