1
Fork 0

Add font-awesome

This commit is contained in:
Jake Howard 2016-05-16 21:46:16 +01:00
parent bbfa4c0719
commit b911cccd99
3 changed files with 9 additions and 2 deletions

View file

@ -65,24 +65,28 @@
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-server wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Server</h3>
<p>Designing and building high-performance server applications and environments</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-internet-explorer wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Client</h3>
<p>Creating functional, fast, and mobile-friendly websites</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-mobile wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Mobile</h3>
<p>Building lightweight, cross-platform mobile applications</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-usb wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Hardware</h3>
<p>Constructing workflow-specific Desktops, Servers and Notebooks</p>
</div>

View file

@ -7,7 +7,7 @@
"build": "npm run create-build-dirs && npm run build-fonts && npm run build-js && npm run build-scss",
"build-js": "./scripts/build-js.sh",
"build-scss": "bash scripts/build-scss.sh",
"build-fonts": "cp -R node_modules/bootstrap-sass/assets/fonts/bootstrap/* theme/static/build/fonts/ && cp -R node_modules/ionicons/dist/fonts theme/static/build/ ",
"build-fonts": "cp -R node_modules/bootstrap-sass/assets/fonts/bootstrap/* theme/static/build/fonts/ && cp -R node_modules/font-awesome/fonts theme/static/build/ ",
"create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img",
"test": "npm run lint",
"spellcheck": "mdspell --en-gb -ranx \"templates/**/*.*\""
@ -19,7 +19,7 @@
"dependencies": {
"animate.css": "=3.5.1",
"bootstrap-sass": "=3.3.6",
"ionicons": "=3.0.0",
"font-awesome": "=4.6.1",
"jquery": "=2.2.3",
"jquery.easing": "=1.3.2",
"underscore": "=1.8.3"

View file

@ -11,6 +11,9 @@
@import "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap";
@import "node_modules/animate.css/animate";
$fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome.scss";
/* @end Libraries */