Update to use > in about me, changed birthday

pull/22/head
Cobular 4 years ago
parent 99b6f9864d
commit fbec0503c6
No known key found for this signature in database
GPG Key ID: 8A55E11B548F0594

@ -66,11 +66,11 @@
li { li {
font-family: "Montserrat", sans-serif; font-family: "Montserrat", sans-serif;
font-size: 18px; font-size: 18px;
list-style-type: symbols("+"); list-style-type: symbols(">");
list-style-position: inside; list-style-position: inside;
} }
li::-moz-list-bullet { li::-moz-list-bullet {
content: "+ "; content: "> ";
} }
} }

@ -54,7 +54,7 @@ export function Age() {
} }
function CalcAge() { function CalcAge() {
let ageMs = new Date().getTime() - 1021004428000; let ageMs = new Date().getTime() - 1021288800000;
const yearMs = milliseconds_year(); const yearMs = milliseconds_year();
const ageYearsComponent = Math.floor(ageMs / yearMs); const ageYearsComponent = Math.floor(ageMs / yearMs);
const ageSecondsComponent = Math.floor((ageMs % yearMs) / 1000); const ageSecondsComponent = Math.floor((ageMs % yearMs) / 1000);

Loading…
Cancel
Save