mirror of
https://github.com/StartBootstrap/startbootstrap-resume.git
synced 2026-08-24 02:34:18 -05:00
Bootstrap 4 Update
This commit is contained in:
+86
-54
@@ -1,17 +1,15 @@
|
||||
/*!
|
||||
* Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
|
||||
* Copyright 2013-2017 Start Bootstrap
|
||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
|
||||
*/
|
||||
body {
|
||||
font-family: 'Open Sans', serif;
|
||||
padding-top: 54px;
|
||||
color: #868e96; }
|
||||
color: #868e96;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body {
|
||||
padding-top: 0;
|
||||
padding-left: 17rem; } }
|
||||
padding-left: 17rem;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
@@ -22,36 +20,49 @@ h6 {
|
||||
font-family: 'Saira Extra Condensed', serif;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: #343a40; }
|
||||
color: #343a40;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 6rem;
|
||||
line-height: 5.5rem; }
|
||||
line-height: 5.5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3.5rem; }
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
font-family: 'Saira Extra Condensed', serif;
|
||||
font-size: 1.35rem; }
|
||||
font-size: 1.35rem;
|
||||
}
|
||||
|
||||
.list-social-icons a {
|
||||
color: #495057; }
|
||||
.list-social-icons a:hover {
|
||||
color: #BD5D38; }
|
||||
.list-social-icons a .fa-lg {
|
||||
font-size: 1.75rem; }
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.list-social-icons a:hover {
|
||||
color: #BD5D38;
|
||||
}
|
||||
|
||||
.list-social-icons a .fa-lg {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.list-icons {
|
||||
font-size: 3rem; }
|
||||
.list-icons .list-inline-item i:hover {
|
||||
color: #BD5D38; }
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.list-icons .list-inline-item i:hover {
|
||||
color: #BD5D38;
|
||||
}
|
||||
|
||||
#sideNav .navbar-nav .nav-item .nav-link {
|
||||
font-weight: 600;
|
||||
text-transform: uppercase; }
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#sideNav {
|
||||
@@ -62,54 +73,75 @@ h2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 17rem;
|
||||
height: 100vh; }
|
||||
#sideNav .navbar-brand {
|
||||
display: flex;
|
||||
margin: auto auto 0;
|
||||
padding: 0.5rem; }
|
||||
#sideNav .navbar-brand .img-profile {
|
||||
max-width: 10rem;
|
||||
max-height: 10rem;
|
||||
border: 0.5rem solid rgba(255, 255, 255, 0.2); }
|
||||
#sideNav .navbar-collapse {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-grow: 0;
|
||||
width: 100%;
|
||||
margin-bottom: auto; }
|
||||
#sideNav .navbar-collapse .navbar-nav {
|
||||
flex-direction: column;
|
||||
width: 100%; }
|
||||
#sideNav .navbar-collapse .navbar-nav .nav-item {
|
||||
display: block; }
|
||||
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
|
||||
display: block; } }
|
||||
height: 100vh;
|
||||
}
|
||||
#sideNav .navbar-brand {
|
||||
display: flex;
|
||||
margin: auto auto 0;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
#sideNav .navbar-brand .img-profile {
|
||||
max-width: 10rem;
|
||||
max-height: 10rem;
|
||||
border: 0.5rem solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
#sideNav .navbar-collapse {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-grow: 0;
|
||||
width: 100%;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
#sideNav .navbar-collapse .navbar-nav {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
#sideNav .navbar-collapse .navbar-nav .nav-item {
|
||||
display: block;
|
||||
}
|
||||
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
section.resume-section {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
padding-top: 5rem !important;
|
||||
padding-bottom: 5rem !important; }
|
||||
section.resume-section .resume-item .resume-date {
|
||||
min-width: none; }
|
||||
padding-bottom: 5rem !important;
|
||||
}
|
||||
|
||||
section.resume-section .resume-item .resume-date {
|
||||
min-width: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
section.resume-section {
|
||||
min-height: 100vh; }
|
||||
section.resume-section .resume-item .resume-date {
|
||||
min-width: 18rem; } }
|
||||
min-height: 100vh;
|
||||
}
|
||||
section.resume-section .resume-item .resume-date {
|
||||
min-width: 18rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
section.resume-section {
|
||||
padding-top: 3rem !important;
|
||||
padding-bottom: 3rem !important; } }
|
||||
padding-bottom: 3rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #BD5D38 !important; }
|
||||
background-color: #BD5D38 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #BD5D38 !important; }
|
||||
color: #BD5D38 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #BD5D38; }
|
||||
a:hover, a:focus, a:active {
|
||||
color: #824027; }
|
||||
color: #BD5D38;
|
||||
}
|
||||
|
||||
a:hover, a:focus, a:active {
|
||||
color: #824027;
|
||||
}
|
||||
|
||||
Vendored
+1
-5
@@ -1,5 +1 @@
|
||||
/*!
|
||||
* Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
|
||||
* Copyright 2013-2017 Start Bootstrap
|
||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
|
||||
*/body{font-family:'Open Sans',serif;padding-top:54px;color:#868e96}@media (min-width:992px){body{padding-top:0;padding-left:17rem}}h1,h2,h3,h4,h5,h6{font-family:'Saira Extra Condensed',serif;font-weight:700;text-transform:uppercase;color:#343a40}h1{font-size:6rem;line-height:5.5rem}h2{font-size:3.5rem}.subheading{text-transform:uppercase;font-weight:500;font-family:'Saira Extra Condensed',serif;font-size:1.35rem}.list-social-icons a{color:#495057}.list-social-icons a:hover{color:#bd5d38}.list-social-icons a .fa-lg{font-size:1.75rem}.list-icons{font-size:3rem}.list-icons .list-inline-item i:hover{color:#bd5d38}#sideNav .navbar-nav .nav-item .nav-link{font-weight:600;text-transform:uppercase}@media (min-width:992px){#sideNav{text-align:center;position:fixed;top:0;left:0;display:flex;flex-direction:column;width:17rem;height:100vh}#sideNav .navbar-brand{display:flex;margin:auto auto 0;padding:.5rem}#sideNav .navbar-brand .img-profile{max-width:10rem;max-height:10rem;border:.5rem solid rgba(255,255,255,.2)}#sideNav .navbar-collapse{display:flex;align-items:flex-start;flex-grow:0;width:100%;margin-bottom:auto}#sideNav .navbar-collapse .navbar-nav{flex-direction:column;width:100%}#sideNav .navbar-collapse .navbar-nav .nav-item{display:block}#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link{display:block}}section.resume-section{border-bottom:1px solid #dee2e6;padding-top:5rem!important;padding-bottom:5rem!important}section.resume-section .resume-item .resume-date{min-width:none}@media (min-width:768px){section.resume-section{min-height:100vh}section.resume-section .resume-item .resume-date{min-width:18rem}}@media (min-width:992px){section.resume-section{padding-top:3rem!important;padding-bottom:3rem!important}}.bg-primary{background-color:#bd5d38!important}.text-primary{color:#bd5d38!important}a{color:#bd5d38}a:active,a:focus,a:hover{color:#824027}
|
||||
body{font-family:'Open Sans',serif;padding-top:54px;color:#868e96}@media (min-width:992px){body{padding-top:0;padding-left:17rem}}h1,h2,h3,h4,h5,h6{font-family:'Saira Extra Condensed',serif;font-weight:700;text-transform:uppercase;color:#343a40}h1{font-size:6rem;line-height:5.5rem}h2{font-size:3.5rem}.subheading{text-transform:uppercase;font-weight:500;font-family:'Saira Extra Condensed',serif;font-size:1.35rem}.list-social-icons a{color:#495057}.list-social-icons a:hover{color:#bd5d38}.list-social-icons a .fa-lg{font-size:1.75rem}.list-icons{font-size:3rem}.list-icons .list-inline-item i:hover{color:#bd5d38}#sideNav .navbar-nav .nav-item .nav-link{font-weight:600;text-transform:uppercase}@media (min-width:992px){#sideNav{text-align:center;position:fixed;top:0;left:0;display:flex;flex-direction:column;width:17rem;height:100vh}#sideNav .navbar-brand{display:flex;margin:auto auto 0;padding:.5rem}#sideNav .navbar-brand .img-profile{max-width:10rem;max-height:10rem;border:.5rem solid rgba(255,255,255,.2)}#sideNav .navbar-collapse{display:flex;align-items:flex-start;flex-grow:0;width:100%;margin-bottom:auto}#sideNav .navbar-collapse .navbar-nav{flex-direction:column;width:100%}#sideNav .navbar-collapse .navbar-nav .nav-item{display:block}#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link{display:block}}section.resume-section{border-bottom:1px solid #dee2e6;padding-top:5rem!important;padding-bottom:5rem!important}section.resume-section .resume-item .resume-date{min-width:none}@media (min-width:768px){section.resume-section{min-height:100vh}section.resume-section .resume-item .resume-date{min-width:18rem}}@media (min-width:992px){section.resume-section{padding-top:3rem!important;padding-bottom:3rem!important}}.bg-primary{background-color:#bd5d38!important}.text-primary{color:#bd5d38!important}a{color:#bd5d38}a:active,a:focus,a:hover{color:#824027}
|
||||
+99
-86
@@ -1,11 +1,11 @@
|
||||
var gulp = require('gulp');
|
||||
var sass = require('gulp-sass');
|
||||
var browserSync = require('browser-sync').create();
|
||||
var header = require('gulp-header');
|
||||
var cleanCSS = require('gulp-clean-css');
|
||||
var rename = require("gulp-rename");
|
||||
var uglify = require('gulp-uglify');
|
||||
var pkg = require('./package.json');
|
||||
var browserSync = require('browser-sync').create();
|
||||
|
||||
// Set the banner content
|
||||
var banner = ['/*!\n',
|
||||
@@ -16,110 +16,123 @@ var banner = ['/*!\n',
|
||||
''
|
||||
].join('');
|
||||
|
||||
// Compiles SCSS files from /scss into /css
|
||||
gulp.task('sass', function() {
|
||||
return gulp.src('scss/resume.scss')
|
||||
.pipe(sass())
|
||||
.pipe(header(banner, {
|
||||
pkg: pkg
|
||||
}))
|
||||
.pipe(gulp.dest('css'))
|
||||
.pipe(browserSync.reload({
|
||||
stream: true
|
||||
}))
|
||||
// Copy third party libraries from /node_modules into /vendor
|
||||
gulp.task('vendor', function() {
|
||||
|
||||
// Bootstrap
|
||||
gulp.src([
|
||||
'./node_modules/bootstrap/dist/**/*',
|
||||
'!./node_modules/bootstrap/dist/css/bootstrap-grid*',
|
||||
'!./node_modules/bootstrap/dist/css/bootstrap-reboot*'
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/bootstrap'))
|
||||
|
||||
// Devicons
|
||||
gulp.src([
|
||||
'./node_modules/devicons/**/*',
|
||||
'!./node_modules/devicons/*.json',
|
||||
'!./node_modules/devicons/*.md',
|
||||
'!./node_modules/devicons/!PNG',
|
||||
'!./node_modules/devicons/!PNG/**/*',
|
||||
'!./node_modules/devicons/!SVG',
|
||||
'!./node_modules/devicons/!SVG/**/*'
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/devicons'))
|
||||
|
||||
// Font Awesome
|
||||
gulp.src([
|
||||
'./node_modules/font-awesome/**/*',
|
||||
'!./node_modules/font-awesome/{less,less/*}',
|
||||
'!./node_modules/font-awesome/{scss,scss/*}',
|
||||
'!./node_modules/font-awesome/.*',
|
||||
'!./node_modules/font-awesome/*.{txt,json,md}'
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/font-awesome'))
|
||||
|
||||
// jQuery
|
||||
gulp.src([
|
||||
'./node_modules/jquery/dist/*',
|
||||
'!./node_modules/jquery/dist/core.js'
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/jquery'))
|
||||
|
||||
// jQuery Easing
|
||||
gulp.src([
|
||||
'./node_modules/jquery.easing/*.js'
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/jquery-easing'))
|
||||
|
||||
// Simple Line Icons
|
||||
gulp.src([
|
||||
'./node_modules/simple-line-icons/fonts/**',
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/simple-line-icons/fonts'))
|
||||
|
||||
gulp.src([
|
||||
'./node_modules/simple-line-icons/css/**',
|
||||
])
|
||||
.pipe(gulp.dest('./vendor/simple-line-icons/css'))
|
||||
|
||||
});
|
||||
|
||||
// Minify compiled CSS
|
||||
gulp.task('minify-css', ['sass'], function() {
|
||||
return gulp.src('css/resume.css')
|
||||
.pipe(cleanCSS({
|
||||
compatibility: 'ie8'
|
||||
}))
|
||||
// Compile SCSS
|
||||
gulp.task('css:compile', function() {
|
||||
return gulp.src('./scss/**/*.scss')
|
||||
.pipe(sass.sync({
|
||||
outputStyle: 'expanded'
|
||||
}).on('error', sass.logError))
|
||||
.pipe(gulp.dest('./css'))
|
||||
});
|
||||
|
||||
// Minify CSS
|
||||
gulp.task('css:minify', ['css:compile'], function() {
|
||||
return gulp.src([
|
||||
'./css/*.css',
|
||||
'!./css/*.min.css'
|
||||
])
|
||||
.pipe(cleanCSS())
|
||||
.pipe(rename({
|
||||
suffix: '.min'
|
||||
}))
|
||||
.pipe(gulp.dest('css'))
|
||||
.pipe(browserSync.reload({
|
||||
stream: true
|
||||
}))
|
||||
.pipe(gulp.dest('./css'))
|
||||
.pipe(browserSync.stream());
|
||||
});
|
||||
|
||||
// Minify custom JS
|
||||
gulp.task('minify-js', function() {
|
||||
return gulp.src('js/resume.js')
|
||||
// CSS
|
||||
gulp.task('css', ['css:compile', 'css:minify']);
|
||||
|
||||
// Minify JavaScript
|
||||
gulp.task('js:minify', function() {
|
||||
return gulp.src([
|
||||
'./js/*.js',
|
||||
'!./js/*.min.js'
|
||||
])
|
||||
.pipe(uglify())
|
||||
.pipe(header(banner, {
|
||||
pkg: pkg
|
||||
}))
|
||||
.pipe(rename({
|
||||
suffix: '.min'
|
||||
}))
|
||||
.pipe(gulp.dest('js'))
|
||||
.pipe(browserSync.reload({
|
||||
stream: true
|
||||
}))
|
||||
.pipe(gulp.dest('./js'))
|
||||
.pipe(browserSync.stream());
|
||||
});
|
||||
|
||||
// Copy vendor files from /node_modules into /vendor
|
||||
// NOTE: requires `npm install` before running!
|
||||
gulp.task('copy', function() {
|
||||
gulp.src([
|
||||
'node_modules/bootstrap/dist/**/*',
|
||||
'!**/npm.js',
|
||||
'!**/bootstrap-theme.*',
|
||||
'!**/*.map'
|
||||
])
|
||||
.pipe(gulp.dest('vendor/bootstrap'))
|
||||
|
||||
gulp.src(['node_modules/jquery/dist/jquery.js', 'node_modules/jquery/dist/jquery.min.js'])
|
||||
.pipe(gulp.dest('vendor/jquery'))
|
||||
|
||||
gulp.src(['node_modules/jquery.easing/*.js'])
|
||||
.pipe(gulp.dest('vendor/jquery-easing'))
|
||||
|
||||
gulp.src([
|
||||
'node_modules/font-awesome/**',
|
||||
'!node_modules/font-awesome/**/*.map',
|
||||
'!node_modules/font-awesome/.npmignore',
|
||||
'!node_modules/font-awesome/*.txt',
|
||||
'!node_modules/font-awesome/*.md',
|
||||
'!node_modules/font-awesome/*.json'
|
||||
])
|
||||
.pipe(gulp.dest('vendor/font-awesome'))
|
||||
|
||||
gulp.src([
|
||||
'node_modules/devicons/**/*',
|
||||
'!node_modules/devicons/*.json',
|
||||
'!node_modules/devicons/*.md',
|
||||
'!node_modules/devicons/!PNG',
|
||||
'!node_modules/devicons/!PNG/**/*',
|
||||
'!node_modules/devicons/!SVG',
|
||||
'!node_modules/devicons/!SVG/**/*'
|
||||
])
|
||||
.pipe(gulp.dest('vendor/devicons'))
|
||||
|
||||
gulp.src(['node_modules/simple-line-icons/**/*', '!node_modules/simple-line-icons/*.json', '!node_modules/simple-line-icons/*.md'])
|
||||
.pipe(gulp.dest('vendor/simple-line-icons'))
|
||||
})
|
||||
// JS
|
||||
gulp.task('js', ['js:minify']);
|
||||
|
||||
// Default task
|
||||
gulp.task('default', ['sass', 'minify-css', 'minify-js', 'copy']);
|
||||
gulp.task('default', ['css', 'js', 'vendor']);
|
||||
|
||||
// Configure the browserSync task
|
||||
gulp.task('browserSync', function() {
|
||||
browserSync.init({
|
||||
server: {
|
||||
baseDir: ''
|
||||
},
|
||||
})
|
||||
})
|
||||
baseDir: "./"
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// Dev task with browserSync
|
||||
gulp.task('dev', ['browserSync', 'sass', 'minify-css', 'minify-js'], function() {
|
||||
gulp.watch('scss/*.scss', ['sass']);
|
||||
gulp.watch('css/*.css', ['minify-css']);
|
||||
gulp.watch('js/*.js', ['minify-js']);
|
||||
// Reloads the browser whenever HTML or JS files change
|
||||
gulp.watch('*.html', browserSync.reload);
|
||||
gulp.watch('js/**/*.js', browserSync.reload);
|
||||
// Dev task
|
||||
gulp.task('dev', ['css', 'js', 'browserSync'], function() {
|
||||
gulp.watch('./scss/*.scss', ['css']);
|
||||
gulp.watch('./js/*.js', ['js']);
|
||||
gulp.watch('./*.html', browserSync.reload);
|
||||
});
|
||||
|
||||
Vendored
-5
@@ -1,6 +1 @@
|
||||
/*!
|
||||
* Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
|
||||
* Copyright 2013-2017 Start Bootstrap
|
||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
|
||||
*/
|
||||
!function(e){"use strict";e('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=e(this.hash);if((t=t.length?t:e("[name="+this.hash.slice(1)+"]")).length)return e("html, body").animate({scrollTop:t.offset().top},1e3,"easeInOutExpo"),!1}}),e(".js-scroll-trigger").click(function(){e(".navbar-collapse").collapse("hide")}),e("body").scrollspy({target:"#sideNav"})}(jQuery);
|
||||
Generated
+7666
File diff suppressed because it is too large
Load Diff
+41
-42
@@ -1,44 +1,43 @@
|
||||
{
|
||||
"title": "Resume",
|
||||
"name": "startbootstrap-resume",
|
||||
"version": "4.0.0-beta.2",
|
||||
"description": "Resume is a simple, yet elegant resume and CV theme for Bootstrap 4.",
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
"html",
|
||||
"responsive",
|
||||
"theme",
|
||||
"template"
|
||||
],
|
||||
"homepage": "https://startbootstrap.com/template-overviews/resume",
|
||||
"bugs": {
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-resume/issues",
|
||||
"email": "feedback@startbootstrap.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Start Bootstrap",
|
||||
"contributors": [
|
||||
"David Miller (http://davidmiller.io/)"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-resume.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.0.0-beta.2",
|
||||
"devicons": "^1.8.0",
|
||||
"jquery": "^3.2.1",
|
||||
"popper.js": "^1.12.6",
|
||||
"simple-line-icons": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.18.13",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clean-css": "3.9.0",
|
||||
"gulp-header": "1.8.9",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-uglify": "3.0.0"
|
||||
}
|
||||
"title": "Resume",
|
||||
"name": "startbootstrap-resume",
|
||||
"version": "4.0.0",
|
||||
"description": "Resume is a simple, yet elegant resume and CV theme for Bootstrap 4.",
|
||||
"keywords": [
|
||||
"css",
|
||||
"sass",
|
||||
"html",
|
||||
"responsive",
|
||||
"theme",
|
||||
"template"
|
||||
],
|
||||
"homepage": "https://startbootstrap.com/template-overviews/resume",
|
||||
"bugs": {
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-resume/issues",
|
||||
"email": "feedback@startbootstrap.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Start Bootstrap",
|
||||
"contributors": [
|
||||
"David Miller (http://davidmiller.io/)"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap-resume.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "4.0.0",
|
||||
"devicons": "^1.8.0",
|
||||
"jquery": "3.3.0",
|
||||
"simple-line-icons": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.23.5",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clean-css": "3.9.2",
|
||||
"gulp-header": "2.0.1",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-uglify": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1816
-1215
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+724
-683
File diff suppressed because it is too large
Load Diff
+1
File diff suppressed because one or more lines are too long
+3
-3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+650
-606
File diff suppressed because it is too large
Load Diff
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
Vendored
+455
-344
File diff suppressed because it is too large
Load Diff
Vendored
+2
-4
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+8269
File diff suppressed because it is too large
Load Diff
Vendored
+2
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user