Skip to content

Commit 21202d8

Browse files
committed
Merge pull request adobe#33 from nhall/patch-1
Consistency updates
2 parents 7560f7e + e2cc8d5 commit 21202d8

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

index.html

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<meta charset="utf-8">
2828
<meta name="viewport" content="width=device-width">
2929
<title>Adobe Open Source | Advancing technology through open initiatives</title>
30-
<link rel="stylesheet" href="stylesheets/app.css">
31-
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
32-
<link href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" rel="stylesheet">
30+
<link href="stylesheets/app.css" rel="stylesheet">
31+
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
32+
<link href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" rel="stylesheet">
3333
</head>
3434

35-
<body ng-controller="GitHubCtrl" class="ng-cloak">
35+
<body class="ng-cloak" ng-controller="GitHubCtrl">
3636
<div id="old" class="old text-center">
3737
<div class="menu">
3838
<div class="row">
@@ -66,11 +66,13 @@
6666
</div>
6767

6868
<div id="supported">
69-
<div class="menu" data-magellan-expedition='fixed'>
69+
<div class="menu" data-magellan-expedition="fixed">
7070
<div class="row">
7171
<div class="large-12 columns">
7272
<dl class="sub-nav" ng-class="{mobile: mobile}">
73-
<a class="menu-icon" ng-click="expandMenu()"><span></span></a>
73+
<a class="menu-icon" ng-click="expandMenu()">
74+
<span></span>
75+
</a>
7476

7577
<dd class="title">
7678
<strong>Adobe</strong> Open Source
@@ -89,7 +91,7 @@
8991
</div>
9092
</div>
9193

92-
<a name="statistics" class="head-anchor"></a>
94+
<a class="head-anchor" name="statistics"></a>
9395
<div class="intro">
9496
<div class="row">
9597
<div class="large-4 columns">
@@ -120,7 +122,7 @@ <h4>Statistics</h4>
120122
-------------------------------------------------------------------------------------- -->
121123

122124
<div class="header-inline" id="featuredProj">
123-
<a name="projects" class="head-anchor"></a>
125+
<a class="head-anchor" name="projects"></a>
124126
<div class="wrapper" ng-repeat="featured in featureds['projects']" ng-class="{actual: $index <= indexFeatured['projects']}">
125127
<div class="row">
126128
<div class="large-5 columns text-header">
@@ -157,8 +159,8 @@ <h4>Statistics</h4>
157159
<h2 class="large-6 small-4 columns">Repos</h2>
158160
<form class="large-3 small-8 columns custom mainFilters">
159161
<div class="large-10 small-10 columns">
160-
<select id="orderby" class="medium" ng-model="filterOrder">
161-
<option value="" DISABLED>Order by:</option>
162+
<select class="medium" id="orderby" ng-model="filterOrder">
163+
<option value="" disabled>Order by:</option>
162164
<option value="-watchers_count" selected>Popularity</option>
163165
<option value="-pushed_at">Last Push</option>
164166
<option value="org">Organization</option>
@@ -168,8 +170,8 @@ <h2 class="large-6 small-4 columns">Repos</h2>
168170
</div>
169171
<div class="button large-2 small-2 culumns" ng-click="toggleFiltersButton()" ng-class="{disabled: loading}">
170172
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
171-
<path fill="#000000" d="M50.717,2.495c-29.288,0-47.692,6-47.692,10.833c0,5.932,16.029,19.893,20.167,23.667 c4.712,4.299,16.044,16.058,16.5,18.001c0.147,2.147,2.002,35.008,2.002,35.008s-0.168,5.5,8.998,5.5 c9.166,0,8.498-5.334,8.498-5.334s2.169-32.674,2.169-34.84s8.333-10.835,18.5-20.002c10.167-9.167,18.167-15.758,18.167-22 C98.025,8.299,80.004,2.495,50.717,2.495z M50.481,21.083C28.676,21.083,11,17.965,11,14.12s17.676-7.964,39.481-7.964 c21.801,0,39.478,4.119,39.478,7.964S72.282,21.083,50.481,21.083z"/>
172-
</svg>
173+
<path fill="#000000" d="M50.717,2.495c-29.288,0-47.692,6-47.692,10.833c0,5.932,16.029,19.893,20.167,23.667 c4.712,4.299,16.044,16.058,16.5,18.001c0.147,2.147,2.002,35.008,2.002,35.008s-0.168,5.5,8.998,5.5 c9.166,0,8.498-5.334,8.498-5.334s2.169-32.674,2.169-34.84s8.333-10.835,18.5-20.002c10.167-9.167,18.167-15.758,18.167-22 C98.025,8.299,80.004,2.495,50.717,2.495z M50.481,21.083C28.676,21.083,11,17.965,11,14.12s17.676-7.964,39.481-7.964 c21.801,0,39.478,4.119,39.478,7.964S72.282,21.083,50.481,21.083z"/>
174+
</svg>
173175
</div>
174176
</form>
175177
</div>
@@ -184,15 +186,15 @@ <h2 class="large-6 small-4 columns">Repos</h2>
184186
</div>
185187

