Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/QR.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 src/data/showcase/buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/data/userData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,23 @@ export const Users: User[] = [
website:"https://ridhima10.github.io/The_Pull/",
source: "https://github.com/Ridhima10/The_Pull",
tags: ["html", "css", "javascript"],
},
// QR Generator
{
title: "QR Generator",
description: "Simple QR generator made with HTML, CSS and Javacsript",
preview: require("./showcase/QR.png"),
website: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
source: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
tags: ["html", "css", "javascript"],
},
// CSS Buttons sample
{
title: "Custom made CSS Buttons",
description: "Variety of custom made CSS Buttons.Hover on it to get more insight of the buttons. Customize it , use it and have fun ",
preview: require("./showcase/buttons.png"),
website: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
source: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
tags: ["html", "css", "javascript"],
}
];