From ea138681c77ae2b29dcdec4eb3dd3817a1bc10bf Mon Sep 17 00:00:00 2001 From: riyaguptaa-01 Date: Thu, 23 May 2024 12:08:42 +0530 Subject: [PATCH] added slidesgo in products --- frontend/package-lock.json | 112 +++++++++++++++++++++++++++++++++++ frontend/public/slidesgo.png | Bin 0 -> 3340 bytes frontend/src/DB/product.json | 7 +++ 3 files changed, 119 insertions(+) create mode 100644 frontend/public/slidesgo.png diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bef59ee8..60251093 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3354,6 +3354,16 @@ } } }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@rc-component/color-picker": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-1.2.0.tgz", @@ -3816,6 +3826,95 @@ "url": "https://github.com/sponsors/gregberge" } }, + "node_modules/@testing-library/dom": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", + "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "peer": true, + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@testing-library/dom/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "peer": true + }, + "node_modules/@testing-library/dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@testing-library/jest-dom": { "version": "5.16.5", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", @@ -18076,6 +18175,19 @@ "is-typedarray": "^1.0.0" } }, + "node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", diff --git a/frontend/public/slidesgo.png b/frontend/public/slidesgo.png new file mode 100644 index 0000000000000000000000000000000000000000..6029d4ddf0828cd8ae9b7e89fa574e3532a90892 GIT binary patch literal 3340 zcmaKv`9BkmbTI6qI2&?SyiA{EK?HPCKRem|(mN!cVE2C&y$@ zy@>Utx#o(-SohS~k$P^B} z@n3^yL7!dWKQluv<*gI{haAK$xnq3T`?44gk(c5uMZm;i4pWbeUwGq%9$H&^z`51{I zvMDYH`_aYRZSAgMIw|B1N|^;ql~JGVP#2n9Ug@2>QeYm?yVp9{n6+Px=Ci2g}`bXpIljMs<`Mu!7g*y=jZ#69f$NjF*o$jTugVTem;9!lti(b@It$ zlB5~tI5Np!sozNTfoppgb77fIH=sw*_ve9r$ffqn}$;m`a>{KEZ2{K$(P zw^tqmrCJ~Na4Wmm+P+PA!aM*wZ1Cs7)D>b}IzQ8?l+)i;$W24RaVleNkk-=jNmqM} zR>DfeOD?LtWF5LMPr5g?NlHKDL(A)cCq4`dv1{-*&S}{izx!|Ok%htUBZ>T7TSu<+lB7m1u=C7=`v@@Q3)3x_AN-fg4>J3UH zxkn)m`&JwQ|CzT*09S{YDz1AZNe@)AESd`^0vrS=sU985t77uXYTn5@*!rXAL4i%_ z7DCCxasn28bcrzzKy3fgdB&*tSdSf}-$HIPMR1pT5$ss{bv)Tm_EZ1ejr{U&UB~fx z(#6YKbifZwsqZ)v^OZF1KnzL`T7M$e<&g;STa3u@@*dDJ zt!iRF@Rc?I9+VxhRZo+Da=38aM7t3sIpW1R4|o37>Y0rGz6OOws6-ZMyJ>x4+3`IS zsZ4-A^3EQFGZVQvK~Y3%f)>A4l3|Ft4-Yzq!e+dEF&t{rFQ;3xE)gR9ASEfoLLB~4 ziazTPq(Ffw;*2dt+N7FCB|IN#?N0~R-jn~d7}-7h`pc^>p^bTP${wIy6xuf1Ic2w5 z=}Zfxv+D81Jkl!B4v7DUdby_ilS}5?{}N7Zaq%4B>4S8 z1;45lU)l_U9hymzQiiEl_?5&pH1zf(3kW&^M_@UZ^X-u<7f_2~Nw*?0d|6gSYQ}qJttak`I zJHP2M%K!cVSAhDdWYH9?xw2mF7JM(2uh3V0M!z=mtX!iU>X8j#p1lg;C;OkuP60PU zi&)KB?*C#riO;L%DMW-Y@Gl7(zS228O%s?PgUI#wTwRJMOYZt2@)hSzuyWz2>ba)J zA*5dKaE403hp|P%#M1QVTa0IOBYt_2AJ>kGApX}b zkeEIs+@pROq-Br)xqYg#hN8^y5OrwH`zBIy#Iv5uBnLz_o zwf~wH$fxT=yu+Os^VB8#>N1Q2vBT8f zjEaeDAIE0O$l^wnCOe%_oUP}cZ0Sfc#6Qr3>OXSB+l_c9-_@c!g;!v8n`Lz3t)(o~ z+g)4ja*Q`~T6cd@C(*jE!cPccPtacq|1gx?hmtY3OjcK{ z@`?;&;>>32W-LAD=2rART%sYSi`u zD_s8QNg&brJw|xlGNC7mo+Bzfqqrr>Ir|W61mo@uZM~HG!T;xfhY9nIqe)dKm`|W` zt>3We9fzllo9Js`Qak8b`~@_$rtG8JC}Ad_Kh4Xp8yo)ZHo&L6%6=$23%B|B9M1mtI2!_`>5Jh zh^8$!fo6LXZ6KrKCv7Y!hT_D_jn|-^+Jd%)C4ri2jKzKiy}zyjwF z)%d8r#QqK??|l{^n~r~0e9n48V0@F9By!_auOa+LQ-Q019xEQCYmp0}Iz3c$8`D6* zJI%qW-($IAwI_txHCIe_Y~vw#Ouyh)Lq%!FWF|4I9q0JGoteTiys=vrkGPEypUu-n zg7P&7?V(Cl;hNqZ_P}mvitc=BjMKKzFvf<-r)r(0v7vqI1{~G#tqbD?m49x(t#Ql; za}*kg-Myb#%9=}h86IbuYU_TJc~$>hH_f&im(*7R%-J9vP0%jM#U#p_&Nl81 zcNbn#bR%emC@%NZaBtCBm3)5!ju_Zs_~vr=Zf)BFQvWI@wQMYZ>y%+?8`1IZ`XR>U#fE;MhbO7X-J9nu_tbP6CN)+1&)pb*}*l_CIM&2ZLG-Ux|K28 zKb;q*ohL%mk)|5!Myy^YJcOAq*AJkb`hWvbnD)GnMr0y)&W}kha2rQng>@hK=cIuWLJ z?p!LrJoX|Gjq;b5c|LA0mMm(&%h<$o5XLYUoxiNWHhv#aJ4l^4umoUV3*)>3(@^~_u@2Ne-Rd$h$LG-Oc7U+-iB^@dLW~0Cgz)!*J;sU^m z7PhJqzShwCygNZimAiSIf~(}vLe-;Mzy!hX8| literal 0 HcmV?d00001 diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index add83890..a516cfb6 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -2801,5 +2801,12 @@ "image": "https://www.shutterstock.com/image-vector/vinnytsia-ukraine-may-7-2023-600nw-2299584421.jpg", "link": "https://discord.com/", "description": "A place where you can belong to a school club, a gaming group, or a worldwide art community. Where just you and a handful of friends can spend time together. A place that makes it easy to talk every day and hang out more often." + }, + { + "productName": "Slidesgo", + "category": "AI", + "image": "slidesgo.png", + "link": "https://slidesgo.com/", + "description":"Slidesgo offers an extensive catalog of free Google Slides themes and PowerPoint templates for creative presentations." } ]