186188
<div class="large-3 columns">
187-
<input type="text" ng-model="searchLangInput" id="searchLang" placeholder="Languages">
189+
<input id="searchLang" type="text" ng-model="searchLangInput" placeholder="Languages">
188190
</div>
189191

190192
<div class="large-3 columns">
191-
<input type="text" ng-model="searchOrgInput" id="searchOrg" placeholder="Organizations">
193+
<input id="searchOrg" type="text" ng-model="searchOrgInput" placeholder="Organizations">
192194
</div>
193195

194196
<div class="star large-2 columns">
195-
<a ng-show="filterStarIndex" ng-click="majFilterStar(0); majDisplayStar(0)" class="button tiny cancel">X</a>
197+
<a class="button tiny cancel" ng-show="filterStarIndex" ng-click="majFilterStar(0); majDisplayStar(0)">X</a>
196198
<div class="fitlerStar" ng-repeat="i in [1,2,3,4,5]" ng-class="{on: (i <= displayStarIndex)}" ng-click="majFilterStar(i)" ng-mouseenter="majDisplayStar(i)" ng-mouseleave="majDisplayStar(filterStarIndex)"></div>
197199
</div>
198200
</form>
@@ -241,14 +243,14 @@ <h2 class="large-6 small-4 columns">Repos</h2>
241243
</div>
242244

243245
<!-- Reseter -->
244-
<div class="large-6 columns" class="clear"></div>
246+
<div class="large-6 columns clear"></div>
245247
</div>
246248
</div>
247249

248250
<!-- --------------------------------------------------------------------------------------
249251
Featured Organizations
250252
-------------------------------------------------------------------------------------- -->
251-
<a name="organizations" class="head-anchor"></a>
253+
<a class="head-anchor" name="organizations"></a>
252254
<div class="header-inline" id="featuredOrg">
253255
<div class="wrapper" ng-repeat="featured in featureds['orgs']" ng-class="{actual: $index <= indexFeatured['orgs']}">
254256
<div class="row">
@@ -291,7 +293,7 @@ <h2 class="large-6 small-4 columns">Organizations</h2>
291293
</div>
292294

293295
<!-- Reseter -->
294-
<div class="large-6 columns" class="clear"></div>
296+
<div class="large-6 columns clear"></div>
295297
</div>
296298
</div>
297299
</div>
@@ -326,8 +328,8 @@ <h5 class="details">...and with <a target="_blank" href="http://angularjs.org/"
326328

327329
<!--[if gte IE 10]><!-->
328330
<script src="js/vendor/custom.modernizr.js"></script>
329-
<script type="text/javascript" src="//use.typekit.net/gad4asz.js"></script>
330-
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
331+
<script src="//use.typekit.net/gad4asz.js"></script>
332+
<script>try{Typekit.load();}catch(e){}</script>
331333
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
332334
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
333335
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>

0 commit comments

Comments
 (0)