description and age position

This commit is contained in:
skidoodle 2022-10-29 22:03:47 +02:00
parent 918af82b9e
commit 63c89ca5d1

View file

@ -32,15 +32,18 @@ export default function Main() {
width={150} width={150}
/> />
<h1 className='text-4xl font-bold mt-1'>albert</h1> <h1 className='text-4xl font-bold mt-1'>
albert
<p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'> <span className='align-text-top text-xs'>
{Math.floor( {Math.floor(
(new Date().getTime() - new Date('2004-07-22').getTime()) / (new Date().getTime() - new Date('2004-07-22').getTime()) /
(1000 * 60 * 60 * 24 * 365.25) (1000 * 60 * 60 * 24 * 365.25)
)} )}
yrs old <b className='font-semibold'>system administrator</b> and </span>
student from Hungary </h1>
<p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'>
Systems Administrator
</p> </p>
</div> </div>