Getting started
UI
W.Feature
Widget
.
Graphic Designer
ABC Design Studio, New York, NY
2021 - Present
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.
Junior Graphic Designer
XYZ Creative Agency, Los Angeles, CA
2018 - 2021
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.
Master of Fine Arts in Graphic Design
New York University's School of Design
2018 - 2020
---
import { WidgetStepsTimeline } from '@yatoday/astro-ui/astro';
---
<WidgetStepsTimeline
title="Work experience"
defaultIcon="tabler:briefcase"
image={{ src: '~/assets/images/800x800.svg', alt: 'Lorem Test' }}
items={[
{
title: 'Graphic Designer <br /> <span class="font-normal">ABC Design Studio, New York, NY</span> <br /> <span class="text-sm font-normal">2021 - Present</span>',
description: `Collaborate with clients to understand design requirements and objectives. <br /> Develop branding solutions, including logos, color palettes, and brand guidelines. <br /> Design marketing materials such as brochures, posters, and digital assets. <br /> Create visually appealing user interfaces for websites and applications.`,
},
{
title: 'Junior Graphic Designer <br /> <span class="font-normal">XYZ Creative Agency, Los Angeles, CA</span> <br /> <span class="text-sm font-normal">2018 - 2021</span>',
description: `Assisted senior designers in creating design concepts and visual assets. <br /> Contributed to the development of brand identities and marketing collateral. <br /> Collaborated with the marketing team to ensure consistent design across campaigns. <br /> Gained hands-on experience in various design software and tools.`,
},
{
title: `Master of Fine Arts in Graphic Design <br /> <span class="font-normal">New York University's School of Design</span> <br /> <span class="text-sm font-normal">2018 - 2020</span>`,
icon: 'tabler:school',
},
]}
/>
Prop | Type | Default | Description |
---|---|---|---|
title | string | - | Title in Headline component |
subtitle | string | - | Subtitle in Headline component |
tagline | string | - | Tagline in Headline component |
image | string | Image | - | Path to the widget’s image |
items | Array | [] | Array of Item items |
isReversed | boolean | false | Defines left or right position |
isAfterContent | boolean | false | - |
id | string | - | Specify a unique id for the section |
isDark | boolean | false | Adds the dark CSS class to the WidgetWrapper |
bg | string | - | Set background element |
defaultIcon | string | - | The name of the default icon that will be applied to all list items. |
classes.container | string | - | CSS classes for the WidgetWrapper container |
classes.headline.{...} | string | - | CSS classes for the Headline component |
classes.items.{...} | Object | - | CSS classes for each Timeline item in the list |