diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 85230bf..f2ff578 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -9,13 +9,8 @@ weight = 10 [[main]] - name = "Projects" - url = "#projects" - weight = 20 - -[[main]] - name = "Resume" - url = "#projects" + name = "Experience" + url = "#experience" weight = 30 [[main]] diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index a32c12a..775cef3 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -23,7 +23,7 @@ bio: Electronic engineer with a strong focus on embedded software development. interests: - Embedded software - Control theory -- Continous Integration +- Continuous Integration education: courses: @@ -61,6 +61,4 @@ email: "" #- Visitors --- -Employee at Phillips-Medisize working on a wide range of electronic projects mainly focused towards low level embedded programming and control theory. - - +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. \ No newline at end of file diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md index e2fd9a2..6187c01 100644 --- a/content/home/accomplishments.md +++ b/content/home/accomplishments.md @@ -2,7 +2,7 @@ # Accomplishments widget. widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 50 # Order that this section will appear. title = "Accomplish­ments" diff --git a/content/home/experience.md b/content/home/experience.md index 12d7b3d..df912c7 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -18,27 +18,21 @@ date_format = "Jan 2006" # Leave `date_end` empty if it's your current employer. # Begin/end multi-line descriptions with 3 quotes `"""`. [[experience]] - title = "CEO" - company = "GenCoin" - company_url = "" - location = "California" - date_start = "2017-01-01" + title = "Software Engineer" + company = "Phillips-Medisize A/S" + company_url = "https://www.phillipsmedisize.com/" + location = "Struer, Denmark" + date_start = "2019-06-17" date_end = "" - description = """ - Responsibilities include: - - * Analysing - * Modelling - * Deploying - """ + description = """Software Engineer on medical devices. Embedded programming. Drivers. PID regulation.""" [[experience]] - title = "Professor" - company = "University X" - company_url = "" - location = "California" - date_start = "2016-01-01" - date_end = "2016-12-31" - description = """Taught electronic engineering and researched semiconductor physics.""" + title = "Development technician" + company = "LEAX A/S" + company_url = "http://leax.dk" + location = "Lemvig, Denmark" + date_start = "2010-01-01" + date_end = "2019-01-01" + description = """Customer support. Web and Embedded development.""" +++ diff --git a/content/home/featured.md b/content/home/featured.md index 345b6ea..6420c8f 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -5,7 +5,7 @@ widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 80 # Order that this section will appear. title = "Featured Publications" diff --git a/content/home/posts.md b/content/home/posts.md index 12b3b6f..4afc303 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -4,7 +4,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 60 # Order that this section will appear. title = "Recent Posts" diff --git a/content/home/projects.md b/content/home/projects.md index 660aa97..0f1e61d 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -2,7 +2,7 @@ # A Projects section created with the Portfolio widget. widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 65 # Order that this section will appear. title = "Projects" diff --git a/content/home/publications.md b/content/home/publications.md index 1d22f86..07a11f4 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -4,7 +4,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 90 # Order that this section will appear. title = "Recent Publications" diff --git a/content/home/sailing.md b/content/home/sailing.md new file mode 100644 index 0000000..1f9deca --- /dev/null +++ b/content/home/sailing.md @@ -0,0 +1,41 @@ ++++ +# Experience widget. +widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ +headless = true # This file represents a page section. +active = true # Activate this widget? true/false +weight = 45 # Order that this section will appear. + +title = "Sailing" +subtitle = "Race offical experience" + +# Date format for experience +# Refer to https://sourcethemes.com/academic/docs/customization/#date-format +date_format = "Jan 2006" + +# Experiences. +# Add/remove as many `[[experience]]` blocks below as you like. +# Required fields are `title`, `company`, and `date_start`. +# Leave `date_end` empty if it's your current employer. +# Begin/end multi-line descriptions with 3 quotes `"""`. +[[experience]] + title = "National Judge" + company = "Danish Sailing Association" + company_url = "http://sejlsport.dk/" + date_start = "2015-03-10" + # description = """""" + +[[experience]] + title = "Umpire" + company = "Danish Sailing Association" + company_url = "http://sejlsport.dk/" + date_start = "2014-08-17" + description = """Matchracing umpire at regional level.""" + +[[experience]] + title = "Rule 42 Seminar" + company = "Danish Sailing Association" + company_url = "http://sejlsport.dk/" + date_start = "2014-05-01" + description = """Rule 42 (Appendix P) seminar. + """ ++++ diff --git a/content/home/skills.md b/content/home/skills.md index 9f9f18e..ee97085 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -15,21 +15,21 @@ subtitle = "" # For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons [[feature]] - icon = "r-project" - icon_pack = "fab" - name = "R" - description = "90%" + icon = "microchip" + icon_pack = "fa" + name = "C, C++, Assembly" + description = "Embedded programming. AVR, ARM, PIC microcontrollers…" [[feature]] - icon = "chart-line" - icon_pack = "fas" - name = "Statistics" - description = "100%" + icon = "server" + icon_pack = "fa" + name = "Linux" + description = "Linux development, for embedded systems and servers. Docker, RDBMs, package managers…" [[feature]] - icon = "camera-retro" - icon_pack = "fas" - name = "Photography" - description = "10%" + icon = "code" + icon_pack = "fa" + name = "Webdevelopment" + description = "Webdevolpment. HTML/JS, PHP, SQL, NodeJS, WebSockets…" +++ diff --git a/content/home/tags.md b/content/home/tags.md index 6da5875..d550a28 100644 --- a/content/home/tags.md +++ b/content/home/tags.md @@ -2,7 +2,7 @@ # Tag Cloud widget. widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 120 # Order that this section will appear. title = "Popular Topics" diff --git a/content/home/talks.md b/content/home/talks.md index 2be0258..4d2c0d3 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -4,7 +4,7 @@ widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 70 # Order that this section will appear. title = "Recent & Upcoming Talks"