Skip to content

Commit d18bf3a

Browse files
author
Houke de Kwant
committed
initial commit
1 parent 482b3dc commit d18bf3a

File tree

11 files changed

+3987
-0
lines changed

11 files changed

+3987
-0
lines changed

css/main.css

Lines changed: 1270 additions & 0 deletions
Large diffs are not rendered by default.

css/normalize.css

Lines changed: 972 additions & 0 deletions
Large diffs are not rendered by default.

img/.gitignore

Whitespace-only changes.

img/gradient1.jpg

3.87 KB
Loading

img/gradient2.jpg

4.7 KB
Loading
3.36 KB
Loading

index.html

Lines changed: 995 additions & 0 deletions
Large diffs are not rendered by default.

js/main.js

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

js/plugins.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Avoid `console` errors in browsers that lack a console.
2+
if (!(window.console && console.log)) {
3+
(function() {
4+
var noop = function() {};
5+
var methods = ['assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile', 'profileEnd', 'markTimeline', 'table', 'time', 'timeEnd', 'timeStamp', 'trace', 'warn'];
6+
var length = methods.length;
7+
var console = window.console = {};
8+
while (length--) {
9+
console[methods[length]] = noop;
10+
}
11+
}());
12+
}
13+
14+
// Place any jQuery/helper plugins in here.

js/vendor/jquery-1.8.0.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)