diff --git a/content/images/employee360.png b/content/images/employee360.png new file mode 100644 index 0000000..5a1ff7c Binary files /dev/null and b/content/images/employee360.png differ diff --git a/content/sections/projects/projects.json b/content/sections/projects/projects.json index dd50477..a03cb89 100644 --- a/content/sections/projects/projects.json +++ b/content/sections/projects/projects.json @@ -3,31 +3,27 @@ { "visible": true, "category": "", - "title": "", - "description": "", - "tags": ["", ""], + "title": "Employee360", + "description": "A tool to manage and organize employee data to help during one on ones, coaching, reviews, and promotions.", + "tags": ["Ruby on Rails", "Product Owner"], "image": { - "src": "../../images/clement-h-95YRwf6CNw8-unsplash.jpg", + "src": "../../images/employee360.png", "alt": "", "linkTo": "" }, "links": [ { "type": "github", - "url": "https://github.com/aprilrieger" - }, - { - "type": "external", - "url": "https://aprilrieger.github.io" + "url": "https://github.com/scientist-softserv/employee360" } ] }, { "visible": true, "category": "", - "title": "", - "description": "", - "tags": ["", ""], + "title": "A Step-by-Step Guide To Effortlessly Dockerize Your PHP Laravel App", + "description": "A quick dockerized Laravel php application ready for development.", + "tags": ["Tutorial", "Docker", "php", "Laravel", "Development"], "image": { "src": "../../images/clement-h-95YRwf6CNw8-unsplash.jpg", "alt": "", @@ -36,11 +32,7 @@ "links": [ { "type": "github", - "url": "https://github.com/aprilrieger" - }, - { - "type": "external", - "url": "https://aprilrieger.github.io" + "url": "https://github.com/aprilrieger/larvel-app" } ] } @@ -50,4 +42,4 @@ "label": "Visit on Github", "url": "https://github.com/aprilrieger" } -} +} \ No newline at end of file