2018-08-12 23:57:56 +02:00
|
|
|
+++
|
|
|
|
# Feature/Skill widget.
|
2018-09-01 19:22:35 +02:00
|
|
|
widget = "featurette" # Do not modify this line!
|
|
|
|
date = 2017-09-20T00:00:00
|
|
|
|
|
|
|
|
# Activate this widget? true/false
|
2018-10-01 01:16:12 +02:00
|
|
|
active = true
|
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
|
|
|
|
|
|
|
# Order that this section will appear in.
|
2018-10-01 01:16:12 +02:00
|
|
|
weight = 7
|
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
|
|
|
#
|
|
|
|
# Available icon packs and icons:
|
|
|
|
# * fas - Font Awesome standard icons (see https://fontawesome.com/icons)
|
|
|
|
# * fab - Font Awesome brand icons (see https://fontawesome.com/icons)
|
|
|
|
# * ai - academic icons (see https://jpswalsh.github.io/academicons/)
|
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
|
|
|
|
|
|
|
+++
|