42 lines
974 B
Markdown
42 lines
974 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 = true # Activate this widget? true/false
|
||
|
weight = 30 # Order that this section will appear.
|
||
|
|
||
|
title = "Skills"
|
||
|
subtitle = "I AM REALLY GOOD AT THE FOLLOWING TECHNICAL SKILLS"
|
||
|
|
||
|
# 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 = "chart-line"
|
||
|
icon_pack = "fas"
|
||
|
name = "Analysis"
|
||
|
parcent = "90%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "user-secret"
|
||
|
icon_pack = "fas"
|
||
|
name = "Leadership"
|
||
|
parcent = "80%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "camera-retro"
|
||
|
icon_pack = "fas"
|
||
|
name = "Photography"
|
||
|
parcent = "70%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "searchengin"
|
||
|
icon_pack = "fab"
|
||
|
name = "Research"
|
||
|
parcent = "95%"
|
||
|
|
||
|
+++
|