1
0
jcktrue.dk/content/home/skills.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

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