mirror of
https://github.com/janishutz/libreevent.git
synced 2026-04-28 05:49:26 +02:00
porgress on website
This commit is contained in:
Vendored
+1
@@ -26,6 +26,7 @@
|
||||
let btn = document.getElementById( 'backToTop' );
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
$( '#footer' ).load( '/footer.html' );
|
||||
} );
|
||||
|
||||
function backToTop () {
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
.footer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
Vendored
+6
@@ -88,6 +88,12 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height: 50vh;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#backToTop {
|
||||
border-radius: 500px;
|
||||
border-width: 1px;
|
||||
|
||||
Vendored
+1
@@ -29,6 +29,7 @@
|
||||
let btn = document.getElementById( 'backToTop' );
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
$( '#footer' ).load( '/footer.html' );
|
||||
} );
|
||||
|
||||
function backToTop () {
|
||||
|
||||
Vendored
+1
@@ -28,6 +28,7 @@
|
||||
let btn = document.getElementById( 'backToTop' );
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
$( '#footer' ).load( '/footer.html' );
|
||||
} );
|
||||
|
||||
function backToTop () {
|
||||
|
||||
Vendored
+2
-1
@@ -9,7 +9,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="footer">
|
||||
|
||||
<h2>myevent</h2>
|
||||
<p>Free & open source event management solution</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Vendored
+1
@@ -65,6 +65,7 @@
|
||||
let btn = document.getElementById( 'backToTop' );
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
$( '#footer' ).load( '/footer.html' );
|
||||
} );
|
||||
|
||||
function backToTop () {
|
||||
|
||||
Reference in New Issue
Block a user