Cleanup. Moving to YAML
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,45 +1,31 @@
|
||||
+++
|
||||
# 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
|
||||
weight = 49 # Order that this section will appear.
|
||||
---
|
||||
widget: "accomplishments"
|
||||
headless: true
|
||||
weight: 49
|
||||
|
||||
title = "Certificates"
|
||||
subtitle = ""
|
||||
title: "Certificates"
|
||||
|
||||
# Date format
|
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||
date_format = "2006"
|
||||
date_format: "2006"
|
||||
|
||||
|
||||
[[item]]
|
||||
organization = "Danish Maritime Authority"
|
||||
organization_url = "https://www.soefartsstyrelsen.dk/"
|
||||
title = "Test for certificate of competency for yachtsmen"
|
||||
url = "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/Duelighed/Sider/default.aspx"
|
||||
date_start = "2012-03-20"
|
||||
date_end = ""
|
||||
description = """"""
|
||||
item:
|
||||
- organization: "Danish Maritime Authority"
|
||||
organization_url: "https://www.soefartsstyrelsen.dk/"
|
||||
title: "Test for certificate of competency for yachtsmen"
|
||||
url: "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/Duelighed/Sider/default.aspx"
|
||||
date_start: "2012-03-20"
|
||||
|
||||
[[item]]
|
||||
organization = "Danish Maritime Authority"
|
||||
organization_url = "https://www.soefartsstyrelsen.dk/"
|
||||
title = "Power boat license"
|
||||
url = "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/Speedbaad/Sider/default.aspx"
|
||||
date_start = "2007-03-20"
|
||||
date_end = ""
|
||||
description = """Certificate for operation of powerboats.
|
||||
|
||||
Covers planning hulls except "Personal Watercrafts" less than 15 meters in length.
|
||||
"""
|
||||
- organization: "Danish Maritime Authority"
|
||||
organization_url: "https://www.soefartsstyrelsen.dk/"
|
||||
title: "Power boat license"
|
||||
url: "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/Speedbaad/Sider/default.aspx"
|
||||
date_start: "2007-03-20"
|
||||
description: "Certificate for operation of powerboats. Covers planning hulls except \"Personal Watercrafts\" less than 15 meters in length."
|
||||
|
||||
[[item]]
|
||||
organization = "Danish Maritime Authority"
|
||||
organization_url = "https://www.soefartsstyrelsen.dk/"
|
||||
title = "SRC certificate"
|
||||
url = "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/SRC-certifikat/Sider/default.aspx"
|
||||
date_start = "2011-03-20"
|
||||
date_end = ""
|
||||
description = """Short Range Certificate with DSC. (VHF radio up to 25Watts)"""
|
||||
+++
|
||||
- organization: "Danish Maritime Authority"
|
||||
organization_url: "https://www.soefartsstyrelsen.dk/"
|
||||
title: "SRC certificate"
|
||||
url: "https://www.dma.dk/SkoleFritidssejlads/UddPersonligeBeviser/SRC-certifikat/Sider/default.aspx"
|
||||
date_start: "2011-03-20"
|
||||
description: "Short Range Certificate with DSC. (VHF radio up to 25Watts)"
|
||||
---
|
||||
|
Reference in New Issue
Block a user