diff --git a/content/home/about.md b/content/home/about.md deleted file mode 100644 index a775297..0000000 --- a/content/home/about.md +++ /dev/null @@ -1,29 +0,0 @@ -+++ -# About/Biography widget. -widget = "about" -active = true -date = 1980-10-17T00:00:00 - -# Order that this section will appear in. -weight = 5 - -# List your academic interests. -[interests] - interests = [ - "Software Engineering", - "Electronics repair, design, and manufacturing" - ] - -# List your qualifications (such as academic degrees). -[[education.courses]] - course = "B.Sc. Software Engineering" - institution = "Fontys University of Applied Sciences" - year = 2007 - -+++ - -# Biography - -Ariejan de Vroom is a senior software engineer at [Kabisa](https://www.kabisa.nl). His interests include test-driven software development and rock-solid backend engineering. He leads teams of software developers as scrum master or product owner in web development projects. - -In his free time Ariejan likes to tinker with electronics by repairing _"vintage"_ audio equipment or designing, programming, and manufacturing small batch electronics projects. \ No newline at end of file diff --git a/content/home/contact.md b/content/home/contact.md deleted file mode 100644 index 67e2a36..0000000 --- a/content/home/contact.md +++ /dev/null @@ -1,22 +0,0 @@ -+++ -# Contact widget. -widget = "contact" -active = true -date = 1980-10-17T00:00:00 - -title = "Contact" -subtitle = "" - -# Order that this section will appear in. -weight = 70 - -# Automatically link email and phone? -autolink = true - -# Email form provider -# 0: Disable email form -# 1: Netlify (requires that the site is hosted by Netlify) -# 2: formspree.io -email_form = 2 -+++ - diff --git a/content/home/experience.md b/content/home/experience.md deleted file mode 100644 index 8bbc53f..0000000 --- a/content/home/experience.md +++ /dev/null @@ -1,55 +0,0 @@ -+++ -# Experience widget. -widget = "experience" # Do not modify this line! -active = true # Activate this widget? true/false - -title = "Experience" -subtitle = "" - -# Order that this section will appear in. -weight = 8 - -# Date format for experience -# Refer to https://sourcethemes.com/academic/docs/customization/#date-format -date_format = "January 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 = "Senior Software Engineer" - company = "Kabisa" - company_url = "https://www.kabisa.nl" - location = "Weert, The Netherlands" - date_start = "2007-08-06" - date_end = "" - description = """ - Provide software engineering consultancy with a focus on Ruby on Rails web applications and software integration. - - Responsibilities include: - - * Writing rock-solid Ruby on Rails applications - * Manage development teams as either Scrum Master or Product Owner - * Manage relations with stakeholders and customers - * Train colleagues on software craftsmanship and testing practices - * Supervise software engineering interns and graduate students - * Organize and speak at meet-ups and conferences - """ - -[[experience]] - title = "Lecturer / Software Engineer" - company = "Fontys University of Applied Sciences" - company_url = "https://www.fontyx.nl" - location = "Eindhoven, The Netherlands" - date_start = "2004-09-01" - date_end = "2007-07-31" - description = """ - Responsibilities include: - - * Lecture on Open-Source software, Linux and provide LPI training courses - * Manage groups of students on software engineering projects - """ - -+++ diff --git a/content/home/posts.md b/content/home/posts.md deleted file mode 100644 index e368695..0000000 --- a/content/home/posts.md +++ /dev/null @@ -1,26 +0,0 @@ -+++ -# Recent Posts widget. -# This widget displays recent posts from `content/post/`. -widget = "posts" # Do not modify this line! -active = true # Activate this widget? true/false -weight = 40 # Order that this section will appear. -date = 1980-10-17T00:00:00 - -title = "Recent Posts" -subtitle = "" - -# Number of recent posts to list. -count = 5 - -# List format. -# 0 = Simple -# 1 = Detailed -# 2 = Stream -list_format = 2 - -# Filter posts by tag or category. -# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"` -filter_tag = "" -filter_category = "" -+++ - diff --git a/content/home/projects.md b/content/home/projects.md deleted file mode 100644 index b6fc5d6..0000000 --- a/content/home/projects.md +++ /dev/null @@ -1,52 +0,0 @@ -+++ -# Projects widget. -widget = "projects" -active = true -date = 2016-04-20T00:00:00 - -title = "Projects" -subtitle = "" - -# Order that this section will appear in. -weight = 50 - -# Content. -# Display content from the following folder. -# For example, `folder = "project"` displays content from `content/project/`. -folder = "projects" - -# View. -# Customize how projects are displayed. -# Legend: 0 = list, 1 = cards, 2 = showcase. -view = 2 - -# Widget layout -# Legend: 0 = two columns (default), 1 = single column -widget_layout = 0 - -# For Showcase view, flip alternate rows? -flip_alt_rows = false - -# Filter toolbar. - -# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below). -filter_default = 0 - -# Add or remove as many filters (`[[filter]]` instances) as you like. -# To show all items, set `tag` to "*". -# To filter by a specific tag, set `tag` to an existing tag name. -# To remove toolbar, delete/comment all instances of `[[filter]]` below. -# [[filter]] -# name = "All" -# tag = "*" -# -# [[filter]] -# name = "Deep Learning" -# tag = "Deep Learning" -# -# [[filter]] -# name = "Other" -# tag = "Demo" - -+++ -