diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bd22264 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: compile + +compile: + jade index.jade + cleancss styles/main.css -o styles/main.min.css + cleancss styles/general_foundicons.css -o styles/general_foundicons.min.css + cleancss styles/general_foundicons_ie7.css -o styles/general_foundicons_ie7.min.css + uglifyjs scripts/main.js -o scripts/main.min.js diff --git a/fonts/general_foundicons.eot b/fonts/general_foundicons.eot new file mode 100644 index 0000000..20733a0 Binary files /dev/null and b/fonts/general_foundicons.eot differ diff --git a/fonts/general_foundicons.svg b/fonts/general_foundicons.svg new file mode 100644 index 0000000..a934751 --- /dev/null +++ b/fonts/general_foundicons.svg @@ -0,0 +1,15 @@ + diff --git a/fonts/general_foundicons.ttf b/fonts/general_foundicons.ttf new file mode 100644 index 0000000..90a5cce Binary files /dev/null and b/fonts/general_foundicons.ttf differ diff --git a/fonts/general_foundicons.woff b/fonts/general_foundicons.woff new file mode 100644 index 0000000..daab631 Binary files /dev/null and b/fonts/general_foundicons.woff differ diff --git a/index.html b/index.html index 2809683..83cea5b 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -