mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
yo
This commit is contained in:
parent
bef2427f77
commit
a65ed73814
2 changed files with 3 additions and 9 deletions
|
@ -14,14 +14,8 @@ export default function Document() {
|
||||||
href='https://vitals.vercel-insights.com'
|
href='https://vitals.vercel-insights.com'
|
||||||
crossOrigin='anonymous'
|
crossOrigin='anonymous'
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta name='description' content={`${age()}yo devops engineer`} />
|
||||||
name='description'
|
<meta name='og:description' content={`${age()}yo devops engineer`} />
|
||||||
content={`${age()}-year-old devops engineer`}
|
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
name='og:description'
|
|
||||||
content={`${age()}-year-old devops engineer`}
|
|
||||||
/>
|
|
||||||
<meta property='og:image' content='/profile.webp' />
|
<meta property='og:image' content='/profile.webp' />
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function Home() {
|
||||||
<div className='mx-auto mb-16 mt-32 flex max-w-3xl flex-col'>
|
<div className='mx-auto mb-16 mt-32 flex max-w-3xl flex-col'>
|
||||||
<h1 className='text-7xl font-bold'>albert</h1>
|
<h1 className='text-7xl font-bold'>albert</h1>
|
||||||
<p className='mt-2 text-2xl font-semibold text-gray-600'>
|
<p className='mt-2 text-2xl font-semibold text-gray-600'>
|
||||||
{age()}-year-old devops engineer
|
{age()}yo devops engineer
|
||||||
</p>
|
</p>
|
||||||
<SocialLayout />
|
<SocialLayout />
|
||||||
<NowPlayingCard />
|
<NowPlayingCard />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue