From 708378a9ea19457dbc1895e59533052162408ba6 Mon Sep 17 00:00:00 2001 From: subhadipbhowmik Date: Sat, 9 Dec 2023 14:22:11 +0530 Subject: [PATCH] update: images added in Homapage --- src/components/HomepageFeatures/index.js | 10 +- static/img/community_engagement.svg | 1 + static/img/free_access.svg | 1 + static/img/informative_blogs.svg | 1 + static/img/logo.svg | 81 ++++------ static/img/open_source.svg | 1 + static/img/undraw_docusaurus_mountain.svg | 171 ---------------------- static/img/undraw_docusaurus_react.svg | 170 --------------------- static/img/undraw_docusaurus_tree.svg | 40 ----- static/img/well_documentation.svg | 1 + 10 files changed, 36 insertions(+), 441 deletions(-) create mode 100644 static/img/community_engagement.svg create mode 100644 static/img/free_access.svg create mode 100644 static/img/informative_blogs.svg create mode 100644 static/img/open_source.svg delete mode 100644 static/img/undraw_docusaurus_mountain.svg delete mode 100644 static/img/undraw_docusaurus_react.svg delete mode 100644 static/img/undraw_docusaurus_tree.svg create mode 100644 static/img/well_documentation.svg diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 3eefbe3df..6dd205958 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -15,7 +15,7 @@ const FeatureList = [ }, { title: "Comprehensive Documentation", - Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, + Svg: require("@site/static/img/well_documentation.svg").default, description: ( <> Detailed guides with explanations, code samples, and resources aiding @@ -26,7 +26,7 @@ const FeatureList = [ { title: "We Are Open Source", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/open_source.svg").default, description: ( <> Accessible collaborative C++ project, providing hands-on experience and @@ -37,7 +37,7 @@ const FeatureList = [ { title: "Free Access", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/free_access.svg").default, description: ( <> Entire program, resources, and materials accessible at no cost, ensuring @@ -48,7 +48,7 @@ const FeatureList = [ { title: "Informative Blogs", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/informative_blogs.svg").default, description: ( <> Regularly updated blogs covering diverse C++ topics, offering @@ -59,7 +59,7 @@ const FeatureList = [ { title: "Community Engagement", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, + Svg: require("@site/static/img/community_engagement.svg").default, description: ( <> Supportive community fostering interaction, collaboration, and learning diff --git a/static/img/community_engagement.svg b/static/img/community_engagement.svg new file mode 100644 index 000000000..45c25ed8c --- /dev/null +++ b/static/img/community_engagement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/free_access.svg b/static/img/free_access.svg new file mode 100644 index 000000000..17e59e00d --- /dev/null +++ b/static/img/free_access.svg @@ -0,0 +1 @@ +discount \ No newline at end of file diff --git a/static/img/informative_blogs.svg b/static/img/informative_blogs.svg new file mode 100644 index 000000000..78d57a6ce --- /dev/null +++ b/static/img/informative_blogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/logo.svg b/static/img/logo.svg index 84c351d90..ad39149ca 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1,57 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/open_source.svg b/static/img/open_source.svg new file mode 100644 index 000000000..69825ccd0 --- /dev/null +++ b/static/img/open_source.svg @@ -0,0 +1 @@ +open source \ No newline at end of file diff --git a/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg deleted file mode 100644 index af961c49a..000000000 --- a/static/img/undraw_docusaurus_mountain.svg +++ /dev/null @@ -1,171 +0,0 @@ - - Easy to Use - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg deleted file mode 100644 index 94b5cf08f..000000000 --- a/static/img/undraw_docusaurus_react.svg +++ /dev/null @@ -1,170 +0,0 @@ - - Powered by React - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg deleted file mode 100644 index d9161d339..000000000 --- a/static/img/undraw_docusaurus_tree.svg +++ /dev/null @@ -1,40 +0,0 @@ - - Focus on What Matters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/well_documentation.svg b/static/img/well_documentation.svg new file mode 100644 index 000000000..46702485e --- /dev/null +++ b/static/img/well_documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file