diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 0c66b55..b03afda 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -8,6 +8,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; import Steps from '~/components/widgets/Steps.astro'; +import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -15,6 +16,7 @@ const metadata = { --- +
@@ -99,7 +96,6 @@ const metadata = { @@ -135,10 +128,7 @@ const metadata = { icon: 'tabler:school', }, ]} - image={{ - 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', - }} + classes={{ container: 'max-w-3xl' }} /> @@ -147,51 +137,43 @@ const metadata = { title="Skills" subtitle="Discover the proficiencies that allow me to bring imagination to life through design." columns={3} + defaultIcon="tabler:point-filled" items={[ { title: 'Graphic design', description: 'Proficient in crafting visually appealing designs that convey messages effectively.', - icon: 'tabler:point-filled', }, { title: 'Branding and identity', description: 'Skilled at developing cohesive brand identities, including logos and brand guidelines.', - icon: 'tabler:point-filled', }, { title: 'User-centered design', description: 'Experienced in creating user-friendly interfaces and optimizing user experiences.', - icon: 'tabler:point-filled', }, { title: 'Adobe Creative Suite', description: 'Skilled in using Photoshop, Illustrator, and InDesign to create and edit visual elements.', - icon: 'tabler:point-filled', }, { title: 'Typography', description: 'Adept in selecting and manipulating typefaces to enhance design aesthetics.', - icon: 'tabler:point-filled', }, { title: 'Color theory', description: 'Proficient in using color to evoke emotions and enhance visual harmony.', - icon: 'tabler:point-filled', }, { title: 'Print and digital design', description: 'Knowledgeable in designing for both print materials and digital platforms.', - icon: 'tabler:point-filled', }, { title: 'Attention to detail', description: 'Diligent in maintaining precision and quality in all design work.', - icon: 'tabler:point-filled', }, { title: 'Adaptability', description: 'Quick to adapt to new design trends, technologies, and client preferences.', - icon: 'tabler:point-filled', }, ]} /> @@ -367,4 +349,11 @@ const metadata = { href: '/', }} /> + + + + +
+
+