fix typescript typings, code cleanup, docs updated

This commit is contained in:
Sebastian Hildebrandt
2022-10-24 10:11:06 +02:00
parent 977f493de5
commit 8cc5f31d8b
24 changed files with 348 additions and 278 deletions
+3 -3
View File
@@ -39,7 +39,7 @@
600,
'easeOutQuad',
function () {
console.log('READY')
console.log('READY');
}
);
});
@@ -77,7 +77,7 @@
loop: false,
backDelay: 1200,
}
};
var typed = new Typed('#typed', options);
}
function scrollIt(destination, duration = 200, easing = 'linear', callback) {
@@ -166,7 +166,7 @@
<header class="bg-image-full">
<div class="container">
<a href="security.html" class="recommendation">Security advisory:<br>Update to v4.34.21</a>
<img class="logo" src="assets/logo.png">
<img class="logo" src="assets/logo.png" alt="logo">
<div class="title">systeminformation </div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version larger">Version 4 documentation</div>