Skip to content

Commit

Permalink
feature: implement project info window with screenshot slideshow
Browse files Browse the repository at this point in the history
  • Loading branch information
janoskocs committed Mar 5, 2024
1 parent 1cc15f5 commit fdf219b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added public/screenshots/sunset-error-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/sunset-landing-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/sunset-preorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const projects = [
icon: "/images/icons/sunset-restaurant.png",
iconSelected: "/images/icons/sunset-restaurant.png",
iconAlt: "Palm trees in front of triangle shapes",
screenshots: [],
screenshots: ["sunset-landing-page.png", "sunset-error-state.png", "sunset-preorder.png"],
type: "project",
address: "https://sunset-restaurant.herokuapp.com/",
github: {
Expand All @@ -45,10 +45,10 @@ export const projects = [
general: "https://github.com/janoskocs/sunset-web-app/",
},
published_at: "14/04/2023",
techstack: ["js", "ejs", "express", "node", "mongodb"],
techstack: ["js", "express", "node", "mongodb"],
libraries: [""],
description:
"Sunset Restaurant is an interactive web app that aims to simplify table booking in restaurants.",
long_description: "test",
long_description: "Sunset Restaurant is an interactive web app that aims to simplify table booking in restaurants.",
},
];

0 comments on commit fdf219b

Please sign in to comment.