diff --git a/content/projects/_index.md b/content/projects/_index.md index 1c199eb..918836f 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,5 +1,5 @@ --- title: Projects -summary: Tell visitors about your projects by customizing this text. +summary: Explore some of the projects I've worked on. description: Explore some of the projects I've worked on. --- \ No newline at end of file diff --git a/content/projects/portfolio-project-1/index.md b/content/projects/portfolio-project-1/index.md index ef78105..1a6d2f9 100644 --- a/content/projects/portfolio-project-1/index.md +++ b/content/projects/portfolio-project-1/index.md @@ -6,7 +6,7 @@ description: Portfolio Project 1 is my first portfolio project. slug: portfolio-project-1 author: John Doe -draft: false +draft: true date: 2019-02-20T03:52:30-05:00 lastmod: expiryDate: diff --git a/content/projects/portfolio-project-2/index.md b/content/projects/portfolio-project-2/index.md index 4d3a2ae..d0d7dc6 100644 --- a/content/projects/portfolio-project-2/index.md +++ b/content/projects/portfolio-project-2/index.md @@ -6,7 +6,7 @@ description: Portfolio Project 2 is my second portfolio project. slug: portfolio-project-2 author: John Doe -draft: false +draft: true date: 2020-02-20T03:52:30-05:00 lastmod: expiryDate: diff --git a/content/projects/portfolio-project-3/index.md b/content/projects/portfolio-project-3/index.md index 336aa3a..501e6ea 100644 --- a/content/projects/portfolio-project-3/index.md +++ b/content/projects/portfolio-project-3/index.md @@ -1,158 +1,43 @@ --- -title: Portfolio Project 3 -seo_title: Portfolio Project 3 -summary: Portfolio Project 3 is my third portfolio project. +title: Robot Operational Control (ROC) +seo_title: Robot Operational Control (ROC) +summary: United Rentals contract project crafting a autonomous vehicle control app description: Portfolio Project 3 is my third portfolio project. -slug: portfolio-project-3 -author: John Doe +slug: project-roc +author: Kevin Ulrich draft: false -date: 2023-02-20T03:52:30-05:00 +date: 2024-02-13T23:09:02+0000 lastmod: expiryDate: publishDate: -feature_image: +feature_image: roc.jpeg feature_image_alt: project types: - - Open Source + - Contract + - Consulting techstack: - - Hugo - HTML/CSS + - SQLite - JavaScript - - Netlify -live_url: https://hugo-liftoff.netlify.app -source_url: https://github.com/wjh18/hugo-liftoff + - Electron + - React + - Redux + - Material-UI + - OpenLayers + - GIS +link: https://www.freshconsulting.com/work/united-rentals-robot-operational-control --- -This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. +# Robot Operational Control (ROC) -## Headings +## Summary +In 2018 I had the pleasure of working on a project for United Rentals with Fresh Consulting. It was a desktop web app, intended to be run on tablets on-site in construction projects. It was an Electron web app with a SQLite backend, and a GraphQL interface between. -The following HTML `
Test
- - -``` - -### Code block indented with four spaces - - - - - -Test
- - - -### Code block with Hugo's internal highlight shortcode - -{{< highlight html >}} - - - - -Test
- - -{{< /highlight >}} - -## List Types - -### Ordered List - -1. First item -2. Second item -3. Third item - -### Unordered List - -* List item -* Another item -* And another item - -### Nested list - -* Fruit - * Apple - * Orange - * Banana -* Dairy - * Milk - * Cheese - -## Other Elements — abbr, sub, sup, kbd, mark - -GIF is a bitmap image format. - -H2O - -Xn + Yn = Zn - -Press CTRL+ALT+Delete to end the session. - -Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. +The highlight of this project was going to Florida for a week to work on-site at a solar panel installation as they were building it. We tested the track loaders and used the software that I and my team were building in real time. The only downside was that it was over 100 degrees every day. We were in a small, old house for 12 hours a day, and throughout the day the AC was overcome to the point that by dinner it was almost the same temperature inside as outside. \ No newline at end of file diff --git a/content/projects/portfolio-project-3/roc.jpeg b/content/projects/portfolio-project-3/roc.jpeg new file mode 100644 index 0000000..bccb4a5 Binary files /dev/null and b/content/projects/portfolio-project-3/roc.jpeg differ diff --git a/content/projects/portfolio-project-4/index.md b/content/projects/portfolio-project-4/index.md index 04941c0..6266ebe 100644 --- a/content/projects/portfolio-project-4/index.md +++ b/content/projects/portfolio-project-4/index.md @@ -6,7 +6,7 @@ description: Portfolio Project 4 is my fourth portfolio project. slug: portfolio-project-4 author: John Doe -draft: false +draft: true date: 2022-02-20T03:52:30-05:00 lastmod: expiryDate: diff --git a/content/projects/portfolio-project-5/index.md b/content/projects/portfolio-project-5/index.md index ac3cd20..b2083fd 100644 --- a/content/projects/portfolio-project-5/index.md +++ b/content/projects/portfolio-project-5/index.md @@ -6,7 +6,7 @@ description: Portfolio Project 5 is my fifth portfolio project. slug: portfolio-project-5 author: John Doe -draft: false +draft: true date: 2021-02-20T03:52:30-05:00 lastmod: expiryDate: diff --git a/themes/hugo-liftoff/layouts/partials/projects/project-entry.html b/themes/hugo-liftoff/layouts/partials/projects/project-entry.html index 4b9ed6a..b205a03 100644 --- a/themes/hugo-liftoff/layouts/partials/projects/project-entry.html +++ b/themes/hugo-liftoff/layouts/partials/projects/project-entry.html @@ -28,8 +28,11 @@