Skip to content

Commit 05cb618

Browse files
committed
gh-pages v2.0.7-025c61b
1 parent 2b9351f commit 05cb618

7 files changed

+979
-70
lines changed

css/site.css

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
body {
2+
padding-top: 50px;
3+
}
4+
5+
.jumbotron {
6+
padding: 30px;
7+
margin-bottom: 30px;
8+
font-size: 21px;
9+
font-weight: 200;
10+
line-height: 2.1428571435;
11+
color: inherit;
12+
/*background-color: #eeeeee;*/
13+
background-image: -webkit-gradient(
14+
linear,
15+
left bottom,
16+
right bottom,
17+
color-stop(0.38, #D1F1FF),
18+
color-stop(1, #EDFCF9)
19+
);
20+
background-image: -o-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
21+
background-image: -moz-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
22+
background-image: -webkit-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
23+
background-image: -ms-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
24+
background-image: linear-gradient(to right, #D1F1FF 38%, #EDFCF9 100%);
25+
}
26+
27+
.jumbotron h1,
28+
.jumbotron .h1 {
29+
line-height: 1;
30+
color: inherit;
31+
}
32+
33+
.jumbotron p {
34+
line-height: 1.4;
35+
}
36+
37+
.container .jumbotron {
38+
border-radius: 6px;
39+
}
40+
41+
.jumbotron .container {
42+
max-width: 100%;
43+
}
44+
45+
@media screen and (min-width: 768px) {
46+
.jumbotron {
47+
padding-top: 48px;
48+
padding-bottom: 48px;
49+
}
50+
.container .jumbotron {
51+
padding-right: 60px;
52+
padding-left: 60px;
53+
}
54+
.jumbotron h1,
55+
.jumbotron .h1 {
56+
font-size: 63px;
57+
}
58+
}
59+
60+
.nav-ghbtn {
61+
padding-top: 14px;
62+
}

docs/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
addTag('script', {src: 'grunt-scripts/marked.js'}, sync);
4646

47-
addTag('script', {src: 'grunt-scripts/ui-grid.js'}, sync);
47+
addTag('script', {src: 'http://ui.grid.info/release/ui-grid.js'}, sync);
4848

4949
addTag('script', {src: 'js/angular-bootstrap.js'}, sync);
5050
addTag('script', {src: 'js/angular-bootstrap-prettify.js'}, sync);
@@ -96,14 +96,16 @@
9696
<div class="container">
9797

9898

99-
<a class="brand">UI Grid</a>
99+
<a href="http://ui.grid.info" class="brand">UI Grid</a>
100100

101101
<ul class="nav">
102102
<li ng-repeat="(url, name) in sections" ng-class="{active: isActivePath(url)}">
103103
<a ng-href="{{url}}"><i class="icon-book icon-white"></i> {{name}}</a>
104104
</li>
105105
</ul>
106-
106+
<ul class="nav pull-right">
107+
<li><a href="github.com">Github</a></li>
108+
</ul>
107109
</div>
108110
</div>
109111
</div>

index.html

+107-67
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,119 @@
1-
<!DOCTYPE html>
2-
<html>
3-
4-
<head>
5-
<meta charset='utf-8' />
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
7-
<meta name="description" content="Ui-grid.info : Website for ui-grid" />
8-
9-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10-
11-
<title>Ui-grid.info</title>
12-
</head>
13-
14-
<body>
15-
16-
<!-- HEADER -->
17-
<div id="header_wrap" class="outer">
18-
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/angular-ui/ui-grid.info">View on GitHub</a>
20-
21-
<h1 id="project_title">Ui-grid.info</h1>
22-
<h2 id="project_tagline">Website for ui-grid</h2>
23-
24-
<section id="downloads">
25-
<a class="zip_download_link" href="https://github.com/angular-ui/ui-grid.info/zipball/master">Download this project as a .zip file</a>
26-
<a class="tar_download_link" href="https://github.com/angular-ui/ui-grid.info/tarball/master">Download this project as a tar.gz file</a>
27-
</section>
28-
</header>
1+
<!doctype html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<link rel="stylesheet" href="/docs/css/bootstrap.min.css" />
10+
<link rel="stylesheet" href="/docs/css/bootstrap-flatly.css" />
11+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />
12+
<link rel="stylesheet" href="/css/site.css" />
13+
</head>
14+
<body>
15+
<header class="header">
16+
<div class="navbar navbar-fixed-top">
17+
<div class="navbar-inner">
18+
<div class="container">
19+
<a href="/" class="brand">UI Grid</a>
20+
<ul class="nav">
21+
<li class="dropdown">
22+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
23+
Learn
24+
<b class="caret"></b>
25+
</a>
26+
<ul class="dropdown-menu">
27+
<li>
28+
<a href="/docs/#/api">Docs</a>
29+
</li>
30+
<li>
31+
<a href="/docs/#/tutorial">Tutorial</a>
32+
</li>
33+
</ul>
34+
</li>
35+
</ul>
36+
<p class="navbar-text pull-right">
37+
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ng-grid&type=watch&count=true"
38+
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
39+
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ng-grid&type=fork&count=true"
40+
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
41+
</p>
42+
</div>
43+
</div>
2944
</div>
45+
</header>
46+
<div class="jumbotron">
47+
<div class="container text-center">
48+
<h2>Angular UI Grid</h2>
3049

31-
<!-- MAIN CONTENT -->
32-
<div id="main_content_wrap" class="outer">
33-
<section id="main_content" class="inner">
34-
<h3>
35-
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
50+
<p>A data grid for <strong><a href="http://angularjs.org">AngularJS</a></strong></p>
51+
<p>... more stuff ...</p>
3652

37-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
53+
<br>
3854

39-
<pre><code>$ cd your_repo_root/repo_name
40-
$ git fetch origin
41-
$ git checkout gh-pages
42-
</code></pre>
55+
<p class="btn-group2">
4356

44-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
57+
<a class="btn btn-success btn-large" href="https://github.com/angular-ui/ng-grid" title="Code on Github">
58+
<i class="fa fa-github fa-fw"></i>
59+
Code on Github
60+
</a>
4561

46-
<h3>
47-
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
62+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4863

49-
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
64+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 2.0.7-025c61b">
65+
<i class="fa fa-download fa-fw"></i>
66+
Download <small>( 2.0.7 / 2.0.7-025c61b )</small>
67+
</a>
5068

51-
<h3>
52-
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
69+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5370

54-
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
55-
56-
<h3>
57-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
58-
59-
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
60-
61-
<h3>
62-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
63-
64-
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
65-
</section>
71+
<span>
72+
<a class="btn btn-success btn-large" href="http://ui.grid.info/docs" title="API Documentation">
73+
<i class="fa fa-gears fa-fw"></i>
74+
API Documentation
75+
</a>
76+
</p>
6677
</div>
67-
68-
<!-- FOOTER -->
69-
<div id="footer_wrap" class="outer">
70-
<footer class="inner">
71-
<p class="copyright">Ui-grid.info maintained by <a href="https://github.com/angular-ui">angular-ui</a></p>
72-
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
73-
</footer>
78+
</div>
79+
80+
<div class="container">
81+
<div class="row">
82+
<div class="span4">
83+
<div class="text-center">
84+
<i class="fa fa-4x fa-wrench"></i>
85+
</div>
86+
<h4 class="text-center">Configurable</h4>
87+
<ul>
88+
<li>Customizeable templates</li>
89+
<li>Change look and feel with CSS</li>
90+
<li>Drop-in plugin system</li>
91+
</ul>
92+
</div>
93+
94+
<div class="span4">
95+
<div class="text-center">
96+
<i class="fa fa-4x fa-gear"></i>
97+
</div>
98+
<h4>Advanced features</h4>
99+
<ul>
100+
<li>Virtualization</li>
101+
<li>Column pinning</li>
102+
<li>Grouping</li>
103+
</ul>
104+
</div>
105+
106+
<div class="span4 text-center">
107+
<div class="text-center">
108+
<i class="fa fa-4x fa-camera"></i>
109+
</div>
110+
<h4 class="">Cute Kittens</h4>
111+
<img class="img-circle" src="http://placekitten.com/180/180" />
112+
</div>
74113
</div>
114+
</div>
75115

76-
77-
78-
</body>
79-
</html>
116+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
117+
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
118+
</body>
119+
</html>

release/ui-grid-unstable.css

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.ui-grid-header-table {
2+
margin-bottom: 0;
3+
}
4+
.ui-grid-pinned.left {
5+
float: left;
6+
}
7+
.ui-grid-pinned.right {
8+
float: right;
9+
}
10+
.ui-grid-viewport tbody,
11+
.ui-grid-viewport table tr:first-child,
12+
.ui-grid-viewport table tr:first-child > td {
13+
border-top: none;
14+
}

0 commit comments

Comments
 (0)