From dcf5cabde91a72cad17cc213bf6255538d4fe5ff Mon Sep 17 00:00:00 2001 From: ajay-dhangar Date: Sat, 1 Jun 2024 09:56:38 +0530 Subject: [PATCH] Debug and added new codes & Features --- docs/cpp/_category_.json | 4 ++-- docusaurus.config.js | 17 +++++++++-------- sidebars.js | 4 ++++ src/components/HomePage/home.module.css | 3 +-- static/icons/ai-chat.svg | 1 + static/icons/bootstrap-logo.svg | 1 + static/icons/c#.svg | 1 + static/icons/c.svg | 1 + static/icons/cpp.svg | 1 + static/icons/git.svg | 1 + static/icons/github.svg | 1 + static/icons/jquery.svg | 1 + static/icons/mongodb.svg | 1 + static/icons/mysql.svg | 1 + static/icons/node-js.svg | 1 + static/icons/php.svg | 1 + static/icons/r.svg | 1 + static/icons/tailwind-css.svg | 1 + static/icons/tailwind.png | Bin 1021 -> 0 bytes 19 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 static/icons/ai-chat.svg create mode 100644 static/icons/bootstrap-logo.svg create mode 100644 static/icons/c#.svg create mode 100644 static/icons/c.svg create mode 100644 static/icons/cpp.svg create mode 100644 static/icons/git.svg create mode 100644 static/icons/github.svg create mode 100644 static/icons/jquery.svg create mode 100644 static/icons/mongodb.svg create mode 100644 static/icons/mysql.svg create mode 100644 static/icons/node-js.svg create mode 100644 static/icons/php.svg create mode 100644 static/icons/r.svg create mode 100644 static/icons/tailwind-css.svg delete mode 100644 static/icons/tailwind.png diff --git a/docs/cpp/_category_.json b/docs/cpp/_category_.json index 040c8983e..d7e35fa58 100644 --- a/docs/cpp/_category_.json +++ b/docs/cpp/_category_.json @@ -1,8 +1,8 @@ { - "label": "C++", + "label": "CPP", "position": 9, "link": { "type": "generated-index", - "description": "C++ is a powerful, high-performance programming language developed by Bjarne Stroustrup in 1983. It extends the C language with object-oriented features, allowing for both low-level memory manipulation and high-level abstractions. C++ supports multiple programming paradigms, including procedural, object-oriented, and generic programming, making it versatile for various applications. It is widely used in system/software development, game programming, real-time simulations, and performance-critical applications. C++ offers robust standard libraries, enabling efficient and effective code reuse. Its combination of efficiency, flexibility, and rich feature set has made it a staple in the programming world." + "description": "CPP(C++) is a powerful, high-performance programming language developed by Bjarne Stroustrup in 1983. It extends the C language with object-oriented features, allowing for both low-level memory manipulation and high-level abstractions. C++ supports multiple programming paradigms, including procedural, object-oriented, and generic programming, making it versatile for various applications. It is widely used in system/software development, game programming, real-time simulations, and performance-critical applications. C++ offers robust standard libraries, enabling efficient and effective code reuse. Its combination of efficiency, flexibility, and rich feature set has made it a staple in the programming world." } } \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 1146365a4..f61c5a582 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,14 +104,15 @@ const config = { value: ``, }, diff --git a/sidebars.js b/sidebars.js index 6c1feb04b..0ebd6ab1d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -9,6 +9,10 @@ const sidebars = { typescript: [{ type: 'autogenerated', dirName: 'typescript', }], react: [{ type: 'autogenerated', dirName: 'react', }], python: [{ type: 'autogenerated', dirName: 'python', }], + cpp: [{ type: 'autogenerated', dirName: 'cpp', }], + java: [{ type: 'autogenerated', dirName: 'java', }], + html: [{ type: 'autogenerated', dirName: 'html', }], + tailwindcss: [{ type: 'autogenerated', dirName: 'tailwind', }], }; export default sidebars; diff --git a/src/components/HomePage/home.module.css b/src/components/HomePage/home.module.css index 05962f451..9dc5da5d3 100644 --- a/src/components/HomePage/home.module.css +++ b/src/components/HomePage/home.module.css @@ -6,12 +6,11 @@ margin: 20px 10px; border-radius: 10px; } -/* home.module.css */ .feature_item:hover ,.course_card:hover { scale: 1.03; - box-shadow: 0 0px 20px #4be7e2; + box-shadow: 0 0 0 1px #f2f2f24a, 0 0 10px 0 #f2f2f255; transition: scale 0.3s ease-in; } diff --git a/static/icons/ai-chat.svg b/static/icons/ai-chat.svg new file mode 100644 index 000000000..fcc84e2af --- /dev/null +++ b/static/icons/ai-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/bootstrap-logo.svg b/static/icons/bootstrap-logo.svg new file mode 100644 index 000000000..4abf41fd2 --- /dev/null +++ b/static/icons/bootstrap-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/c#.svg b/static/icons/c#.svg new file mode 100644 index 000000000..da9783234 --- /dev/null +++ b/static/icons/c#.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/c.svg b/static/icons/c.svg new file mode 100644 index 000000000..7fab66a1a --- /dev/null +++ b/static/icons/c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/cpp.svg b/static/icons/cpp.svg new file mode 100644 index 000000000..e9eb8b434 --- /dev/null +++ b/static/icons/cpp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/git.svg b/static/icons/git.svg new file mode 100644 index 000000000..d49205d59 --- /dev/null +++ b/static/icons/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/github.svg b/static/icons/github.svg new file mode 100644 index 000000000..70f3e63fc --- /dev/null +++ b/static/icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/jquery.svg b/static/icons/jquery.svg new file mode 100644 index 000000000..88f8f3e7d --- /dev/null +++ b/static/icons/jquery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/mongodb.svg b/static/icons/mongodb.svg new file mode 100644 index 000000000..ab6c5d10d --- /dev/null +++ b/static/icons/mongodb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/mysql.svg b/static/icons/mysql.svg new file mode 100644 index 000000000..e6dcc4dca --- /dev/null +++ b/static/icons/mysql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/node-js.svg b/static/icons/node-js.svg new file mode 100644 index 000000000..5d0a24874 --- /dev/null +++ b/static/icons/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/php.svg b/static/icons/php.svg new file mode 100644 index 000000000..31aa67ce2 --- /dev/null +++ b/static/icons/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/r.svg b/static/icons/r.svg new file mode 100644 index 000000000..0c972e118 --- /dev/null +++ b/static/icons/r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/tailwind-css.svg b/static/icons/tailwind-css.svg new file mode 100644 index 000000000..3382a5eac --- /dev/null +++ b/static/icons/tailwind-css.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/tailwind.png b/static/icons/tailwind.png deleted file mode 100644 index 216af6c5005bdacbf36eaa8809fbe810a32af69e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1021 zcmVPx&w@E}nRA@u(T04sqQ4~It_*gc{ipwS;Tf|-1VnIX;#YPY;7Hq}N${(PGjivqo zvCuzY;Xe=*7f~#1EEbDhkf0(G@*=D;CSg}eM$X6y$Gi95+?QkHt%l*w%=ymw&ht(b z$8p?jHUU?qQUScqWHL}Lmy>I}hl{S;?KVs%lj&am9PK^&Y$tg}T%XS@PM<54N|4QF zrQfiTCu%eru_)wtJcdrEBNbBjVU^$_kp0Ui!9)?HG@U#_06h6vhpV-3Qmw0QUau73 zPWiCbl12bRP-x}du9fh#`NFX|c)U7)fTpQZ$dooJgh(e*U>izDJ{Is5o<{f{Yz`pZ`jD=?8Kq8 zPhje2OHeEprD0VYgbN?S@jPLgmz*qcd%F$~8^386dJzcj6DkWJ3!I#|y49V^ z&9ycw6PtjQMI}{bfGqF=fWmWA^YG_GG4Z`J0H}Qg>qMdX&G#TPwHW?mcn#d6M5$O3dX{%p=&2V_=Fy=*e)n)cV`4#A7{gOL8NMdP}(OjnD$e#08uD300g4Tph5G%gWVYJfB9-xoEYv_ zwV$#)fJ(HP3!#%Id4O|Y#$6xZP$fB;1!z=aod@`sLRA9zP)w#((E_?*fp#|9?RH}< zrucMNRfPFWqw)Q?bW?6F1K+DF3Zo-Ww_}q@7$ucZbRr6g^reGFUij(4aRNYW({v{D zp_0z;Z!G8G-suzRjMq&Y5yL>0Y~#_&+KFw>q-3VI5!9rHvXRHRrS$Oy*__9U}}{(_>b2wrih;@TR}-gVUKFBeakupY9<}Vw%r?(e r;o?%^|IZ#lEI`?F)*;{D_}%6gmI6|RxqrxO00000NkvXXu0mjfQLEa5