fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Bower: + vegas

+ Added a cool background image
+ Added some text to the landing page
This commit is contained in:
Felipe Martin 2014-03-26 17:05:05 +01:00
parent d6796cb108
commit 4304366c20
7 changed files with 16 additions and 2 deletions

View File

@ -15,6 +15,7 @@
],
"dependencies": {
"bootflatv2": "470fde6d400cdcca9fdc8c0a699a6d006e5f46d3",
"jquery": "~2.1.0"
"jquery": "~2.1.0",
"vegas": "~1.3.4"
}
}

View File

@ -38,6 +38,7 @@ module.exports = (grunt) ->
js:
src: [
"static_components/js/jquery.js",
"static_components/js/vegas.js",
"static_components/js/icheck.min.js",
"shelfzilla/themes/bootflat/static/js/main.full.js",
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -0,0 +1,4 @@
jQuery ->
jQuery.vegas
src: '/static/backgrounds/shelves.jpg'
fade: 1200

View File

@ -1 +1,2 @@
@import "layout.less";
@import "fixes.less";

View File

@ -0,0 +1,3 @@
.vegas-background {
opacity: .3;
}

View File

@ -1,5 +1,9 @@
{% extends "_layout.html" %}
{% block main_content %}
Landing
<div class="text-center">
<h1>ShelfZilla</h1>
<h3>Pronto. En una estantería cerca de tí.</h3>
</div>
{% endblock %}