From 7ac84eed8088764fe73488bf77e27c8e18dc571c Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 11 Dec 2025 20:32:23 +0100 Subject: [PATCH] Update theme. Adde notes on RIsk Management. --- content/home/skills.md | 7 ++++++- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/content/home/skills.md b/content/home/skills.md index 9eba920..97d892e 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -10,7 +10,7 @@ feature: - icon: "microchip" icon_pack: "fa" name: "C, C++, Assembly" - description: "Embedded programming. AVR, ARM, ST, nRF, PIC" + description: "Embedded programming. ARM, AVR, PIC, 8051, H8" - icon: "tools" icon_pack: "fa" @@ -41,4 +41,9 @@ feature: icon_pack: "fa" name: "Quality control" description: "Software Development under QMS, ISO 13485/62304, Medical device software." + +- icon: "user-gear" + icon_pack: "fa" + name: "Risk management" + description: "Risk Management for Medical Devices. ISO 14971:2019." --- \ No newline at end of file diff --git a/go.mod b/go.mod index 89c4217..763dba3 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,6 @@ require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 // indirect + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 // indirect ) diff --git a/go.sum b/go.sum index 4ab31c6..571d5c5 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,8 @@ github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 h1:AyH1p github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 h1:lnqObXNtLryM+h/meo9d7eluGC7Dv+TTGX4xl8adQjM= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4 h1:Y9moOoDf7yePBCUHrHwIQwpli/mZ7w0/WP9fvvu2oAA= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k=