1
0
jcktrue.dk/content/home/skills.md

37 lines
715 B
Markdown
Raw Normal View History

2018-08-12 21:57:56 +00:00
+++
# Feature/Skill widget.
2018-09-01 17:22:35 +00:00
widget = "featurette" # Do not modify this line!
2019-02-04 22:42:51 +00:00
active = true # Activate this widget? true/false
2018-09-01 17:22:35 +00:00
2018-09-30 23:16:12 +00:00
title = "Skills"
2018-09-01 17:22:35 +00:00
subtitle = ""
2018-08-12 21:57:56 +00:00
# Order that this section will appear in.
2018-09-30 23:16:12 +00:00
weight = 7
2018-08-12 21:57:56 +00:00
2018-09-30 23:16:12 +00:00
# Showcase personal skills or business features.
#
2018-08-12 21:57:56 +00:00
# Add/remove as many `[[feature]]` blocks below as you like.
2018-09-30 23:16:12 +00:00
#
2019-02-04 22:42:51 +00:00
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
2018-08-12 21:57:56 +00:00
[[feature]]
2018-09-30 23:16:12 +00:00
icon = "r-project"
icon_pack = "fab"
name = "R"
description = "90%"
2018-08-12 21:57:56 +00:00
[[feature]]
2018-09-30 23:16:12 +00: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 21:57:56 +00:00
+++