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 216af6c50..000000000 Binary files a/static/icons/tailwind.png and /dev/null differ