welcome/data/en/sections/skills.yaml
2021-01-16 11:01:06 +01:00

38 lines
1.3 KiB
YAML

# section information
section:
name: Skills
id: skills
enable: true
weight: 2
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
# Your Skills.
# Give a summary of you each skill in the summary section.
skills:
- name: Powershell
logo: "/images/sections/skills/powershell.png"
summary: "Using as the main language for professional development. Experience in writing automation Script for Windows System administration.."
url: "https://docs.microsoft.com/fr-fr/powershell/"
- name: SCCM
logo: "/images/sections/skills/sccm.png"
summary: "Using in a professional environment to manage configuration. Experienced in master, task sequence, deployment, etc."
url: "https://docs.microsoft.com/fr-fr/mem/configmgr/core/understand/introduction"
- name: Python
logo: "/images/sections/skills/python.png"
summary: "Using as the main language for personal development. Capable to create Flask API."
url: "https://www.python.org/"
- name: Ansible
logo: "/images/sections/skills/ansible.png"
summary: "Use to manage my personal infrastructure configuration. Capable to create roles, playbooks, etc."
url: "https://www.ansible.com/"
- name: Docker
logo: "/images/sections/skills/docker.png"
summary: "Use to manage my personal container. Capable to create dockerfiles, docker-compose."
url: "https://www.docker.com/"