mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update countdown.html
This commit is contained in:
parent
5278921d15
commit
6abb450c33
1 changed files with 4 additions and 3 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/logo/favicon_256.png">
|
<link rel="apple-touch-icon" sizes="152x152" href="assets/logo/favicon_256.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/logo/favicon_256.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/logo/favicon_256.png">
|
||||||
<link rel="apple-touch-icon" sizes="167x167" href="assets/logo/favicon_256.png">
|
<link rel="apple-touch-icon" sizes="167x167" href="assets/logo/favicon_256.png">
|
||||||
|
<link rel="canonical" href="https://michivonah.ch">
|
||||||
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
<script src="https://unpkg.com/akar-icons-fonts"></script>
|
<script src="https://unpkg.com/akar-icons-fonts"></script>
|
||||||
|
|
@ -18,9 +19,9 @@
|
||||||
<link rel="stylesheet" type="text/css" href="https://unpkg.com/aos@2.3.1/dist/aos.css"/>
|
<link rel="stylesheet" type="text/css" href="https://unpkg.com/aos@2.3.1/dist/aos.css"/>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="description" content="Hi! I'm Michi von Ah and this is my website.">
|
<meta name="description" content="Hi! I'm Michi von Ah and this is my website.">
|
||||||
<meta name="keywords" content="Michi, Michi von Ah, von Ah, personalwebsite, website, Michael von Ah, von Ah Michael, von Ah Michi, mva, mivo, Michi v.A.">
|
<meta name="keywords" content="Michi, Michi von Ah, von Ah, personalwebsite, website, Michael von Ah, von Ah Michael, von Ah Michi, mva, mivo, Michi v.A., Informatiker, informatics, IT, portfolio, webdev, developer, lifestyle, Webdeveloper, Develoment, 3K">
|
||||||
<meta name="author" content="Michi von Ah">
|
<meta name="author" content="Michi von Ah">
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="index">
|
||||||
<meta http-equiv="expires" content="43200">
|
<meta http-equiv="expires" content="43200">
|
||||||
|
|
||||||
<meta property="og:title" content="Michi von Ah">
|
<meta property="og:title" content="Michi von Ah">
|
||||||
|
|
@ -118,7 +119,7 @@
|
||||||
|
|
||||||
function countdown(){
|
function countdown(){
|
||||||
// Thanks to https://youtu.be/uoMkz1cXOcY
|
// Thanks to https://youtu.be/uoMkz1cXOcY
|
||||||
var releaseDate = new Date('August 14, 2022 12:00:00');
|
var releaseDate = new Date('August 7, 2022 12:00:00');
|
||||||
var currentDate = new Date();
|
var currentDate = new Date();
|
||||||
var difference = releaseDate.getTime() - currentDate.getTime();
|
var difference = releaseDate.getTime() - currentDate.getTime();
|
||||||
var days = Math.floor(difference / (1000 * 60 * 60 * 24));
|
var days = Math.floor(difference / (1000 * 60 * 60 * 24));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue