This commit is contained in:
2023-06-21 14:37:53 +02:00
parent f5fce7d52f
commit 4efe36f661
3 changed files with 216 additions and 170 deletions
+1 -8
View File
@@ -52,7 +52,7 @@
</div>
</nav>
<!-- Header-->
<header class="bg-dark px-5 my-5 text-center border-bottom" style="height: 26em; background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<header class="bg-dark px-5 py-5 text-center border-bottom" style="height: 26em; background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<div class="container px-5 py-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
@@ -367,13 +367,6 @@
</footer>
<!-- Bootstrap core JS-->
<script src="{{ theme_url }}/bootstrap-5.3.0-dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="{{ theme_url }}/js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!--script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script-->
<!--
<div id="header" role="banner" style="background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
-7
View File
@@ -1,7 +0,0 @@
/*!
* Start Bootstrap - Business Frontpage v5.0.9 (https://startbootstrap.com/template/business-frontpage)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
*/
// This file is intentionally blank
// Use this file to add JavaScript to your project
+215 -155
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 229 KiB