0.7.2

WidgetStepsTimeline

Source code

.

Default

Work experience

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

Lorem Test
---
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',
    },
  ]}
/>

Props

PropTypeDefaultDescription
titlestring-Title in Headline component
subtitlestring-Subtitle in Headline component
taglinestring-Tagline in Headline component
imagestring | Image-Path to the widget’s image
itemsArray[]Array of Item items
isReversedbooleanfalseDefines left or right position
isAfterContentbooleanfalse-
idstring-Specify a unique id for the section
isDarkbooleanfalseAdds the dark CSS class to the WidgetWrapper
bgstring-Set background element
defaultIconstring-The name of the default icon that will be applied to all list items.
classes.containerstring-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