List your professional experience or education on a timeline.

Usage
To add this block to your homepage, copy the below YAML configuration for this block into the existing sections
on your homepage at content/_index.md
.
Alternatively, to create a new page with this block, copy the full YAML front matter below into a new file such as content/hello.md
.
How do I add my organisation logos? Simply add the company logo option, such as company_logo: my-logo
, to an experience entry where my-logo
references an SVG image at assets/media/icons/brands/my-logo.svg
. Check out an example of adding these logos to an Experience block.
---
title: My page
type: landing
sections:
- block: experience
content:
title: Experience
# Date format for experience
# Refer to https://wowchemy.com/docs/customization/#date-format
date_format: Jan 2006
# Experiences.
# Add/remove as many experience `items` below as you like.
# Required fields are `title`, `company`, and `date_start`.
# Leave `date_end` empty if it's your current employer.
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
items:
- title: CEO
company: GenCoin
company_url: ''
company_logo: org-gc
location: California
date_start: '2021-01-01'
date_end: ''
description: |2-
Responsibilities include:
* Analysing
* Modelling
* Deploying
- title: Professor of Semiconductor Physics
company: University X
company_url: ''
company_logo: org-x
location: California
date_start: '2016-01-01'
date_end: '2020-12-31'
description: Taught electronic engineering and researched semiconductor physics.
design:
# Choose how many columns the section has. Valid values: '1' or '2'.
columns: '1'
---
Tip
The use of
|2-
in the above front matter example is a YAML configuration syntax that enables us to easily write multi-line content in the front matter.
Customization
Learn how to customize the block design, such as the background, padding, or even applying your own custom styles.