dependencies update and minor fixes

This commit is contained in:
David Miller 2022-03-22 16:20:12 -04:00
parent 57f34b00a2
commit c8d4c36e99
14 changed files with 479 additions and 570 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2013-2021 Start Bootstrap LLC Copyright (c) 2013-2022 Start Bootstrap LLC
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -81,4 +81,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
## Copyright and License ## Copyright and License
Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) license. Copyright 2013-2022 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) license.

4
dist/css/styles.css vendored
View File

@ -1,7 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Start Bootstrap - Agency v7.0.10 (https://startbootstrap.com/theme/agency) * Start Bootstrap - Agency v7.0.11 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap * Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */
/*! /*!

16
dist/index.html vendored
View File

@ -9,7 +9,7 @@
<!-- Favicon--> <!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)--> <!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script> <script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts--> <!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
@ -373,7 +373,7 @@
<footer class="footer py-4"> <footer class="footer py-4">
<div class="container"> <div class="container">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-lg-4 text-lg-start">Copyright &copy; Your Website 2021</div> <div class="col-lg-4 text-lg-start">Copyright &copy; Your Website 2022</div>
<div class="col-lg-4 my-3 my-lg-0"> <div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a> <a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a> <a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
@ -412,7 +412,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>
@ -447,7 +447,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>
@ -482,7 +482,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>
@ -517,7 +517,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>
@ -552,7 +552,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>
@ -587,7 +587,7 @@
</li> </li>
</ul> </ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button"> <button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-times me-1"></i> <i class="fas fa-xmark me-1"></i>
Close Project Close Project
</button> </button>
</div> </div>

4
dist/js/scripts.js vendored
View File

@ -1,6 +1,6 @@
/*! /*!
* Start Bootstrap - Agency v7.0.10 (https://startbootstrap.com/theme/agency) * Start Bootstrap - Agency v7.0.11 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap * Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */
// //

989
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"title": "Agency", "title": "Agency",
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "7.0.10", "version": "7.0.11",
"scripts": { "scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets", "build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js", "build:assets": "node scripts/build-assets.js",
@ -39,15 +39,15 @@
"bootstrap": "5.1.3" "bootstrap": "5.1.3"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.3.7", "autoprefixer": "10.4.4",
"browser-sync": "2.27.5", "browser-sync": "2.27.9",
"chokidar": "3.5.2", "chokidar": "3.5.3",
"concurrently": "6.3.0", "concurrently": "6.3.0",
"postcss": "8.3.9", "postcss": "8.4.12",
"prettier": "2.4.1", "prettier": "2.6.0",
"pug": "3.0.2", "pug": "3.0.2",
"sass": "1.43.2", "sass": "1.49.9",
"shelljs": "0.8.4", "shelljs": "0.8.5",
"upath": "2.0.1" "upath": "2.0.1"
} }
} }

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Illustration | Illustration
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Graphic Design | Graphic Design
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Identity | Identity
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Branding | Branding
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Website Design | Website Design
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -21,5 +21,5 @@
strong Category: strong Category:
| Photography | Photography
button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button') button.btn.btn-primary.btn-xl.text-uppercase(data-bs-dismiss='modal', type='button')
i.fas.fa-times.me-1 i.fas.fa-xmark.me-1
| Close Project | Close Project

View File

@ -14,7 +14,7 @@ html(lang='en')
link(rel='icon', type='image/x-icon', href='assets/favicon.ico') link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
// Font Awesome icons (free version) // Font Awesome icons (free version)
script(src='https://use.fontawesome.com/releases/v5.15.4/js/all.js', crossorigin='anonymous') script(src='https://use.fontawesome.com/releases/v6.1.0/js/all.js', crossorigin='anonymous')
// Google fonts // Google fonts
link(href='https://fonts.googleapis.com/css?family=Montserrat:400,700', rel='stylesheet', type='text/css') link(href='https://fonts.googleapis.com/css?family=Montserrat:400,700', rel='stylesheet', type='text/css')
@ -367,7 +367,7 @@ html(lang='en')
.container .container
.row.align-items-center .row.align-items-center
.col-lg-4.text-lg-start .col-lg-4.text-lg-start
| Copyright &copy; Your Website 2021 | Copyright &copy; Your Website 2022
.col-lg-4.my-3.my-lg-0 .col-lg-4.my-3.my-lg-0
a.btn.btn-dark.btn-social.mx-2(href='#!') a.btn.btn-dark.btn-social.mx-2(href='#!')
i.fab.fa-twitter i.fab.fa-twitter