2022-02-16 18:17:14 +01:00
|
|
|
+++
|
|
|
|
# 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"
|
2022-03-03 17:59:26 +01:00
|
|
|
parcent = "50%"
|
2022-02-16 18:17:14 +01:00
|
|
|
|
|
|
|
[[feature]]
|
|
|
|
icon = "code"
|
|
|
|
icon_pack = "fas"
|
|
|
|
name = "C++ (Arduino)"
|
|
|
|
parcent = "50%"
|
|
|
|
|
|
|
|
+++
|
|
|
|
|