porgress on website

This commit is contained in:
janis
2023-04-06 15:39:51 +02:00
parent 74d5b173cf
commit 5e78a9ba09
7 changed files with 20 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
let btn = document.getElementById( 'backToTop' );
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#footer' ).load( '/footer.html' );
} );
function backToTop () {

8
website/dist/css/footerstyle.css vendored Normal file
View File

@@ -0,0 +1,8 @@
.footer {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

View File

@@ -88,6 +88,12 @@ body {
align-items: center;
}
#footer {
height: 50vh;
width: 100%;
background-color: white;
}
#backToTop {
border-radius: 500px;
border-width: 1px;

View File

@@ -29,6 +29,7 @@
let btn = document.getElementById( 'backToTop' );
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#footer' ).load( '/footer.html' );
} );
function backToTop () {

View File

@@ -28,6 +28,7 @@
let btn = document.getElementById( 'backToTop' );
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#footer' ).load( '/footer.html' );
} );
function backToTop () {

View File

@@ -9,7 +9,8 @@
</head>
<body>
<div class="footer">
<h2>myevent</h2>
<p>Free & open source event management solution</p>
</div>
</body>
</html>

View File

@@ -65,6 +65,7 @@
let btn = document.getElementById( 'backToTop' );
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#footer' ).load( '/footer.html' );
} );
function backToTop () {