Skip to content

Commit 5defe82

Browse files
authored
Merge pull request #4021 from Ridhima10/css-buttons
Css buttons
2 parents 78ca38d + 77067ea commit 5defe82

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

src/data/showcase/QR.png

14.6 KB
Loading

src/data/showcase/buttons.png

20.7 KB
Loading

src/data/userData.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,23 @@ export const Users: User[] = [
396396
website:"https://ridhima10.github.io/The_Pull/",
397397
source: "https://github.com/Ridhima10/The_Pull",
398398
tags: ["html", "css", "javascript"],
399+
},
400+
// QR Generator
401+
{
402+
title: "QR Generator",
403+
description: "Simple QR generator made with HTML, CSS and Javacsript",
404+
preview: require("./showcase/QR.png"),
405+
website: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
406+
source: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
407+
tags: ["html", "css", "javascript"],
408+
},
409+
// CSS Buttons sample
410+
{
411+
title: "Custom made CSS Buttons",
412+
description: "Variety of custom made CSS Buttons.Hover on it to get more insight of the buttons. Customize it , use it and have fun ",
413+
preview: require("./showcase/buttons.png"),
414+
website: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
415+
source: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
416+
tags: ["html", "css", "javascript"],
399417
}
400418
];

0 commit comments

Comments
 (0)