@@ -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