Skip to content

Commit 8ffb926

Browse files
author
DNZ\darius
committed
Added fontawesome, removed github buttons, added own buttons with icons.
1 parent f293f5e commit 8ffb926

19 files changed

+5261
-289
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
3737
atrules: true
3838
}),
3939
// add vendor prefixes
40-
require('autoprefixer')({ browsers: 'iOS >= 7, last 2 versions, ie > 7' }),
40+
require('autoprefixer')({ browsers: 'iOS >= 7, last 2 versions, ie > 7' }),
4141
// minify the result
4242
require('cssnano')()
4343
]
@@ -84,15 +84,15 @@ module.exports = function(grunt) {
8484
grunt.loadNpmTasks('grunt-nunjucks-2-html');
8585

8686
/*
87-
* Grunt tasks
87+
* Grunt tasks
8888
* Run with grunt or grunt <command> in terminal
8989
*/
9090
grunt.registerTask('default', 'run');
9191
grunt.registerTask('run',
9292
[
9393
'nunjucks',
94-
'sass',
95-
'postcss',
94+
'sass',
95+
'postcss',
9696
'watch'
9797
]
9898
);
@@ -107,4 +107,4 @@ grunt.registerTask('create_html',
107107
'nunjucks'
108108
]
109109
);
110-
};
110+
};

dist/about.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,10 @@ <h2>What makes CastleCSS different?</h2>
9292

9393
<p>Our philosophy is mobile first, easy to update, self explanatory code. We want to be able to keep you up to date with the latest version of CastleCSS, which is only possible if you follow the installation instructions.</p>
9494
<div>
95-
<a class="btn mb" href="installation.html">Installation instructions</a>
96-
</div>
97-
<div>
98-
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate" aria-label="Watch castlecss/castlecss-boilerplate on GitHub">Watch</a>
99-
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate" aria-label="Star castlecss/castlecss-boilerplate on GitHub">Star</a>
100-
<a class="github-button" href="https://github.com/castlecss/castlecss-boilerplate/archive/master.zip" aria-label="Download castlecss/castlecss on GitHub">Download</a>
95+
<a class="btn-theme04 mb" href="installation.html"><i class="fa fa-book"></i> Installation instructions</a>
96+
97+
<a href="https://github.com/castlecss/castlecss-boilerplate" class="btn-theme02" aria-label="Watch castlecss/castlecss-boilerplate on GitHub" target="_blank"><i class="fa fa-github"></i> Watch on github</a>
98+
<a href="https://github.com/castlecss/castlecss-boilerplate/archive/master.zip" class="btn" aria-label="Download castlecss/castlecss-boilerplate on GitHub" target="_blank"><i class="fa fa-cloud-download"></i> Download boilerplate</a>
10199
</div>
102100
</div>
103101

dist/css/styles.min.css

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

dist/css/styles.min.css.map

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

dist/fonts/FontAwesome.otf

132 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions
Loading

dist/fonts/fontawesome-webfont.ttf

162 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff

95.7 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff2

75.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)