Fix Steps and add Latest Posts
This commit is contained in:
@ -8,6 +8,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro';
|
|||||||
import Features3 from '~/components/widgets/Features3.astro';
|
import Features3 from '~/components/widgets/Features3.astro';
|
||||||
import Testimonials from '~/components/widgets/Testimonials.astro';
|
import Testimonials from '~/components/widgets/Testimonials.astro';
|
||||||
import Steps from '~/components/widgets/Steps.astro';
|
import Steps from '~/components/widgets/Steps.astro';
|
||||||
|
import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
|
||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: 'Personal Homepage Demo',
|
title: 'Personal Homepage Demo',
|
||||||
@ -15,6 +16,7 @@ const metadata = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Layout metadata={metadata}>
|
<Layout metadata={metadata}>
|
||||||
|
<Fragment slot="announcement"></Fragment>
|
||||||
<Fragment slot="header">
|
<Fragment slot="header">
|
||||||
<Header
|
<Header
|
||||||
links={[
|
links={[
|
||||||
@ -27,17 +29,12 @@ const metadata = {
|
|||||||
]}
|
]}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
{
|
||||||
type: 'ghost',
|
text: 'Hire me',
|
||||||
text: 'Login',
|
|
||||||
href: '#',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'primary',
|
|
||||||
text: 'Sign Up',
|
|
||||||
href: '#',
|
href: '#',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
isSticky
|
isSticky
|
||||||
|
showToggleTheme
|
||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
@ -99,7 +96,6 @@ const metadata = {
|
|||||||
<Steps
|
<Steps
|
||||||
id="resume"
|
id="resume"
|
||||||
title="Work experience"
|
title="Work experience"
|
||||||
isReversed={true}
|
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title:
|
title:
|
||||||
@ -114,10 +110,7 @@ const metadata = {
|
|||||||
icon: 'tabler:briefcase',
|
icon: 'tabler:briefcase',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
classes={{ container: 'max-w-3xl' }}
|
||||||
src: 'https://images.unsplash.com/photo-1557672172-298e090bd0f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
|
|
||||||
alt: 'Steps image',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Steps Widget ****************** -->
|
<!-- Steps Widget ****************** -->
|
||||||
@ -135,10 +128,7 @@ const metadata = {
|
|||||||
icon: 'tabler:school',
|
icon: 'tabler:school',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
classes={{ container: 'max-w-3xl' }}
|
||||||
src: 'https://images.unsplash.com/photo-1557672172-298e090bd0f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
|
|
||||||
alt: 'Steps image',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Features3 Widget ************** -->
|
<!-- Features3 Widget ************** -->
|
||||||
@ -147,51 +137,43 @@ const metadata = {
|
|||||||
title="Skills"
|
title="Skills"
|
||||||
subtitle="Discover the proficiencies that allow me to bring imagination to life through design."
|
subtitle="Discover the proficiencies that allow me to bring imagination to life through design."
|
||||||
columns={3}
|
columns={3}
|
||||||
|
defaultIcon="tabler:point-filled"
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: 'Graphic design',
|
title: 'Graphic design',
|
||||||
description: 'Proficient in crafting visually appealing designs that convey messages effectively.',
|
description: 'Proficient in crafting visually appealing designs that convey messages effectively.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Branding and identity',
|
title: 'Branding and identity',
|
||||||
description: 'Skilled at developing cohesive brand identities, including logos and brand guidelines.',
|
description: 'Skilled at developing cohesive brand identities, including logos and brand guidelines.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'User-centered design',
|
title: 'User-centered design',
|
||||||
description: 'Experienced in creating user-friendly interfaces and optimizing user experiences.',
|
description: 'Experienced in creating user-friendly interfaces and optimizing user experiences.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Adobe Creative Suite',
|
title: 'Adobe Creative Suite',
|
||||||
description: 'Skilled in using Photoshop, Illustrator, and InDesign to create and edit visual elements.',
|
description: 'Skilled in using Photoshop, Illustrator, and InDesign to create and edit visual elements.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Typography',
|
title: 'Typography',
|
||||||
description: 'Adept in selecting and manipulating typefaces to enhance design aesthetics.',
|
description: 'Adept in selecting and manipulating typefaces to enhance design aesthetics.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Color theory',
|
title: 'Color theory',
|
||||||
description: 'Proficient in using color to evoke emotions and enhance visual harmony.',
|
description: 'Proficient in using color to evoke emotions and enhance visual harmony.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Print and digital design',
|
title: 'Print and digital design',
|
||||||
description: 'Knowledgeable in designing for both print materials and digital platforms.',
|
description: 'Knowledgeable in designing for both print materials and digital platforms.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Attention to detail',
|
title: 'Attention to detail',
|
||||||
description: 'Diligent in maintaining precision and quality in all design work.',
|
description: 'Diligent in maintaining precision and quality in all design work.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Adaptability',
|
title: 'Adaptability',
|
||||||
description: 'Quick to adapt to new design trends, technologies, and client preferences.',
|
description: 'Quick to adapt to new design trends, technologies, and client preferences.',
|
||||||
icon: 'tabler:point-filled',
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@ -367,4 +349,11 @@ const metadata = {
|
|||||||
href: '/',
|
href: '/',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- BlogLatestPost Widget **************** -->
|
||||||
|
<BlogLatestPosts id="blog" title="My blog">
|
||||||
|
<Fragment slot="bg">
|
||||||
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
|
</Fragment>
|
||||||
|
</BlogLatestPosts>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Reference in New Issue
Block a user