From 51eb78a9b488e291f8a50a769bcb7001fe1462ed Mon Sep 17 00:00:00 2001 From: widgeter Date: Tue, 15 Aug 2023 16:12:52 +0200 Subject: [PATCH] Includes Steps widgets to add resume --- src/pages/homes/personal.astro | 49 +++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 0d70b52..0c66b55 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -7,6 +7,7 @@ import Content from '~/components/widgets/Content.astro'; 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'; const metadata = { title: 'Personal Homepage Demo', @@ -93,10 +94,56 @@ const metadata = { + + + ABC Design Studio, New York, NY
2021 - Present', + description: `Collaborate with clients to understand design requirements and objectives.
Develop branding solutions, including logos, color palettes, and brand guidelines.
Design marketing materials such as brochures, posters, and digital assets.
Create visually appealing user interfaces for websites and applications.`, + icon: 'tabler:briefcase', + }, + { + title: + 'Junior Graphic Designer
XYZ Creative Agency, Los Angeles, CA
2018 - 2021', + description: `Assisted senior designers in creating design concepts and visual assets.
Contributed to the development of brand identities and marketing collateral.
Collaborated with the marketing team to ensure consistent design across campaigns.
Gained hands-on experience in various design software and tools.`, + icon: 'tabler:briefcase', + }, + ]} + 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', + }} + /> + + + + New York University's School of Design
2018 - 2020`, + icon: 'tabler:school', + }, + { + title: `Bachelor of Arts in Graphic Design
New York University's School of Design
2014 - 2018`, + 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', + }} + /> +