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 {
font-family: "Montserrat", sans-serif;
font-size: 18px;
list-style-type: symbols("+");
list-style-type: symbols(">");
list-style-position: inside;
}
li::-moz-list-bullet {
content: "+ ";
content: "> ";
}
}

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

Loading…
Cancel
Save