Skip to content

Commit

Permalink
StartBottstrap ComingSoon 6.0.4 (#10044)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Aug 6, 2021
1 parent 0b07123 commit 81e8b7d
Show file tree
Hide file tree
Showing 13 changed files with 1,435 additions and 589 deletions.
927 changes: 675 additions & 252 deletions src/OrchardCore.Themes/TheComingSoonTheme/Assets/dist/css/styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ <h1 class="fst-italic lh-1 mb-4">Our Website is Coming Soon</h1>
<!-- For more icon options, visit https://fontawesome.com/icons?d=gallery&p=2&s=brands-->
<div class="social-icons">
<div class="d-flex flex-row flex-lg-column justify-content-center align-items-center h-100 mt-3 mt-lg-0">
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-facebook-f" aria-hidden="true"></i></a>
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-instagram" aria-hidden="true"></i></a>
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark m-3" href="#!"><i class="fab fa-instagram"></i></a>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Coming Soon v6.0.3 (https://startbootstrap.com/theme/coming-soon)
* Start Bootstrap - Coming Soon v6.0.4 (https://startbootstrap.com/theme/coming-soon)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/master/LICENSE)
*/
Expand Down
96 changes: 48 additions & 48 deletions src/OrchardCore.Themes/TheComingSoonTheme/Assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/OrchardCore.Themes/TheComingSoonTheme/Assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Coming Soon",
"name": "startbootstrap-coming-soon",
"version": "6.0.3",
"version": "6.0.4",
"scripts": {
"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",
Expand Down Expand Up @@ -36,17 +36,17 @@
"url": "https://github.com/StartBootstrap/startbootstrap-coming-soon.git"
},
"dependencies": {
"bootstrap": "5.0.2"
"bootstrap": "5.1.0"
},
"devDependencies": {
"autoprefixer": "10.2.6",
"browser-sync": "2.27.3",
"autoprefixer": "10.3.1",
"browser-sync": "2.27.5",
"chokidar": "3.5.2",
"concurrently": "6.2.0",
"postcss": "8.3.5",
"postcss": "8.3.6",
"prettier": "2.3.2",
"pug": "3.0.2",
"sass": "1.35.1",
"sass": "1.37.5",
"shelljs": "0.8.4",
"upath": "2.0.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ html(lang='en')
i.fab.fa-instagram

// Bootstrap core JS
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js')
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js')

// Core theme JS
script(src='js/scripts.js')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ static ResourceManagementOptionsConfiguration()

_manifest
.DefineScript("TheComingSoonTheme-bootstrap-bundle")
.SetCdn("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js", "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.js")
.SetCdnIntegrity("sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM", "sha384-5nxO28basTN0oojjESwP8Qm4oVsGeeMYOqXZTlbkw/fIOmXQcJnrDX3O6HBAmdDz")
.SetVersion("5.0.2");
.SetCdn("https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js", "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.js")
.SetCdnIntegrity("sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj", "sha384-sCrrXXsCVYsmCuGTFZDBWJBhcTU5N2csSa8rhGERa1/tCRBHcJEcxG3ivcPvx3t6")
.SetVersion("5.1.0");

_manifest
.DefineScript("coming-soon")
.SetUrl("~/TheComingSoonTheme/js/scripts.min.js", "TheComingSoonTheme/js/scripts.js")
.SetVersion("6.0.0");
.SetVersion("6.0.4");

_manifest
.DefineStyle("coming-soon")
.SetUrl("~/TheComingSoonTheme/css/styles.min.css", "TheComingSoonTheme/css/styles.css")
.SetVersion("6.0.0");
.SetVersion("6.0.4");

_manifest
.DefineStyle("TheComingSoonTheme-bootstrap-oc")
Expand Down
28 changes: 14 additions & 14 deletions src/OrchardCore.Themes/TheComingSoonTheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheComingSoonTheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "orchardcore.thecomingsoontheme",
"version": "1.0.0",
"dependencies": {
"bootstrap": "5.0.2"
"bootstrap": "5.1.0"
}
}

0 comments on commit 81e8b7d

Please sign in to comment.