mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-18 16:31:21 +08:00
Added button
This commit is contained in:
@ -9,6 +9,19 @@ const meta = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<PageLayout meta={meta}>
|
<PageLayout meta={meta}>
|
||||||
|
<a
|
||||||
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
|
>
|
||||||
|
<span class='relative flex items-center justify-center'>
|
||||||
|
<span
|
||||||
|
class='absolute inline-flex h-2 w-2 animate-ping rounded-full border border-green-400 bg-green-400 opacity-75'
|
||||||
|
></span>
|
||||||
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<p class='font-medium'>Get template</p>
|
||||||
|
</a>
|
||||||
<div class='px-4 py-10 text-center sm:px-6 lg:px-8'>
|
<div class='px-4 py-10 text-center sm:px-6 lg:px-8'>
|
||||||
<h1 class='block text-7xl font-bold sm:text-9xl'>404</h1>
|
<h1 class='block text-7xl font-bold sm:text-9xl'>404</h1>
|
||||||
<p class='mt-3 text-muted-foreground'>Oops, something went wrong.</p>
|
<p class='mt-3 text-muted-foreground'>Oops, something went wrong.</p>
|
||||||
|
@ -109,5 +109,18 @@ const paginationProps = {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
<a
|
||||||
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='mt-16 inline-flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
|
>
|
||||||
|
<span class='relative flex items-center justify-center'>
|
||||||
|
<span
|
||||||
|
class='absolute inline-flex h-2 w-2 animate-ping rounded-full border border-green-400 bg-green-400 opacity-75'
|
||||||
|
></span>
|
||||||
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<p class='font-medium'>Get template</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
|
@ -28,14 +28,15 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
|
|||||||
<Image
|
<Image
|
||||||
src={astro}
|
src={astro}
|
||||||
alt='profile photo'
|
alt='profile photo'
|
||||||
class='h-28 w-auto rounded-full p-2 bg-[#FFBE98]'
|
class='h-28 w-auto rounded-full bg-[#FFBE98] p-2'
|
||||||
loading='eager'
|
loading='eager'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class='flex flex-col items-center gap-y-4'>
|
<div class='flex flex-col items-center gap-y-4'>
|
||||||
<h1 class='text-3xl font-bold'>Lorem ipsum dolor</h1>
|
<h1 class='text-3xl font-bold'>Lorem ipsum dolor</h1>
|
||||||
<div
|
<a
|
||||||
class='flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm'
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
>
|
>
|
||||||
<span class='relative flex items-center justify-center'>
|
<span class='relative flex items-center justify-center'>
|
||||||
<span
|
<span
|
||||||
@ -44,8 +45,8 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
|
|||||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<p class=''>Available for work</p>
|
<p class='font-medium'>Get template</p>
|
||||||
</div>
|
</a>
|
||||||
<div class='flex gap-x-7'>
|
<div class='flex gap-x-7'>
|
||||||
<Label title='Lorem Ipsum'>
|
<Label title='Lorem Ipsum'>
|
||||||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='h-5 w-5' slot='icon'
|
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='h-5 w-5' slot='icon'
|
||||||
@ -212,4 +213,17 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
|
|||||||
<SkillLayout title='Others' skills={others} />
|
<SkillLayout title='Others' skills={others} />
|
||||||
</Section>
|
</Section>
|
||||||
</div>
|
</div>
|
||||||
|
<a
|
||||||
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='mt-16 flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
|
>
|
||||||
|
<span class='relative flex items-center justify-center'>
|
||||||
|
<span
|
||||||
|
class='absolute inline-flex h-2 w-2 animate-ping rounded-full border border-green-400 bg-green-400 opacity-75'
|
||||||
|
></span>
|
||||||
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<p class='font-medium'>Get template</p>
|
||||||
|
</a>
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
|
@ -79,5 +79,18 @@ const paginationProps = {
|
|||||||
</ul>
|
</ul>
|
||||||
<Pagination {...paginationProps} />
|
<Pagination {...paginationProps} />
|
||||||
</section>
|
</section>
|
||||||
|
<a
|
||||||
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='mt-16 inline-flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
|
>
|
||||||
|
<span class='relative flex items-center justify-center'>
|
||||||
|
<span
|
||||||
|
class='absolute inline-flex h-2 w-2 animate-ping rounded-full border border-green-400 bg-green-400 opacity-75'
|
||||||
|
></span>
|
||||||
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<p class='font-medium'>Get template</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
|
@ -51,5 +51,18 @@ const meta = {
|
|||||||
))
|
))
|
||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
|
<a
|
||||||
|
href='https://github.com/srleom/astro-theme-resume.git'
|
||||||
|
class='mt-16 inline-flex flex-row items-center gap-x-3 rounded-3xl border border-input px-4 py-2 text-sm shadow-sm transition-all hover:shadow-md'
|
||||||
|
>
|
||||||
|
<span class='relative flex items-center justify-center'>
|
||||||
|
<span
|
||||||
|
class='absolute inline-flex h-2 w-2 animate-ping rounded-full border border-green-400 bg-green-400 opacity-75'
|
||||||
|
></span>
|
||||||
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-green-400'></span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<p class='font-medium'>Get template</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
|
Reference in New Issue
Block a user