Browse Source

BS4 Beta Update

master
David Miller 8 years ago
parent
commit
3b833405e4
  1. 94
      css/agency.css
  2. 2
      css/agency.min.css
  3. 31
      gulpfile.js
  4. 134
      index.html
  5. 2
      js/agency.min.js
  6. 139
      js/jqBootstrapValidation.js
  7. 12
      package.json
  8. 10
      scss/_footer.scss
  9. 7
      scss/_global.scss
  10. 5
      scss/_masthead.scss
  11. 19
      scss/_mixins.scss
  12. 34
      scss/_navbar.scss
  13. 9
      scss/_portfolio.scss
  14. 11
      scss/_timeline.scss
  15. 10
      scss/_variables.scss
  16. 1576
      vendor/bootstrap/css/bootstrap-grid.css
  17. 3
      vendor/bootstrap/css/bootstrap-grid.min.css
  18. 391
      vendor/bootstrap/css/bootstrap-reboot.css
  19. 3
      vendor/bootstrap/css/bootstrap-reboot.min.css
  20. 4699
      vendor/bootstrap/css/bootstrap.css
  21. 5
      vendor/bootstrap/css/bootstrap.min.css
  22. 908
      vendor/bootstrap/js/bootstrap.js
  23. 5
      vendor/bootstrap/js/bootstrap.min.js
  24. 2438
      vendor/popper/popper.js
  25. 5
      vendor/popper/popper.min.js
  26. 1811
      vendor/tether/tether.js
  27. 1
      vendor/tether/tether.min.js

94
css/agency.css

