diff --git a/CSS/startpage.css b/CSS/startpage.css index 25c76d1..56114fc 100644 --- a/CSS/startpage.css +++ b/CSS/startpage.css @@ -1,3 +1,33 @@ +:root { + --wallpaper: url(); + --background: #1e1e1e; + --foreground: #757575; + --color0: #2e3c43; + --color1: #f07178; + --color2: #c3e88d; + --color3: #ffcb6b; + --color4: #82aaff; + --color5: #c792ea; + --color6: #89ddff; + --color7: #b2ccd6; + --color8: #3c4d54; + --color9: #f07178; + --color10: #c3e88d; + --color11: #ffcb6b; + --color12: #82aaff; + --color13: #c792ea; + --color14: #89ddff; + --color15: #eeffff; +} + +html { + /*font-size: 18px;*/ + font-family: 'Iosevka JP', monospace; + /*font-weight: black;*/ + background-color: var(--background); + color: var(--foreground); +} + @charset "utf-8"; /* CSS Document */ diff --git a/JS/script.js b/JS/script.js index 5dc8172..eb0a833 100644 --- a/JS/script.js +++ b/JS/script.js @@ -7,7 +7,6 @@ function realTimeClock() { var hours = clock.getHours(); var minutes = clock.getMinutes(); - var seconds = clock.getSeconds(); // am or pm? var tod = ( hours < 12 ) ? "am" : "pm"; @@ -18,10 +17,9 @@ function realTimeClock() { // padding to make it look a bit nicer hours = ("0" + hours).slice(-2); minutes = ("0" + minutes).slice(-2); - seconds = ("0" + seconds).slice(-2); // actually show the clock - document.getElementById('clock').innerHTML = hours + " : " + minutes; + document.getElementById('clock').innerHTML = hours + ":" + minutes; document.getElementById('ampm').innerHTML = tod; var t = setTimeout( realTimeClock, 500 ); } diff --git a/index.html b/index.html index 34a0bc8..36163ab 100644 --- a/index.html +++ b/index.html @@ -35,20 +35,20 @@

- [jpacheco] - [disroot] - [github] - [gitlab] - [mail] + [ jpacheco.xyz ] + [ disroot ] + [ github ] + [ gitlab ] + [ mail ]

- [autoliv] - [partview] - [ed] + [ autoliv ] + [ partview ] + [ ed ]

- [Telegram] - [youtube] + [ Telegram ] + [ youtube ]