starter-academic-mpvd/content/home/skills.md

51 lines
1.2 KiB
Markdown
Raw Normal View History

2018-08-12 23:57:56 +02:00
+++
# A Skills section created with the Featurette widget.
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
2019-02-04 23:42:51 +01:00
active = true # Activate this widget? true/false
weight = 30 # Order that this section will appear.
2018-09-01 19:22:35 +02:00
2018-10-01 01:16:12 +02:00
title = "Skills"
2018-09-01 19:22:35 +02:00
subtitle = ""
2018-08-12 23:57:56 +02:00
2018-10-01 01:16:12 +02:00
# Showcase personal skills or business features.
#
2018-08-12 23:57:56 +02:00
# Add/remove as many `[[feature]]` blocks below as you like.
2018-10-01 01:16:12 +02:00
#
2020-05-15 01:04:13 +02:00
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
2018-08-12 23:57:56 +02:00
[[feature]]
2018-10-01 01:16:12 +02:00
icon = "r-project"
icon_pack = "fab"
name = "R"
description = "90%"
2018-08-12 23:57:56 +02:00
[[feature]]
2018-10-01 01:16:12 +02:00
icon = "chart-line"
icon_pack = "fas"
name = "Statistics"
description = "100%"
[[feature]]
icon = "camera-retro"
icon_pack = "fas"
name = "Photography"
description = "10%"
2018-08-12 23:57:56 +02:00
2020-05-15 01:04:13 +02:00
# Uncomment to use emoji icons.
# [[feature]]
# icon = ":smile:"
# icon_pack = "emoji"
# name = "Emojiness"
# description = "100%"
# Uncomment to use custom SVG icons.
# Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
# [[feature]]
# icon = "beach-sunset"
# icon_pack = "custom"
# name = "Surfing"
# description = "90%"
2018-08-12 23:57:56 +02:00
+++