Skip to content

Commit dd7097f

Browse files
committed
added footer
1 parent 0c35597 commit dd7097f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

build/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ html, body {
2929
.wrapper h1:first-child {
3030
margin-top: 0; }
3131

32+
footer {
33+
padding: 25px 0; }
34+
3235
h1 {
3336
font-weight: 300;
3437
padding-bottom: 25px; }

build/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ function example5(){
870870
box[0].innerHTML = (++changed) + ' changes. ' + box.parent()[0].clientWidth+'px/'+box.parent()[0].clientHeight+'px';
871871
});
872872
}
873-
}).call(this,require("g5I+bs"),typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_be55e83e.js","/")
873+
}).call(this,require("g5I+bs"),typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_3eb6a23e.js","/")
874874
},{"./css-element-queries/src/ElementQueries":1,"./css-element-queries/src/ResizeSensor":2,"buffer":5,"codemirror/lib/codemirror":6,"codemirror/mode/css/css":7,"codemirror/mode/htmlmixed/htmlmixed":8,"codemirror/mode/javascript/javascript":9,"codemirror/mode/xml/xml":10,"g5I+bs":14,"hammerjs/hammer":11,"jQuery":13}],4:[function(require,module,exports){
875875
(function (process,global,Buffer,__argument0,__argument1,__argument2,__argument3,__filename,__dirname){
876876
var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

css/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ html, body {
3434
margin-top: 0;
3535
}
3636

37+
footer {
38+
padding: 25px 0;
39+
}
40+
3741
h1 {
3842
font-weight: 300;
3943
padding-bottom: 25px;

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,14 @@ <h2>Performance Demo</h2>
382382
</div>
383383
</div>
384384
</div>
385+
<footer>
386+
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a>.
387+
Copyright by
388+
<a href="http://marcjschmidt.de">Marc J. Schmidt</a>
389+
| <a href="https://github.com/marcj">@marcj</a>
390+
| <a href="https://twitter.com/MarcJSchmidt">@MarcJSchmidt</a>
391+
</small></p>
392+
</footer>
385393
<script type="text/javascript">
386394
var _gaq = _gaq || [];
387395
_gaq.push(['_setAccount', 'UA-44935629-1']);

0 commit comments

Comments
 (0)