Skip to content

Commit a879f64

Browse files
author
Aman Kumar Sinha
committed
Added More Photos
1 parent 06a697b commit a879f64

8 files changed

Lines changed: 20 additions & 4 deletions

File tree

project-5/images/building.webp

194 KB
Loading

project-5/images/cars.webp

290 KB
Loading

project-5/images/flower.webp

64.7 KB
Loading

project-5/images/laptop.webp

87.3 KB
Loading

project-5/images/lion.webp

-375 KB
Binary file not shown.

project-5/images/mac.webp

115 KB
Loading

project-5/images/swan.webp

37.6 KB
Loading

project-5/insta-story.js

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ let images = [
77
src: "images/eagle.webp",
88
story: "images/eagle.webp",
99
},
10-
{
11-
src: "images/lion.webp",
12-
story: "images/lion.webp",
13-
},
1410
{
1511
src: "images/deer.webp",
1612
story: "images/deer.webp",
@@ -19,6 +15,26 @@ let images = [
1915
src: "images/model.webp",
2016
story: "images/model.webp",
2117
},
18+
{
19+
src: "images/building.webp",
20+
story: "images/building.webp",
21+
},
22+
{
23+
src: "images/cars.webp",
24+
story: "images/cars.webp",
25+
},
26+
{
27+
src: "images/flower.webp",
28+
story: "images/flower.webp",
29+
},
30+
{
31+
src: "images/mac.webp",
32+
story: "images/mac.webp",
33+
},
34+
{
35+
src: "images/swan.webp",
36+
story: "images/swan.webp",
37+
},
2238
];
2339

2440
let story = "";

0 commit comments

Comments
 (0)