36 lines
833 B
Markdown
36 lines
833 B
Markdown
+++
|
|
# 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.
|
|
active = false # Activate this widget? true/false
|
|
weight = 30 # Order that this section will appear.
|
|
|
|
title = "Skills"
|
|
subtitle = ""
|
|
|
|
# Showcase personal skills or business features.
|
|
#
|
|
# Add/remove as many `[[feature]]` blocks below as you like.
|
|
#
|
|
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
|
|
|
[[feature]]
|
|
icon = "r-project"
|
|
icon_pack = "fab"
|
|
name = "R"
|
|
description = "90%"
|
|
|
|
[[feature]]
|
|
icon = "chart-line"
|
|
icon_pack = "fas"
|
|
name = "Statistics"
|
|
description = "100%"
|
|
|
|
[[feature]]
|
|
icon = "camera-retro"
|
|
icon_pack = "fas"
|
|
name = "Photography"
|
|
description = "10%"
|
|
|
|
+++
|