1
0

Icon and cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-25 18:50:12 +01:00
parent b1058d2d1d
commit d70101662f
5 changed files with 21 additions and 7 deletions

BIN
assets/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -60,5 +60,7 @@ email: ""
#- Researchers #- Researchers
#- Visitors #- Visitors
--- ---
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low level embedded programming.
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low level embedded programming and control theory. Serval years experience working on electronic, hardware and software projects. Primary focus on development in the C language. But have through various projects, also acquired experienced with programming in C++, C#, Python, PHP and JavaScript.
Experience with modern software development tools and concepts, such as modeling tools, continuous integration, test driven development, bug trackers and source control systems.

View File

@ -6,7 +6,7 @@ active = true # Activate this widget? true/false
weight = 40 # Order that this section will appear. weight = 40 # Order that this section will appear.
title = "Experience" title = "Experience"
subtitle = "" subtitle = "Work related"
# Date format for experience # Date format for experience
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format # Refer to https://sourcethemes.com/academic/docs/customization/#date-format
@ -24,7 +24,10 @@ date_format = "Jan 2006"
location = "Struer, Denmark" location = "Struer, Denmark"
date_start = "2019-06-17" date_start = "2019-06-17"
date_end = "" date_end = ""
description = """Software Engineer on medical devices. Embedded programming. Drivers. PID regulation.""" description = """Software Engineer on medical devices.
- Embedded programming, drivers and services C/C++.
- Control theory
- Product development under QMS - ISO 13485"""
[[experience]] [[experience]]
title = "Development technician" title = "Development technician"
@ -33,6 +36,9 @@ date_format = "Jan 2006"
location = "Lemvig, Denmark" location = "Lemvig, Denmark"
date_start = "2010-01-01" date_start = "2010-01-01"
date_end = "2019-01-01" date_end = "2019-01-01"
description = """Customer support. Web and Embedded development.""" description = """Development support technician. Primary employment focusing on development and supporting in development related tasks.
- Embedded software
- Customer support and hardware servicing
- Windows software and server applications."""
+++ +++

View File

@ -18,7 +18,7 @@ date_format = "Jan 2006"
# Leave `date_end` empty if it's your current employer. # Leave `date_end` empty if it's your current employer.
# Begin/end multi-line descriptions with 3 quotes `"""`. # Begin/end multi-line descriptions with 3 quotes `"""`.
[[experience]] [[experience]]
title = "National Judge" title = "National Judge (NJ)"
company = "Danish Sailing Association" company = "Danish Sailing Association"
company_url = "http://sejlsport.dk/" company_url = "http://sejlsport.dk/"
date_start = "2015-03-10" date_start = "2015-03-10"

View File

@ -20,6 +20,12 @@ subtitle = ""
name = "C, C++, Assembly" name = "C, C++, Assembly"
description = "Embedded programming. AVR, ARM, PIC microcontrollers…" description = "Embedded programming. AVR, ARM, PIC microcontrollers…"
[[feature]]
icon = "tools"
icon_pack = "fa"
name = "Development tools"
description = "Static code analysis, CI/CD tools, Software modeling tools, MATLAB/SimuLink…"
[[feature]] [[feature]]
icon = "server" icon = "server"
icon_pack = "fa" icon_pack = "fa"
@ -30,6 +36,6 @@ subtitle = ""
icon = "code" icon = "code"
icon_pack = "fa" icon_pack = "fa"
name = "Webdevelopment" name = "Webdevelopment"
description = "Webdevolpment. HTML/JS, PHP, SQL, NodeJS, WebSockets…" description = "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets…"
+++ +++