Skip to content

Commit e2f08ed

Browse files
committed
Merge pull request #92 from PowerKiKi/cleanup
Clean up old code and standardize links
2 parents d1c0142 + a0baa32 commit e2f08ed

File tree

5 files changed

+20
-133
lines changed

5 files changed

+20
-133
lines changed

css/prettify.css

Lines changed: 0 additions & 30 deletions
This file was deleted.

img/GoogleSummer_2014logo.jpg

-462 KB
Binary file not shown.
-4.78 KB
Binary file not shown.

index.html

Lines changed: 20 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="demoApp" id="top">
2+
<html lang="en" id="top">
33
<head>
44
<title>AngularUI for AngularJS</title>
55

6-
<script src="lib/bootstrap/docs/assets/js/bootstrap.min.js"></script>
7-
<script src="//code.angularjs.org/1.0.4/angular.js"></script>
8-
<script src="js/prettify.js"></script>
9-
<script src="js/app.js"></script>
10-
116
<link rel="stylesheet" href="lib/bootstrap/docs/assets/css/bootstrap.css" >
12-
<link rel="stylesheet" href="css/prettify.css" >
137
<link rel="stylesheet" href="css/app.css" >
148
</head>
15-
<body data-spy="scroll" ng-controller="MainCtrl">
9+
<body>
1610
<header class="navbar navbar-fixed-top">
1711
<div class="navbar-inner">
1812
<div class="container">
@@ -24,50 +18,45 @@
2418
<div class="nav-collapse pull-right">
2519
<ul class="nav">
2620
<li>
27-
<a href="https://angular-ui.github.io/ui-utils">
21+
<a href="#ui-utils">
2822
UI-Utils
2923
</a>
3024
</li>
3125
<li>
32-
<a href="http://angular-ui.github.io/#ui-modules">
26+
<a href="#ui-modules">
3327
UI-Modules
3428
</a>
3529
</li>
3630
<li>
37-
<a href="https://github.com/angular-ui/alias">
31+
<a href="#ui-alias">
3832
UI-Alias
3933
</a>
4034
</li>
4135
<li>
42-
<a href="http://angular-ui.github.io/bootstrap">
36+
<a href="#ui-bootstrap">
4337
UI-Bootstrap
4438
</a>
4539
</li>
4640
<li>
47-
<a href="http://angular-ui.github.io/ng-grid">
41+
<a href="#ng-grid">
4842
NG-Grid
4943
</a>
5044
</li>
5145
<li>
52-
<a href="https://github.com/angular-ui/ui-router">
46+
<a href="#ui-router">
5347
UI-Router
5448
</a>
5549
</li>
5650
<li>
57-
<a href="https://github.com/angular-ui/ui-select">
51+
<a href="#ui-select">
5852
UI-Select
5953
</a>
6054
</li>
6155
<li>
62-
<a href="http://angular-ui.github.io/#ide-plugins">
56+
<a href="#ide-plugins">
6357
IDE Plugins
6458
</a>
6559
</li>
66-
<li>
67-
<a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List">
68-
GSoC
69-
</a>
70-
</li>
7160
</ul>
7261
</div>
7362
</div>
@@ -107,20 +96,7 @@ <h1>
10796
</div>
10897
</header>
10998

