43 lines
935 B
Markdown
43 lines
935 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 = "Compétences"
|
||
|
subtitle = "LANGAGES INFORMATIQUES"
|
||
|
|
||
|
# 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 = "code"
|
||
|
icon_pack = "fas"
|
||
|
name = "Code ISO / G-Code"
|
||
|
parcent = "75%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "html5"
|
||
|
icon_pack = "fab"
|
||
|
name = "HTML/CSS"
|
||
|
parcent = "90%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "python"
|
||
|
icon_pack = "fab"
|
||
|
name = "Python"
|
||
|
parcent = "80%"
|
||
|
|
||
|
[[feature]]
|
||
|
icon = "code"
|
||
|
icon_pack = "fas"
|
||
|
name = "C++ (Arduino)"
|
||
|
parcent = "50%"
|
||
|
|
||
|
+++
|
||
|
|