2018-08-12 22:57:56 +01:00
|
|
|
+++
|
2019-03-17 20:39:18 +00: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.
|
2019-02-04 22:42:51 +00:00
|
|
|
active = true # Activate this widget? true/false
|
2019-03-17 20:39:18 +00:00
|
|
|
weight = 30 # Order that this section will appear.
|
2018-09-01 18:22:35 +01:00
|
|
|
|
2018-10-01 00:16:12 +01:00
|
|
|
title = "Skills"
|
2018-09-01 18:22:35 +01:00
|
|
|
subtitle = ""
|
2018-08-12 22:57:56 +01:00
|
|
|
|
2018-10-01 00:16:12 +01:00
|
|
|
# Showcase personal skills or business features.
|
|
|
|
#
|
2018-08-12 22:57:56 +01:00
|
|
|
# Add/remove as many `[[feature]]` blocks below as you like.
|
2018-10-01 00:16:12 +01:00
|
|
|
#
|
2019-02-04 22:42:51 +00:00
|
|
|
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
2018-08-12 22:57:56 +01:00
|
|
|
|
|
|
|
[[feature]]
|
2020-02-22 21:08:03 +01:00
|
|
|
icon = "microchip"
|
|
|
|
icon_pack = "fa"
|
|
|
|
name = "C, C++, Assembly"
|
|
|
|
description = "Embedded programming. AVR, ARM, PIC microcontrollers…"
|
2018-08-12 22:57:56 +01:00
|
|
|
|
|
|
|
[[feature]]
|
2020-02-22 21:08:03 +01:00
|
|
|
icon = "server"
|
|
|
|
icon_pack = "fa"
|
|
|
|
name = "Linux"
|
|
|
|
description = "Linux development, for embedded systems and servers. Docker, RDBMs, package managers…"
|
2018-10-01 00:16:12 +01:00
|
|
|
|
|
|
|
[[feature]]
|
2020-02-22 21:08:03 +01:00
|
|
|
icon = "code"
|
|
|
|
icon_pack = "fa"
|
|
|
|
name = "Webdevelopment"
|
|
|
|
description = "Webdevolpment. HTML/JS, PHP, SQL, NodeJS, WebSockets…"
|
2018-08-12 22:57:56 +01:00
|
|
|
|
|
|
|
+++
|