Skip to content

Commit

Permalink
Bootstrap 4.5.3 and dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Nov 3, 2020
1 parent 3b337c3 commit d58df1e
Show file tree
Hide file tree
Showing 7 changed files with 770 additions and 2,752 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [Start Bootstrap - Resume](https://startbootstrap.com/themes/resume/)
# [Start Bootstrap - Resume](https://startbootstrap.com/theme/resume/)

[Resume](https://startbootstrap.com/themes/resume/) is a resume and CV theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features a fixed sidebar with content sections to build a simple, yet elegant resume.
[Resume](https://startbootstrap.com/theme/resume/) is a resume and CV theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features a fixed sidebar with content sections to build a simple, yet elegant resume.

## Preview

[![Resume Preview](https://startbootstrap.com/assets/img/screenshots/themes/resume.png)](https://startbootstrap.github.io/startbootstrap-resume/)
[![Resume Preview](https://assets.startbootstrap.com/img/screenshots/themes/resume.png)](https://startbootstrap.github.io/startbootstrap-resume/)

**[View Live Preview](https://startbootstrap.github.io/startbootstrap-resume/)**

Expand All @@ -20,7 +20,7 @@

To begin using this template, choose one of the following options to get started:

- [Download the latest release on Start Bootstrap](https://startbootstrap.com/themes/resume/)
- [Download the latest release on Start Bootstrap](https://startbootstrap.com/theme/resume/)
- Install using npm: `npm i startbootstrap-resume`
- Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-resume.git`
- [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-resume)
Expand Down Expand Up @@ -50,7 +50,7 @@ You must have npm installed in order to use this build environment.

## Bugs and Issues

Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-resume/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](https://startbootstrap.com/themes/resume/).
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-resume/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](https://startbootstrap.com/theme/resume/).

## About

Expand All @@ -59,10 +59,10 @@ Start Bootstrap is an open source library of free Bootstrap themes and templates
- <https://startbootstrap.com>
- <https://twitter.com/SBootstrap>

Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
Start Bootstrap was created by and is maintained by **[David Miller](https://davidmiller.io/)**.

- <http://davidmiller.io>
- <https://twitter.com/davidmillerskt>
- <https://davidmiller.io>
- <https://twitter.com/davidmillerhere>
- <https://github.com/davidtmiller>

Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
Expand Down
85 changes: 32 additions & 53 deletions dist/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Resume v6.0.1 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v6.0.2 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--blue: #007bff;
Expand Down Expand Up @@ -168,11 +168,11 @@ a:hover {
text-decoration: underline;
}

a:not([href]) {
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
Expand Down Expand Up @@ -220,6 +220,7 @@ caption {

th {
text-align: inherit;
text-align: -webkit-match-parent;
}

label {
Expand Down Expand Up @@ -540,35 +541,12 @@ pre code {
overflow-y: scroll;
}

.container {
width: 100%;
padding-right: 0.75rem;
padding-left: 0.75rem;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: 0.75rem;
padding-left: 0.75rem;
Expand Down Expand Up @@ -628,7 +606,6 @@ pre code {
.col {
flex-basis: 0;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -836,7 +813,6 @@ pre code {
.col-sm {
flex-basis: 0;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -1048,7 +1024,6 @@ pre code {
.col-md {
flex-basis: 0;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -1260,7 +1235,6 @@ pre code {
.col-lg {
flex-basis: 0;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -1472,7 +1446,6 @@ pre code {
.col-xl {
flex-basis: 0;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}

Expand Down Expand Up @@ -2026,10 +1999,6 @@ pre code {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(189, 93, 56, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
Expand All @@ -2038,10 +2007,6 @@ pre code {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
Expand Down Expand Up @@ -2198,6 +2163,7 @@ textarea.form-control {
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
Expand Down Expand Up @@ -2290,6 +2256,7 @@ textarea.form-control {
.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
Expand Down Expand Up @@ -3495,9 +3462,12 @@ input[type=button].btn-block {

.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}

.custom-control-inline {
Expand Down Expand Up @@ -3959,11 +3929,13 @@ input[type=button].btn-block {
background-color: #bd5d38;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
Expand Down Expand Up @@ -4371,6 +4343,10 @@ input[type=button].btn-block {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}

.card-body {
flex: 1 1 auto;
Expand Down Expand Up @@ -4407,9 +4383,6 @@ input[type=button].btn-block {
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}

.card-footer {
padding: 0.75rem 1.25rem;
Expand Down Expand Up @@ -4439,6 +4412,7 @@ input[type=button].btn-block {
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px);
}

.card-img,
Expand Down Expand Up @@ -4538,6 +4512,9 @@ input[type=button].btn-block {
}
}

.accordion {
overflow-anchor: none;
}
.accordion > .card {
overflow: hidden;
}
Expand Down Expand Up @@ -4849,6 +4826,7 @@ a.badge-dark:focus, a.badge-dark.focus {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 0.75rem 1.25rem;
color: inherit;
}
Expand Down Expand Up @@ -5345,15 +5323,13 @@ a.close.disabled {
}

.toast {
flex-basis: 350px;
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
Expand All @@ -5379,6 +5355,8 @@ a.close.disabled {
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
Expand Down Expand Up @@ -9891,6 +9869,7 @@ a.text-dark:hover, a.text-dark:focus {
}

.text-break {
word-break: break-word !important;
word-wrap: break-word !important;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Resume - Start Bootstrap Theme</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -219,7 +219,7 @@ <h2 class="mb-5">Awards & Certifications</h2>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
Expand Down
2 changes: 1 addition & 1 deletion dist/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v6.0.1 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v6.0.2 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
Loading

0 comments on commit d58df1e

Please sign in to comment.