Skip to content

Commit

Permalink
update: images added in Homapage
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 9, 2023
1 parent d5a7dee commit 708378a
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 441 deletions.
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions static/img/community_engagement.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/free_access.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/informative_blogs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 708378a

Please sign in to comment.