Skip to content

Commit fdf219b

Browse files
committed
feature: implement project info window with screenshot slideshow
1 parent 1cc15f5 commit fdf219b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
1.55 MB
Loading
1.57 MB
Loading
1.71 MB
Loading

src/data/projects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const projects = [
3636
icon: "/images/icons/sunset-restaurant.png",
3737
iconSelected: "/images/icons/sunset-restaurant.png",
3838
iconAlt: "Palm trees in front of triangle shapes",
39-
screenshots: [],
39+
screenshots: ["sunset-landing-page.png", "sunset-error-state.png", "sunset-preorder.png"],
4040
type: "project",
4141
address: "https://sunset-restaurant.herokuapp.com/",
4242
github: {
@@ -45,10 +45,10 @@ export const projects = [
4545
general: "https://github.com/janoskocs/sunset-web-app/",
4646
},
4747
published_at: "14/04/2023",
48-
techstack: ["js", "ejs", "express", "node", "mongodb"],
48+
techstack: ["js", "express", "node", "mongodb"],
4949
libraries: [""],
5050
description:
5151
"Sunset Restaurant is an interactive web app that aims to simplify table booking in restaurants.",
52-
long_description: "test",
52+
long_description: "Sunset Restaurant is an interactive web app that aims to simplify table booking in restaurants.",
5353
},
5454
];

0 commit comments

Comments
 (0)