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!
|
2019-02-04 23:42:51 +01:00
|
|
|
active = true # Activate this widget? true/false
|
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.
|
2019-02-27 23:34:04 +01:00
|
|
|
weight = 30
|
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
|
|
|
#
|
2019-02-04 23:42:51 +01:00
|
|
|
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#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
|
|
|
|
|
|
|
+++
|