Skip to content

Commit 962fa13

Browse files
authored
Merge pull request #4178 from Ridhima10/landing-page
Landing page
2 parents dc62831 + f957899 commit 962fa13

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/Smart-tv.png

614 KB
Loading

src/data/userData.tsx

+9
Original file line numberDiff line numberDiff line change
@@ -423,5 +423,14 @@ export const Users: User[] = [
423423
website: "https://ridhima10.github.io/RidhiPortfolio/",
424424
source: "https://github.com/Ridhima10/RidhiPortfolio",
425425
tags: ["html", "css", "javascript", "react"],
426+
},
427+
// landing page
428+
{
429+
title: "Smart TV Clone",
430+
description: "A landing page made up of HTML, CSS and Javascript which is a clone of netflix in which we can watch movies, tv shows etc",
431+
preview: require("./showcase/Smart-tv.png"),
432+
website: "https://ridhima10.github.io/Smart_Tv_Clone/",
433+
source: "https://github.com/Ridhima10/Smart_Tv_Clone",
434+
tags: ["html", "css", "javascript", "opensource"],
426435
}
427436
];

0 commit comments

Comments
 (0)