24 lines
810 B
YAML
24 lines
810 B
YAML
# section information
|
|
section:
|
|
name: 成就
|
|
id: achievements
|
|
enable: true
|
|
weight: 7
|
|
showOnNavbar: true
|
|
# Can optionally hide the title in sections
|
|
# hideTitle: true
|
|
|
|
# Your achievements achievements
|
|
achievements:
|
|
- title: Best Presenter
|
|
image: /images/sections/achievements/presenter.jpg
|
|
summary: Best presenter in the 2020 XYZ conference.
|
|
- title: Champion
|
|
image: /images/sections/achievements/sport.jpg
|
|
summary: Champion in cycling inter-city cycling championship 2020.
|
|
- title: Graduation
|
|
image: /images/sections/achievements/graduation-cap.jpg
|
|
summary: Received Bachelor of Science (B.Sc.) in Computer Science and Engineer from XYZ University.
|
|
- title: Award Winner
|
|
image: /images/sections/achievements/woman-winner.jpg
|
|
summary: Wined best paper award at IEE Conference 2020.
|