110-
<div class="container">
111-
<!-- GOOGLE SUMMER OF CODE BANNER -->
112-
<section class="row-fluid" style="display:none">
113-
<div class="span12 well lead clearfix">
114-
<div class="pull-left">
115-
<a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List"><img src="/img/GoogleSummer_2014logo_small.jpg"></a>
116-
</div>
117-
<div class="pull-right span9">
118-
<strong>AngularUI</strong> is applying to be a mentoring organization for <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014">Google Summer of Code 2014</a>! Please check out and add to our <a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List">ideas list</a> <small>(direct edits and PRs welcome)</small>.
119-
</div>
120-
</div>
121-
</section>
122-
<!--/ GOOGLE SUMMER OF CODE BANNER -->
123-
99+
<div class="container" id="ui-utils">
124100
<section>
125101
<h1 class="page-header">
126102
UI-Utils
@@ -162,8 +138,8 @@ <h1 class="page-header">
162138
</ul>
163139
</div>
164140
</section>
165-
<section>
166-
<h1 class="page-header" id="ui-modules">
141+
<section id="ui-modules">
142+
<h1 class="page-header">
167143
UI-Modules
168144
<small>Standalone AngularUI modules with external dependencies</small>
169145
</h1>
@@ -182,7 +158,7 @@ <h1 class="page-header" id="ui-modules">
182158
</ul>
183159
</div>
184160
</section>
185-
<section>
161+
<section id="ui-alias">
186162
<h1 class="page-header">
187163
UI-Alias
188164
<small>Rename plugin directives and create mini templates</small>
@@ -191,7 +167,7 @@ <h1 class="page-header">
191167
</span>
192168
</h1>
193169
</section>
194-
<section>
170+
<section id="ui-bootstrap">
195171
<h1 class="page-header">
196172
UI-Bootstrap
197173
<small>Twitter Bootstrap written natively in AngularJS</small>
@@ -201,7 +177,7 @@ <h1 class="page-header">
201177
</span>
202178
</h1>
203179
</section>
204-
<section>
180+
<section id="ng-grid">
205181
<h1 class="page-header">
206182
NG-Grid
207183
<small>Grid virtualization written natively in AngularJS</small>
@@ -211,7 +187,7 @@ <h1 class="page-header">
211187
</span>
212188
</h1>
213189
</section>
214-
<section>
190+
<section id="ui-router">
215191
<h1 class="page-header">
216192
UI-Router
217193
<small>Nested Routing for AngularJS</small>
@@ -221,7 +197,7 @@ <h1 class="page-header">
221197
</span>
222198
</h1>
223199
</section>
224-
<section>
200+
<section id="ui-select">
225201
<h1 class="page-header">
226202
UI-Select
227203
<small>AngularJS-native version of Select2 and Selectize</small>
@@ -230,8 +206,8 @@ <h1 class="page-header">
230206
</span>
231207
</h1>
232208
</section>
233-
<section>
234-
<h1 class="page-header" id="ide-plugins">
209+
<section id="ide-plugins">
210+
<h1 class="page-header">
235211
IDE Plugins
236212
<small>AngularJS support in your favorite text editors</small>
237213
</h1>
@@ -246,15 +222,6 @@ <h1 class="page-header" id="ide-plugins">
246222
</ul>
247223
</div>
248224
</section>
249-
250-
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
251-
<li><a href="https://github.com/angular-ui/"><strong>Related Projects:</strong></a></li>
252-
<li class="divider"></li>
253-
<li><a href="http://angular-ui.github.io/bootstrap/">Bootstrap</a></li>
254-
<li><a href="http://angular-ui.github.io/ng-grid/">Grid</a></li>
255-
<li><a href="https://github.com/angular-ui/AngularJs.tmbundle">AngularJS.tmbundle</a></li>
256-
<li><a href="http://angular-ui.github.io/ui-router/sample">Router</a></li>
257-
</ul>
258225
</div>
259226
</div>
260227
<script type="text/javascript">
@@ -270,27 +237,5 @@ <h1 class="page-header" id="ide-plugins">
270237
})();
271238

272239
</script>
273-
<div class="modal-backdrop fade" ng-class="{in:buildModalShown}"></div>
274-
<div class="modal fade hide" ng-class="{in:buildModalShown}">
275-
<div class="modal-header"><h2>Create a Custom Build</h2></div>
276-
<div class="modal-body">
277-
<div ng-show="buildErrorText">
278-
<h3 style="text-align: center;">{{buildErrorText}}</h3>
279-
</div>
280-
<div ng-hide="buildErrorText">
281-
<h3 style="text-align: center;">Select the modules you wish to download:</h3>
282-
<select style="width: 100%;" ui-select2 multiple
283-
ui-options="{multiple: true}"
284-
ng-model="selectedModules">
285-
<option ng-repeat="m in modules" value="{{m}}">{{m | inflector:'humanize'}}</option>
286-
</select>
287-
</div>
288-
</div>
289-
<div class="modal-footer">
290-
<a class="btn pull-left" ng-click="selectedModules=['event','if','jq','keypress','showhide','validate']">Recommended Modules</a>
291-
<a class="btn btn-primary" ng-disabled="!selectedModules.length" ng-click="selectedModules.length && downloadBuild()"><i class="icon-download-alt icon-white"></i> Download {{selectedModules.length}} Modules</a>
292-
<a class="btn" ng-click="buildModalShown = false">Cancel</a>
293-
</div>
294-
</div>
295240
</body>
296241
</html>

0 commit comments

Comments
 (0)