@ -12,7 +12,7 @@ p {
a { a {
color: #fed136; } color: #fed136; }
a:hover, a:focus, a:active, a.active { a.active, a:active, a:focus, a:hover {
color: #fec503; } color: #fec503; }
h1, h1,
@ -72,41 +72,41 @@ body {
background-color: #fed136; background-color: #fed136;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } text-transform: uppercase; }
#mainNav .container { #mainNav .navbar-brand {
padding: 0; }
#mainNav .container .navbar-brand {
color: #fed136; color: #fed136;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; } font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active { #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fec503; } color: #fec503; }
#mainNav .container .navbar-nav .nav-item .nav-link { #mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%; font-size: 90%;
font-weight: 400; font-weight: 400;
padding: .75em 0; padding: 0.75em 0;
letter-spacing: 1px; letter-spacing: 1px;
color: white; color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } text-transform: uppercase; }
#mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item .nav-link.active { #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #fed136; } color: #fed136; }
@media (min-width: 992px) { @media (min-width: 992px) {
#mainNav { #mainNav {
padding: 25px 0; padding-top: 25px;
-webkit-transition: padding .3s; padding-bottom: 25px;
-moz-transition: padding .3s; -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding .3s; -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none; border: none;
background-color: transparent; } background-color: transparent; }
#mainNav .navbar-brand { #mainNav .navbar-brand {
font-size: 1.75em; font-size: 1.75em;
-webkit-transition: all .3s; -webkit-transition: all 0.3s;
-moz-transition: all .3s; -moz-transition: all 0.3s;
transition: all .3s; } transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link { #mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; } padding: 1.1em 1em !important; }
#mainNav.navbar-shrink { #mainNav.navbar-shrink {
padding: 0; padding-top: 0;
padding-bottom: 0;
background-color: #222222; } background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand { #mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em; font-size: 1.25em;
@ -124,8 +124,8 @@ header.masthead {
-o-background-size: cover; -o-background-size: cover;
background-size: cover; } background-size: cover; }
header.masthead .intro-text { header.masthead .intro-text {
padding-top: 100px; padding-top: 150px;
padding-bottom: 50px; } padding-bottom: 100px; }
header.masthead .intro-text .intro-lead-in { header.masthead .intro-text .intro-lead-in {
font-size: 22px; font-size: 22px;
font-style: italic; font-style: italic;
@ -175,9 +175,9 @@ header.masthead {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
-webkit-transition: all ease .5s; -webkit-transition: all ease 0.5s;
-moz-transition: all ease .5s; -moz-transition: all ease 0.5s;
transition: all ease .5s; transition: all ease 0.5s;
opacity: 0; opacity: 0;
background: rgba(254, 209, 54, 0.9); } background: rgba(254, 209, 54, 0.9); }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
@ -259,7 +259,7 @@ header.masthead {
cursor: pointer; cursor: pointer;
background-color: transparent; } background-color: transparent; }
.portfolio-modal .close-modal:hover { .portfolio-modal .close-modal:hover {
opacity: .3; } opacity: 0.3; }
.portfolio-modal .close-modal .lr { .portfolio-modal .close-modal .lr {
/* Safari and Chrome */ /* Safari and Chrome */
z-index: 1051; z-index: 1051;
@ -303,7 +303,7 @@ header.masthead {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
margin-bottom: 50px; } margin-bottom: 50px; }
.timeline > li:before, .timeline > li:after { .timeline > li:after, .timeline > li:before {
display: table; display: table;
content: ' '; } content: ' '; }
.timeline > li:after { .timeline > li:after {
@ -361,8 +361,8 @@ header.masthead {
color: inherit; } color: inherit; }
.timeline .timeline-heading h4.subheading { .timeline .timeline-heading h4.subheading {
text-transform: none; } text-transform: none; }
.timeline .timeline-body > p, .timeline .timeline-body > ul,
.timeline .timeline-body > ul { .timeline .timeline-body > p {
margin-bottom: 0; } margin-bottom: 0; }
@media (min-width: 768px) { @media (min-width: 768px) {
@ -503,14 +503,14 @@ ul.social-buttons {
display: block; display: block;
width: 40px; width: 40px;
height: 40px; height: 40px;
-webkit-transition: all .3s; -webkit-transition: all 0.3s;
-moz-transition: all .3s; -moz-transition: all 0.3s;
transition: all .3s; transition: all 0.3s;
color: white; color: white;
border-radius: 100%; border-radius: 100%;
outline: none; outline: none;
background-color: #222222; } background-color: #222222; }
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
background-color: #fed136; } background-color: #fed136; }
.text-primary { .text-primary {
@ -523,7 +523,7 @@ ul.social-buttons {
background-color: #fed136; background-color: #fed136;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } text-transform: uppercase; }
.btn-primary:focus, .btn-primary.focus { .btn-primary.focus, .btn-primary:focus {
color: white; color: white;
border-color: #b48b01; border-color: #b48b01;
background-color: #fec503; } background-color: #fec503; }
@ -531,25 +531,25 @@ ul.social-buttons {
color: white; color: white;
border-color: #f6bf01; border-color: #f6bf01;
background-color: #fec503; } background-color: #fec503; }
.btn-primary:active, .btn-primary.active, .btn-primary.active, .btn-primary:active,
.open > .btn-primary.dropdown-toggle { .open > .btn-primary.dropdown-toggle {
color: white; color: white;
border-color: #f6bf01; border-color: #f6bf01;
background-color: #fec503; } background-color: #fec503; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus { .open > .btn-primary.dropdown-toggle:hover {
color: white; color: white;
border-color: #b48b01; border-color: #b48b01;
background-color: #dcab01; } background-color: #dcab01; }
.btn-primary:active, .btn-primary.active, .btn-primary.active, .btn-primary:active,
.open > .btn-primary.dropdown-toggle { .open > .btn-primary.dropdown-toggle {
background-image: none; } background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus { fieldset[disabled] .btn-primary:hover {
border-color: #fed136; border-color: #fed136;
background-color: #fed136; } background-color: #fed136; }
.btn-primary .badge { .btn-primary .badge {
@ -566,7 +566,7 @@ ul.social-buttons {
background-color: #fed136; background-color: #fed136;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } text-transform: uppercase; }
.btn-xl:focus, .btn-xl.focus { .btn-xl.focus, .btn-xl:focus {
color: white; color: white;
border-color: #b48b01; border-color: #b48b01;
background-color: #fec503; } background-color: #fec503; }
@ -574,25 +574,25 @@ ul.social-buttons {
color: white; color: white;
border-color: #f6bf01; border-color: #f6bf01;
background-color: #fec503; } background-color: #fec503; }
.btn-xl:active, .btn-xl.active, .btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle { .open > .btn-xl.dropdown-toggle {
color: white; color: white;
border-color: #f6bf01; border-color: #f6bf01;
background-color: #fec503; } background-color: #fec503; }
.btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus, .btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
.open > .btn-xl.dropdown-toggle:hover, .open > .btn-xl.dropdown-toggle.focus,
.open > .btn-xl.dropdown-toggle:focus, .open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus { .open > .btn-xl.dropdown-toggle:hover {
color: white; color: white;
border-color: #b48b01; border-color: #b48b01;
background-color: #dcab01; } background-color: #dcab01; }
.btn-xl:active, .btn-xl.active, .btn-xl.active, .btn-xl:active,
.open > .btn-xl.dropdown-toggle { .open > .btn-xl.dropdown-toggle {
background-image: none; } background-image: none; }
.btn-xl.disabled:hover, .btn-xl.disabled:focus, .btn-xl.disabled.focus, .btn-xl[disabled]:hover, .btn-xl[disabled]:focus, .btn-xl[disabled].focus, .btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover, fieldset[disabled] .btn-xl.focus,
fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus { fieldset[disabled] .btn-xl:hover {
border-color: #fed136; border-color: #fed136;
background-color: #fed136; } background-color: #fed136; }
.btn-xl .badge { .btn-xl .badge {

2
css/agency.min.css vendored

File diff suppressed because one or more lines are too long

31
gulpfile.js

@ -20,7 +20,9 @@ var banner = ['/*!\n',
gulp.task('sass', function() { gulp.task('sass', function() {
return gulp.src('scss/agency.scss') return gulp.src('scss/agency.scss')
.pipe(sass()) .pipe(sass())
.pipe(header(banner, { pkg: pkg })) .pipe(header(banner, {
pkg: pkg
}))
.pipe(gulp.dest('css')) .pipe(gulp.dest('css'))
.pipe(browserSync.reload({ .pipe(browserSync.reload({
stream: true stream: true
@ -30,8 +32,12 @@ gulp.task('sass', function() {
// Minify compiled CSS // Minify compiled CSS
gulp.task('minify-css', ['sass'], function() { gulp.task('minify-css', ['sass'], function() {
return gulp.src('css/agency.css') return gulp.src('css/agency.css')
.pipe(cleanCSS({ compatibility: 'ie8' })) .pipe(cleanCSS({
.pipe(rename({ suffix: '.min' })) compatibility: 'ie8'
}))
.pipe(rename({
suffix: '.min'
}))
.pipe(gulp.dest('css')) .pipe(gulp.dest('css'))
.pipe(browserSync.reload({ .pipe(browserSync.reload({
stream: true stream: true
@ -42,8 +48,12 @@ gulp.task('minify-css', ['sass'], function() {
gulp.task('minify-js', function() { gulp.task('minify-js', function() {
return gulp.src('js/agency.js') return gulp.src('js/agency.js')
.pipe(uglify()) .pipe(uglify())
.pipe(header(banner, { pkg: pkg })) .pipe(header(banner, {
.pipe(rename({ suffix: '.min' })) pkg: pkg
}))
.pipe(rename({
suffix: '.min'
}))
.pipe(gulp.dest('js')) .pipe(gulp.dest('js'))
.pipe(browserSync.reload({ .pipe(browserSync.reload({
stream: true stream: true
@ -53,14 +63,19 @@ gulp.task('minify-js', function() {
// Copy vendor files from /node_modules into /vendor // Copy vendor files from /node_modules into /vendor
// NOTE: requires `npm install` before running! // NOTE: requires `npm install` before running!
gulp.task('copy', function() { gulp.task('copy', function() {
gulp.src(['node_modules/bootstrap/dist/**/*', '!**/npm.js', '!**/bootstrap-theme.*', '!**/*.map']) gulp.src([
'node_modules/bootstrap/dist/**/*',
'!**/npm.js',
'!**/bootstrap-theme.*',
'!**/*.map'
])
.pipe(gulp.dest('vendor/bootstrap')) .pipe(gulp.dest('vendor/bootstrap'))
gulp.src(['node_modules/jquery/dist/jquery.js', 'node_modules/jquery/dist/jquery.min.js']) gulp.src(['node_modules/jquery/dist/jquery.js', 'node_modules/jquery/dist/jquery.min.js'])
.pipe(gulp.dest('vendor/jquery')) .pipe(gulp.dest('vendor/jquery'))
gulp.src(['node_modules/tether/dist/js/*.js']) gulp.src(['node_modules/popper.js/dist/umd/popper.js', 'node_modules/popper.js/dist/umd/popper.min.js'])
.pipe(gulp.dest('vendor/tether')) .pipe(gulp.dest('vendor/popper'))
gulp.src(['node_modules/jquery.easing/*.js']) gulp.src(['node_modules/jquery.easing/*.js'])
.pipe(gulp.dest('vendor/jquery-easing')) .pipe(gulp.dest('vendor/jquery-easing'))

134
index.html

@ -23,30 +23,17 @@
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet"> <link href="css/agency.min.css" rel="stylesheet">
<!-- Temporary navbar container fix -->
<style>
.navbar-toggler {
z-index: 1;
}
@media (max-width: 576px) {
nav > .container {
width: 100%;
}
}
</style>
</head> </head>
<body id="page-top"> <body id="page-top">
<!-- Navigation --> <!-- Navigation -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-inverse" id="mainNav"> <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container"> <a class="navbar-brand" href="#page-top">Start Bootstrap</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu <i class="fa fa-bars"></i> Menu
<i class="fa fa-bars"></i>
</button> </button>
<a class="navbar-brand" href="#page-top">Start Bootstrap</a>
<div class="collapse navbar-collapse" id="navbarResponsive"> <div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item"> <li class="nav-item">
@ -66,7 +53,6 @@
</li> </li>
</ul> </ul>
</div> </div>
</div>
</nav> </nav>
<!-- Header --> <!-- Header -->
@ -119,7 +105,7 @@
</section> </section>
<!-- Portfolio Grid --> <!-- Portfolio Grid -->
<section class="bg-faded" id="portfolio"> <section class="bg-light" id="portfolio">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
@ -298,7 +284,7 @@
</section> </section>
<!-- Team --> <!-- Team -->
<section class="bg-faded" id="team"> <section class="bg-light" id="team">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
@ -314,13 +300,19 @@
<p class="text-muted">Lead Designer</p> <p class="text-muted">Lead Designer</p>
<ul class="list-inline social-buttons"> <ul class="list-inline social-buttons">
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-twitter"></i></a> <a href="#">
<i class="fa fa-twitter"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-facebook"></i></a> <a href="#">
<i class="fa fa-facebook"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-linkedin"></i></a> <a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -332,13 +324,19 @@
<p class="text-muted">Lead Marketer</p> <p class="text-muted">Lead Marketer</p>
<ul class="list-inline social-buttons"> <ul class="list-inline social-buttons">
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-twitter"></i></a> <a href="#">
<i class="fa fa-twitter"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-facebook"></i></a> <a href="#">
<i class="fa fa-facebook"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-linkedin"></i></a> <a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -350,20 +348,26 @@
<p class="text-muted">Lead Developer</p> <p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons"> <ul class="list-inline social-buttons">
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-twitter"></i></a> <a href="#">
<i class="fa fa-twitter"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-facebook"></i></a> <a href="#">
<i class="fa fa-facebook"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-linkedin"></i></a> <a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2 text-center"> <div class="col-lg-8 mx-auto text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p> <p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div> </div>
</div> </div>
@ -371,7 +375,7 @@
</section> </section>
<!-- Clients --> <!-- Clients -->
<section> <section class="py-5">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-3 col-sm-6"> <div class="col-md-3 col-sm-6">
@ -453,13 +457,19 @@
<div class="col-md-4"> <div class="col-md-4">
<ul class="list-inline social-buttons"> <ul class="list-inline social-buttons">
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-twitter"></i></a> <a href="#">
<i class="fa fa-twitter"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-facebook"></i></a> <a href="#">
<i class="fa fa-facebook"></i>
</a>
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">
<a href="#"><i class="fa fa-linkedin"></i></a> <a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -485,13 +495,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -503,7 +512,9 @@
<li>Client: Threads</li> <li>Client: Threads</li>
<li>Category: Illustration</li> <li>Category: Illustration</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -518,13 +529,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -536,7 +546,9 @@
<li>Client: Explore</li> <li>Client: Explore</li>
<li>Category: Graphic Design</li> <li>Category: Graphic Design</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -551,13 +563,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -569,7 +580,9 @@
<li>Client: Finish</li> <li>Client: Finish</li>
<li>Category: Identity</li> <li>Category: Identity</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -584,13 +597,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -602,7 +614,9 @@
<li>Client: Lines</li> <li>Client: Lines</li>
<li>Category: Branding</li> <li>Category: Branding</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -617,13 +631,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -635,7 +648,9 @@
<li>Client: Southwest</li> <li>Client: Southwest</li>
<li>Category: Website Design</li> <li>Category: Website Design</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -650,13 +665,12 @@
<div class="modal-content"> <div class="modal-content">
<div class="close-modal" data-dismiss="modal"> <div class="close-modal" data-dismiss="modal">
<div class="lr"> <div class="lr">
<div class="rl"> <div class="rl"></div>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 offset-lg-2"> <div class="col-lg-8 mx-auto">
<div class="modal-body"> <div class="modal-body">
<!-- Project Details Go Here --> <!-- Project Details Go Here -->
<h2>Project Name</h2> <h2>Project Name</h2>
@ -668,7 +682,9 @@
<li>Client: Window</li> <li>Client: Window</li>
<li>Category: Photography</li> <li>Category: Photography</li>
</ul> </ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fa fa-times"></i> Close Project</button> <button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fa fa-times"></i>
Close Project</button>
</div> </div>
</div> </div>
</div> </div>
@ -679,7 +695,7 @@
<!-- Bootstrap core JavaScript --> <!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/tether/tether.min.js"></script> <script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript --> <!-- Plugin JavaScript -->

2
js/agency.min.js vendored

@ -3,4 +3,4 @@
* Copyright 2013-2017 Start Bootstrap * Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) * 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)+"]")).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);

139
js/jqBootstrapValidation.js

@ -289,11 +289,10 @@
var foundValidator = false; var foundValidator = false;
message = message =
( (
message message ?
? message message :
: "'" + el + "' validation failed <!-- Add attribute 'data-validation-" + el.toLowerCase() + "-message' to input to change this message -->" "'" + el + "' validation failed <!-- Add attribute 'data-validation-" + el.toLowerCase() + "-message' to input to change this message -->"
) );
;
$.each( $.each(
settings.validatorTypes, settings.validatorTypes,
@ -304,8 +303,7 @@
if (!foundValidator && $this.data("validation" + el + formatValidatorName(validatorTemplate.name)) !== undefined) { if (!foundValidator && $this.data("validation" + el + formatValidatorName(validatorTemplate.name)) !== undefined) {
validators[validatorType].push( validators[validatorType].push(
$.extend( $.extend(
true, true, {
{
name: formatValidatorName(validatorTemplate.name), name: formatValidatorName(validatorTemplate.name),
message: message message: message
}, },
@ -361,36 +359,36 @@
$helpBlock.data( $helpBlock.data(
"original-contents", "original-contents",
( (
$helpBlock.data("original-contents") $helpBlock.data("original-contents") ?
? $helpBlock.data("original-contents") $helpBlock.data("original-contents") :
: $helpBlock.html() $helpBlock.html()
) )
); );
$helpBlock.data( $helpBlock.data(
"original-role", "original-role",
( (
$helpBlock.data("original-role") $helpBlock.data("original-role") ?
? $helpBlock.data("original-role") $helpBlock.data("original-role") :
: $helpBlock.attr("role") $helpBlock.attr("role")
) )
); );
$controlGroup.data( $controlGroup.data(
"original-classes", "original-classes",
( (
$controlGroup.data("original-clases") $controlGroup.data("original-clases") ?
? $controlGroup.data("original-classes") $controlGroup.data("original-classes") :
: $controlGroup.attr("class") $controlGroup.attr("class")
) )
); );
$this.data( $this.data(
"original-aria-invalid", "original-aria-invalid",
( (
$this.data("original-aria-invalid") $this.data("original-aria-invalid") ?
? $this.data("original-aria-invalid") $this.data("original-aria-invalid") :
: $this.attr("aria-invalid") $this.attr("aria-invalid")
) )
); );
@ -434,7 +432,9 @@
$this.bind( $this.bind(
"submit.validation", "submit.validation",
function() { function() {
return $this.triggerHandler("change.validation", {submitting: true}); return $this.triggerHandler("change.validation", {
submitting: true
});
} }
); );
$this.bind( $this.bind(
@ -538,7 +538,9 @@
this.each(function(i, el) { this.each(function(i, el) {
var $el = $(el); var $el = $(el);
var name = $el.attr("name"); var name = $el.attr("name");
var errors = $el.triggerHandler("validation.validation", {includeEmpty: true}); var errors = $el.triggerHandler("validation.validation", {
includeEmpty: true
});
errorMessages[name] = $.extend(true, errors, errorMessages[name]); errorMessages[name] = $.extend(true, errors, errorMessages[name]);
}); });
@ -557,7 +559,9 @@
this.each(function(i, el) { this.each(function(i, el) {
errorMessages = errorMessages.concat( errorMessages = errorMessages.concat(
$(el).triggerHandler("getValidators.validation") ? $(el).triggerHandler("validation.validation", {submitting: true}) : [] $(el).triggerHandler("getValidators.validation") ? $(el).triggerHandler("validation.validation", {
submitting: true
}) : []
); );
}); });
@ -584,8 +588,7 @@
return !validator.lastValid; return !validator.lastValid;
} }
if (validator.lastFinished === true) if (validator.lastFinished === true) {
{
validator.lastValue = value; validator.lastValue = value;
validator.lastValid = true; validator.lastValid = true;
validator.lastFinished = false; validator.lastFinished = false;
@ -634,8 +637,7 @@
return validator.lastValid === false; return validator.lastValid === false;
} }
if (validator.lastFinished === true) if (validator.lastFinished === true) {
{
validator.lastValue = value; validator.lastValue = value;
validator.lastValid = true; validator.lastValid = true;
validator.lastFinished = false; validator.lastFinished = false;
@ -677,11 +679,13 @@
regex: { regex: {
name: "regex", name: "regex",
init: function($this, name) { init: function($this, name) {
return {regex: regexFromString($this.data("validation" + name + "Regex"))}; return {
regex: regexFromString($this.data("validation" + name + "Regex"))
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (!validator.regex.test(value) && ! validator.negative) return (!validator.regex.test(value) && !validator.negative) ||
|| (validator.regex.test(value) && validator.negative); (validator.regex.test(value) && validator.negative);
} }
}, },
required: { required: {
@ -690,8 +694,8 @@
return {}; return {};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return !!(value.length === 0 && ! validator.negative) return !!(value.length === 0 && !validator.negative) ||
|| !!(value.length > 0 && validator.negative); !!(value.length > 0 && validator.negative);
}, },
blockSubmit: true blockSubmit: true
}, },
@ -700,54 +704,66 @@
init: function($this, name) { init: function($this, name) {
var element = $this.parents("form").first().find("[name=\"" + $this.data("validation" + name + "Match") + "\"]").first(); var element = $this.parents("form").first().find("[name=\"" + $this.data("validation" + name + "Match") + "\"]").first();
element.bind("validation.validation", function() { element.bind("validation.validation", function() {
$this.trigger("change.validation", {submitting: true}); $this.trigger("change.validation", {
submitting: true
}); });
return {"element": element}; });
return {
"element": element
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (value !== validator.element.val() && ! validator.negative) return (value !== validator.element.val() && !validator.negative) ||
|| (value === validator.element.val() && validator.negative); (value === validator.element.val() && validator.negative);
}, },
blockSubmit: true blockSubmit: true
}, },
max: { max: {
name: "max", name: "max",
init: function($this, name) { init: function($this, name) {
return {max: $this.data("validation" + name + "Max")}; return {
max: $this.data("validation" + name + "Max")
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (parseFloat(value, 10) > parseFloat(validator.max, 10) && ! validator.negative) return (parseFloat(value, 10) > parseFloat(validator.max, 10) && !validator.negative) ||
|| (parseFloat(value, 10) <= parseFloat(validator.max, 10) && validator.negative); (parseFloat(value, 10) <= parseFloat(validator.max, 10) && validator.negative);
} }
}, },
min: { min: {
name: "min", name: "min",
init: function($this, name) { init: function($this, name) {
return {min: $this.data("validation" + name + "Min")}; return {
min: $this.data("validation" + name + "Min")
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (parseFloat(value) < parseFloat(validator.min) && ! validator.negative) return (parseFloat(value) < parseFloat(validator.min) && !validator.negative) ||
|| (parseFloat(value) >= parseFloat(validator.min) && validator.negative); (parseFloat(value) >= parseFloat(validator.min) && validator.negative);
} }
}, },
maxlength: { maxlength: {
name: "maxlength", name: "maxlength",
init: function($this, name) { init: function($this, name) {
return {maxlength: $this.data("validation" + name + "Maxlength")}; return {
maxlength: $this.data("validation" + name + "Maxlength")
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return ((value.length > validator.maxlength) && ! validator.negative) return ((value.length > validator.maxlength) && !validator.negative) ||
|| ((value.length <= validator.maxlength) && validator.negative); ((value.length <= validator.maxlength) && validator.negative);
} }
}, },
minlength: { minlength: {
name: "minlength", name: "minlength",
init: function($this, name) { init: function($this, name) {
return {minlength: $this.data("validation" + name + "Minlength")}; return {
minlength: $this.data("validation" + name + "Minlength")
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return ((value.length < validator.minlength) && ! validator.negative) return ((value.length < validator.minlength) && !validator.negative) ||
|| ((value.length >= validator.minlength) && validator.negative); ((value.length >= validator.minlength) && validator.negative);
} }
}, },
maxchecked: { maxchecked: {
@ -755,13 +771,18 @@
init: function($this, name) { init: function($this, name) {
var elements = $this.parents("form").first().find("[name=\"" + $this.attr("name") + "\"]"); var elements = $this.parents("form").first().find("[name=\"" + $this.attr("name") + "\"]");
elements.bind("click.validation", function() { elements.bind("click.validation", function() {
$this.trigger("change.validation", {includeEmpty: true}); $this.trigger("change.validation", {
includeEmpty: true
});
}); });
return {maxchecked: $this.data("validation" + name + "Maxchecked"), elements: elements}; return {
maxchecked: $this.data("validation" + name + "Maxchecked"),
elements: elements
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (validator.elements.filter(":checked").length > validator.maxchecked && ! validator.negative) return (validator.elements.filter(":checked").length > validator.maxchecked && !validator.negative) ||
|| (validator.elements.filter(":checked").length <= validator.maxchecked && validator.negative); (validator.elements.filter(":checked").length <= validator.maxchecked && validator.negative);
}, },
blockSubmit: true blockSubmit: true
}, },
@ -770,13 +791,18 @@
init: function($this, name) { init: function($this, name) {
var elements = $this.parents("form").first().find("[name=\"" + $this.attr("name") + "\"]"); var elements = $this.parents("form").first().find("[name=\"" + $this.attr("name") + "\"]");
elements.bind("click.validation", function() { elements.bind("click.validation", function() {
$this.trigger("change.validation", {includeEmpty: true}); $this.trigger("change.validation", {
includeEmpty: true
}); });
return {minchecked: $this.data("validation" + name + "Minchecked"), elements: elements}; });
return {
minchecked: $this.data("validation" + name + "Minchecked"),
elements: elements
};
}, },
validate: function($this, value, validator) { validate: function($this, value, validator) {
return (validator.elements.filter(":checked").length < validator.minchecked && ! validator.negative) return (validator.elements.filter(":checked").length < validator.minchecked && !validator.negative) ||
|| (validator.elements.filter(":checked").length >= validator.minchecked && validator.negative); (validator.elements.filter(":checked").length >= validator.minchecked && validator.negative);
}, },
blockSubmit: true blockSubmit: true
} }
@ -855,8 +881,7 @@
function(m, p1, p2) { function(m, p1, p2) {
return p1 + p2.toUpperCase(); return p1 + p2.toUpperCase();
} }
) );
;
}; };
var getValue = function($this) { var getValue = function($this) {

12
package.json

@ -26,19 +26,19 @@
"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-beta",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "^3.2.1", "jquery": "^3.2.1",
"jquery.easing": "^1.4.1", "jquery.easing": "^1.4.1",
"tether": "^1.4.0" "popper.js": "^1.11.1"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^2.18.8", "browser-sync": "2.18.13",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-clean-css": "3.2.0", "gulp-clean-css": "3.7.0",
"gulp-header": "1.8.8", "gulp-header": "1.8.9",
"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": "3.0.0"
} }
} }

10
scss/_footer.scss

@ -26,16 +26,16 @@ ul.social-buttons {
display: block; display: block;
width: 40px; width: 40px;
height: 40px; height: 40px;
-webkit-transition: all .3s; -webkit-transition: all 0.3s;
-moz-transition: all .3s; -moz-transition: all 0.3s;
transition: all .3s; transition: all 0.3s;
color: white; color: white;
border-radius: 100%; border-radius: 100%;
outline: none; outline: none;
background-color: $gray-darker; background-color: $gray-darker;
&:hover, &:active,
&:focus, &:focus,
&:active { &:hover {
background-color: $theme-primary; background-color: $theme-primary;
} }
} }

7
scss/_global.scss

@ -10,10 +10,10 @@ p {
a { a {
color: $theme-primary; color: $theme-primary;
&:hover, &.active,
&:focus,
&:active, &:active,
&.active { &:focus,
&:hover {
color: darken($theme-primary, 10%); color: darken($theme-primary, 10%);
} }
} }
@ -44,7 +44,6 @@ section {
@include serif-font; @include serif-font;
} }
} }
@media(min-width:768px) { @media(min-width:768px) {
section { section {
padding: 150px 0; padding: 150px 0;

5
scss/_masthead.scss

@ -8,8 +8,8 @@ header.masthead {
background-position: center center; background-position: center center;
@include background-cover; @include background-cover;
.intro-text { .intro-text {
padding-top: 100px; padding-top: 150px;
padding-bottom: 50px; padding-bottom: 100px;
.intro-lead-in { .intro-lead-in {
font-size: 22px; font-size: 22px;
font-style: italic; font-style: italic;
@ -26,7 +26,6 @@ header.masthead {
} }
} }
} }
@media(min-width:768px) { @media(min-width:768px) {
header.masthead { header.masthead {
.intro-text { .intro-text {

19
scss/_mixins.scss

@ -4,8 +4,8 @@
color: $color; color: $color;
border-color: $border; border-color: $border;
background-color: $background; background-color: $background;
&:focus, &.focus,
&.focus { &:focus {
color: $color; color: $color;
border-color: darken($border, 25%); border-color: darken($border, 25%);
background-color: darken($background, 10%); background-color: darken($background, 10%);
@ -15,31 +15,31 @@
border-color: darken($border, 12%); border-color: darken($border, 12%);
background-color: darken($background, 10%); background-color: darken($background, 10%);
} }
&:active,
&.active, &.active,
&:active,
.open > &.dropdown-toggle { .open > &.dropdown-toggle {
color: $color; color: $color;
border-color: darken($border, 12%); border-color: darken($border, 12%);
background-color: darken($background, 10%); background-color: darken($background, 10%);
&:hover, &.focus,
&:focus, &:focus,
&.focus { &:hover {
color: $color; color: $color;
border-color: darken($border, 25%); border-color: darken($border, 25%);
background-color: darken($background, 17%); background-color: darken($background, 17%);
} }
} }
&:active,
&.active, &.active,
&:active,
.open > &.dropdown-toggle { .open > &.dropdown-toggle {
background-image: none; background-image: none;
} }
&.disabled, &.disabled,
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
&:hover, &.focus,
&:focus, &:focus,
&.focus { &:hover {
border-color: $border; border-color: $border;
background-color: $background; background-color: $background;
} }
@ -62,15 +62,12 @@
@mixin serif-font { @mixin serif-font {
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
@mixin script-font { @mixin script-font {
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
} }
@mixin body-font { @mixin body-font {
font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
@mixin heading-font { @mixin heading-font {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; text-transform: uppercase;

34
scss/_navbar.scss

@ -11,15 +11,13 @@
background-color: $theme-primary; background-color: $theme-primary;
@include heading-font; @include heading-font;
} }
.container {
padding: 0;
.navbar-brand { .navbar-brand {
color: $theme-primary; color: $theme-primary;
@include script-font; @include script-font;
&:hover, &.active,
&:focus,
&:active, &:active,
&.active { &:focus,
&:hover {
color: darken($theme-primary, 10%); color: darken($theme-primary, 10%);
} }
} }
@ -28,33 +26,32 @@
.nav-link { .nav-link {
font-size: 90%; font-size: 90%;
font-weight: 400; font-weight: 400;
padding: .75em 0; padding: 0.75em 0;
letter-spacing: 1px; letter-spacing: 1px;
color: white; color: white;
@include heading-font; @include heading-font;
&:hover, &.active,
&.active { &:hover {
color: $theme-primary; color: $theme-primary;
} }
} }
} }
} }
} }
}
@media(min-width:992px) { @media(min-width:992px) {
#mainNav { #mainNav {
padding: 25px 0; padding-top: 25px;
-webkit-transition: padding .3s; padding-bottom: 25px;
-moz-transition: padding .3s; -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding .3s; -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none; border: none;
background-color: transparent; background-color: transparent;
.navbar-brand { .navbar-brand {
font-size: 1.75em; font-size: 1.75em;
-webkit-transition: all .3s; -webkit-transition: all 0.3s;
-moz-transition: all .3s; -moz-transition: all 0.3s;
transition: all .3s; transition: all 0.3s;
} }
.navbar-nav { .navbar-nav {
.nav-item { .nav-item {
@ -64,7 +61,8 @@
} }
} }
&.navbar-shrink { &.navbar-shrink {
padding: 0; padding-top: 0;
padding-bottom: 0;
background-color: $gray-darker; background-color: $gray-darker;
.navbar-brand { .navbar-brand {
font-size: 1.25em; font-size: 1.25em;

9
scss/_portfolio.scss

@ -13,9 +13,9 @@
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
-webkit-transition: all ease .5s; -webkit-transition: all ease 0.5s;
-moz-transition: all ease .5s; -moz-transition: all ease 0.5s;
transition: all ease .5s; transition: all ease 0.5s;
opacity: 0; opacity: 0;
background: fade-out($theme-primary, .1); background: fade-out($theme-primary, .1);
&:hover { &:hover {
@ -62,7 +62,6 @@
z-index: 2; z-index: 2;
} }
} }
@media(min-width:767px) { @media(min-width:767px) {
#portfolio { #portfolio {
.portfolio-item { .portfolio-item {
@ -119,7 +118,7 @@
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
&:hover { &:hover {
opacity: .3; opacity: 0.3;
} }
.lr { .lr {
/* Safari and Chrome */ /* Safari and Chrome */

11
scss/_timeline.scss

@ -17,8 +17,8 @@
position: relative; position: relative;
min-height: 50px; min-height: 50px;
margin-bottom: 50px; margin-bottom: 50px;
&:before, &:after,
&:after { &:before {
display: table; display: table;
content: ' '; content: ' ';
} }
@ -93,13 +93,12 @@
} }
} }
.timeline-body { .timeline-body {
> p, > ul,
> ul { > p {
margin-bottom: 0; margin-bottom: 0;
} }
} }
} }
@media(min-width:768px) { @media(min-width:768px) {
.timeline { .timeline {
&:before { &:before {
@ -133,7 +132,6 @@
} }
} }
} }
@media(min-width:992px) { @media(min-width:992px) {
.timeline { .timeline {
> li { > li {
@ -157,7 +155,6 @@
} }
} }
} }
@media(min-width:1200px) { @media(min-width:1200px) {
.timeline { .timeline {
> li { > li {

10
scss/_variables.scss

@ -6,8 +6,8 @@ $theme-primary: #fed136;
$theme-danger: #e74c3c; $theme-danger: #e74c3c;
$gray-base: #000 !default; $gray-base: #000 !default;
$gray-darker: lighten($gray-base, 13.5%) !default; // #222 $gray-darker: lighten($gray-base, 13.5%) !default;
$gray-dark: lighten($gray-base, 20%) !default; // #333 $gray-dark: lighten($gray-base, 20%) !default;
$gray: lighten($gray-base, 33.5%) !default; // #555 $gray: lighten($gray-base, 33.5%) !default;
$gray-light: lighten($gray-base, 46.7%) !default; // #777 $gray-light: lighten($gray-base, 46.7%) !default;
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee $gray-lighter: lighten($gray-base, 93.5%) !default;

1576
vendor/bootstrap/css/bootstrap-grid.css vendored

File diff suppressed because it is too large Load Diff

3
vendor/bootstrap/css/bootstrap-grid.min.css vendored

File diff suppressed because one or more lines are too long

391
vendor/bootstrap/css/bootstrap-reboot.css vendored

@ -1,256 +1,16 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html { html {
box-sizing: border-box;
font-family: sans-serif; font-family: sans-serif;
line-height: 1.15; line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} -ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
body { -webkit-tap-highlight-color: transparent;
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} }
*, *,
*::before, *::before,
*::after { *::after {
-webkit-box-sizing: inherit;
box-sizing: inherit; box-sizing: inherit;
} }
@ -258,17 +18,17 @@ html {
width: device-width; width: device-width;
} }
html { article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
-ms-overflow-style: scrollbar; display: block;
-webkit-tap-highlight-color: transparent;
} }
body { body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
color: #292b2c; color: #212529;
background-color: #fff; background-color: #fff;
} }
@ -276,6 +36,12 @@ body {
outline: none !important; outline: none !important;
} }
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin-top: 0; margin-top: 0;
margin-bottom: .5rem; margin-bottom: .5rem;
@ -288,7 +54,11 @@ p {
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help; cursor: help;
border-bottom: 0;
} }
address { address {
@ -324,13 +94,44 @@ blockquote {
margin: 0 0 1rem; margin: 0 0 1rem;
} }
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a { a {
color: #0275d8; color: #007bff;
text-decoration: none; text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
} }
a:focus, a:hover { a:hover {
color: #014c8c; color: #0056b3;
text-decoration: underline; text-decoration: underline;
} }
@ -348,6 +149,14 @@ a:not([href]):not([tabindex]):focus {
outline: 0; outline: 0;
} }
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre { pre {
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
@ -360,10 +169,11 @@ figure {
img { img {
vertical-align: middle; vertical-align: middle;
border-style: none;
} }
[role="button"] { svg:not(:root) {
cursor: pointer; overflow: hidden;
} }
a, a,
@ -381,13 +191,12 @@ textarea {
table { table {
border-collapse: collapse; border-collapse: collapse;
background-color: transparent;
} }
caption { caption {
padding-top: 0.75rem; padding-top: 0.75rem;
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
color: #636c72; color: #868e96;
text-align: left; text-align: left;
caption-side: bottom; caption-side: bottom;
} }
@ -409,13 +218,43 @@ button:focus {
input, input,
button, button,
select, select,
optgroup,
textarea { textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; line-height: inherit;
} }
input[type="radio"]:disabled, button,
input[type="checkbox"]:disabled { input {
cursor: not-allowed; overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
} }
input[type="date"], input[type="date"],
@ -426,6 +265,7 @@ input[type="month"] {
} }
textarea { textarea {
overflow: auto;
resize: vertical; resize: vertical;
} }
@ -439,20 +279,51 @@ fieldset {
legend { legend {
display: block; display: block;
width: 100%; width: 100%;
max-width: 100%;
padding: 0; padding: 0;
margin-bottom: .5rem; margin-bottom: .5rem;
font-size: 1.5rem; font-size: 1.5rem;
line-height: inherit; line-height: inherit;
color: inherit;
white-space: normal;
} }
input[type="search"] { progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output { output {
display: inline-block; display: inline-block;
} }
summary {
display: list-item;
}
template {
display: none;
}
[hidden] { [hidden] {
display: none !important; display: none !important;
} }

3
vendor/bootstrap/css/bootstrap-reboot.min.css vendored

@ -1 +1,2 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}/*# sourceMappingURL=bootstrap-reboot.min.css.map */ html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

4699
vendor/bootstrap/css/bootstrap.css vendored

File diff suppressed because it is too large Load Diff

5
vendor/bootstrap/css/bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

908
vendor/bootstrap/js/bootstrap.js vendored

File diff suppressed because it is too large Load Diff

5
vendor/bootstrap/js/bootstrap.min.js vendored

File diff suppressed because one or more lines are too long

2438
vendor/popper/popper.js vendored

File diff suppressed because it is too large Load Diff

5
vendor/popper/popper.min.js vendored

File diff suppressed because one or more lines are too long

1811
vendor/tether/tether.js vendored

File diff suppressed because it is too large Load Diff

1
vendor/tether/tether.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save