1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: rename jsonresume-theme-custom to curriculum-vitae

This commit is contained in:
2023-07-28 11:53:04 +02:00
parent 6a3f335f9f
commit f42fdbfd0c
19 changed files with 3683 additions and 2826 deletions

View File

@ -0,0 +1,5 @@
import { BIRTH_DATE, getAge } from '../../utils/getAge.ts'
const yearOld = document.getElementById('year-old')
yearOld.textContent = getAge(BIRTH_DATE).toString()