fix banner

This commit is contained in:
David Miller 2017-03-31 17:58:28 -04:00
parent 7db1bc641a
commit 7877676292
5 changed files with 46 additions and 46 deletions

View File

@ -1,7 +1,7 @@
/*! /*!
* Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2017 Start Bootstrap * Copyright 2013-2017 Start Bootstrap
* Licensed under () * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
*/ */
body { body {
overflow-x: hidden; overflow-x: hidden;

2
css/agency.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@ var pkg = require('./package.json');
var banner = ['/*!\n', var banner = ['/*!\n',
' * Start Bootstrap - <%= pkg.title %> v<%= pkg.version %> (<%= pkg.homepage %>)\n', ' * Start Bootstrap - <%= pkg.title %> v<%= pkg.version %> (<%= pkg.homepage %>)\n',
' * Copyright 2013-' + (new Date()).getFullYear(), ' <%= pkg.author %>\n', ' * Copyright 2013-' + (new Date()).getFullYear(), ' <%= pkg.author %>\n',
' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n', ' * Licensed under <%= pkg.license %> (https://github.com/BlackrockDigital/<%= pkg.name %>/blob/master/LICENSE)\n',
' */\n', ' */\n',
'' ''
].join(''); ].join('');

2
js/agency.min.js vendored
View File

@ -1,6 +1,6 @@
/*! /*!
* Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency) * Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2017 Start Bootstrap * Copyright 2013-2017 Start Bootstrap
* Licensed under () * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
*/ */
!function(a){"use strict";a('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var n=a(this.hash);if(n=n.length?n:a("[name="+this.hash.slice(1)+"]"),n.length)return a("html, body").animate({scrollTop:n.offset().top-54},1e3,"easeInOutExpo"),!1}}),a("body").scrollspy({target:"#mainNav",offset:54}),a(".navbar-collapse>ul>li>a").click(function(){a(".navbar-collapse").collapse("hide")}),a(window).scroll(function(){a("#mainNav").offset().top>100?a("#mainNav").addClass("navbar-shrink"):a("#mainNav").removeClass("navbar-shrink")})}(jQuery); !function(a){"use strict";a('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var n=a(this.hash);if(n=n.length?n:a("[name="+this.hash.slice(1)+"]"),n.length)return a("html, body").animate({scrollTop:n.offset().top-54},1e3,"easeInOutExpo"),!1}}),a("body").scrollspy({target:"#mainNav",offset:54}),a(".navbar-collapse>ul>li>a").click(function(){a(".navbar-collapse").collapse("hide")}),a(window).scroll(function(){a("#mainNav").offset().top>100?a("#mainNav").addClass("navbar-shrink"):a("#mainNav").removeClass("navbar-shrink")})}(jQuery);

View File

@ -1,44 +1,44 @@
{ {
"title": "Agency", "title": "Agency",
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "4.0.0-alpha", "version": "4.0.0-alpha",
"description": "Agency is a one page HTML theme for Bootstrap.", "description": "Agency is a one page HTML theme for Bootstrap.",
"keywords": [ "keywords": [
"css", "css",
"sass", "sass",
"html", "html",
"responsive", "responsive",
"theme", "theme",
"template" "template"
], ],
"homepage": "http://startbootstrap.com/template-overviews/agency", "homepage": "http://startbootstrap.com/template-overviews/agency",
"bugs": { "bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues", "url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues",
"email": "feedback@startbootstrap.com" "email": "feedback@startbootstrap.com"
}, },
"license": "MIT", "license": "MIT",
"author": "Start Bootstrap", "author": "Start Bootstrap",
"contributors": [ "contributors": [
"David Miller (http://davidmiller.io/)" "David Miller (http://davidmiller.io/)"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" "url": "https://github.com/BlackrockDigital/startbootstrap-agency.git"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.0.0-alpha.6", "bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.6.3", "font-awesome": "^4.6.3",
"jquery": "^3.2.1", "jquery": "^3.2.1",
"jquery.easing": "^1.4.1", "jquery.easing": "^1.4.1",
"tether": "^1.4.0" "tether": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^2.18.8", "browser-sync": "^2.18.8",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4", "gulp-clean-css": "^3.0.4",
"gulp-header": "^1.8.7", "gulp-header": "^1.8.7",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2" "gulp-uglify": "^2.1.2"
} }
} }