Add some fonts and icons

This commit is contained in:
SrIzan10
2021-03-07 16:03:54 +01:00
parent b9b254e7f9
commit 01fcc98292
7 changed files with 6 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Bask Bot | Sr Izan's Website</title>
<title>Blog | Sr Izan's Website</title>
<!--Scripts and styles-->
<script>
</script>
@@ -14,38 +14,6 @@
</style>
</head>
<body>
<h1>Days until the blog is done:</h1>
<p id="demo"></p>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Mar 7, 2021 17:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "DONE! (Now wait till Sr Izan unlocks the page);
}
}, 1000);
</script>
<p class="dap">The thing is building, please wait...</p>
</body>
</html>

BIN
fonts/retro.ttf Normal file

Binary file not shown.

View File

@@ -67,7 +67,8 @@ img { border: 0; }
<br>
<a href="bask/index.html" style="text-decoration: none;"><p style="text-align: center; color: #FF0000; font-size: 40px;">Bask</p></a>
<a href="blog/index.html" style="text-decoration: none;"><p style="text-align: center; color: #a03131; font-size: 40px;">Blog</p></a>
<div class="corner"><button onclick="myFunction()">Cambiar a modo oscuro</button></div>
<div class="corner"><button onclick="myFunction()">Toggle dark mode</button></div>
<div class="htmlapprovalcorner"><a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fsrizan.ml%2F" target="_blank"><img alt="HTML5 badge" src="wp-content/img/badge_html5.svg" width="88" height="31"></a></div>
</body>
</html>
</html>

View File

@@ -6,7 +6,7 @@
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Bask Bot | Sr Izan's Website</title>
<title>Sr Izan's Website</title>
<!--Scripts and styles-->
<script>
</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB