mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
description and age position
This commit is contained in:
parent
918af82b9e
commit
63c89ca5d1
1 changed files with 10 additions and 7 deletions
|
@ -32,15 +32,18 @@ export default function Main() {
|
|||
width={150}
|
||||
/>
|
||||
|
||||
<h1 className='text-4xl font-bold mt-1'>albert</h1>
|
||||
|
||||
<p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'>
|
||||
<h1 className='text-4xl font-bold mt-1'>
|
||||
albert
|
||||
<span className='align-text-top text-xs'>
|
||||
{Math.floor(
|
||||
(new Date().getTime() - new Date('2004-07-22').getTime()) /
|
||||
(1000 * 60 * 60 * 24 * 365.25)
|
||||
)}
|
||||
yrs old <b className='font-semibold'>system administrator</b> and
|
||||
student from Hungary
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
<p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'>
|
||||
Systems Administrator
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue