# yaml-language-server: $schema=../../../lib/schema.json

# > Picture theme
# Render a profile picture on the left of the header section of the resume.
# Provide the path to the picture with `basics.image`. You can configure
# it to render as round picture with `basics.roundedImage`.

output: ../../out/themes/picture.pdf

imports:
  - ../../../src/themes/picture.tsx


config:
  useIcons: true

basics:
  image: https://lukasbach.com/profile.jpg
  roundedImage: true
  name: John Doe
  email: john.doe@outlook.com
  phone: +1 (123) 456-7890
  profiles:
    - network: GitHub
      username: johndoe
      url: https://github.com/johndoe
    - network: LinkedIn
      username: johndoe
      url: https://linkedin.com/in/johndoe
  url: https://www.johndoe.com
  summary: |
    Experienced software engineer with a passion for building scalable web applications. Proficient in JavaScript, React, and Node.js. Strong problem-solving skills and a commitment to delivering high-quality code.

skills:
  - name: Languages
    $id: languages
    keywords:
      - JavaScript
      - TypeScript
  - name: Frameworks
    keywords:
      - React
      - Node.js
      - Express
  - name: Tools & Technologies
    keywords:
      - Git
      - Docker
      - AWS

work:
  - position: Senior Software Engineer
    $id: company1
    name: Tech Company
    location: Karlsruhe, Germany
    startDate: 2021/12
    highlights:
      - Item 1
      - Item 2
      - Item 3
  - position: Software Engineer
    $id: company2
    name: Tech Company
    location: Karlsruhe, Germany
    startDate: 2020/01
    endDate: 2021/12
    highlights:
      - Item 1
      - Item 2
      - Item 3
  - position: Junior Developer
    $id: company3
    name: Startup Inc.
    startDate: 2018/06
    endDate: 2019/12
    highlights:
      - Item 1
      - Item 2
      - Item 3