Skip to content

Commit 1192594

Browse files
committed
Footer with frameworks
1 parent 245d9e3 commit 1192594

File tree

6 files changed

+89
-67
lines changed

6 files changed

+89
-67
lines changed

img/AngularJS.png

15.9 KB
Loading

img/zurb-yeti.png

51.3 KB
Loading

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,16 +273,17 @@ <h1>{{org.name}}</h1>
273273

274274
<div class="footer" id="footer">
275275
<div class="row">
276-
<div class="small-7 columns text-header" id="text-header_org">
277-
<h3 class="title"><strong>Adobe</strong> Open Source</h3>
278-
<p class="details">This is a GitHub Page</p>
276+
<div class="small-12 columns text-header text-center" id="text-header_org">
277+
<h3><span class="title"><strong>Adobe</strong> Open Source</span><span class="next">, built with love.</span></h3>
278+
<h5 class="details">and with <a target="_blank" href="http://angularjs.org/" title="AngularJS">AngularJS</a>, <a target="_blank" href="http://foundation.zurb.com/" title="Foundation">Foundation</a>,<br />
279+
<a target="_blank" href="http://pages.github.com/" title="Github Pages">Github Pages</a> and <a target="_blank" href="http://developer.github.com/v3/" title="Github API">API</a>,<br />
280+
<a target="_blank" href="http://www.adobe.com/products/creativecloud.html" title="Adobe Creative Cloud">Adobe Creative Cloud</a>.</h5>
279281
</div>
280-
<div class="small-5 columns">
281-
<div class="logo" id="logo3">
282+
<div class="small-5 columns">
283+
<div class="logo" id="logo3">
282284
<img src="img/github_logo.svg" title="Github" />
283285
</div>
284-
</div>
285-
</div>
286+
</div>
286287
</div>
287288

288289
<script src="js/vendor/custom.modernizr.js"></script>

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ app.filter('majorLangs', function() {
103103
for (var i = 0; i < langs.length; i++) {
104104
var lang = langs[i];
105105

106-
if ( (lang.value/max) > 0.08 ) {
106+
if ( (lang.value/max) > 0.1 ) {
107107
majorLangs.push(lang);
108108
} else {
109109
other.value += lang.value;

0 commit comments

Comments
 (0)