diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 66a1ff2..7c42939 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -71,7 +71,7 @@ const config: Config = { themeConfig: { // Replace with your project's social card - image: 'img/docusaurus-social-card.jpg', + image: 'img/ipworkshop-social-card.png', navbar: { title: 'IP Workshop Summer School', logo: { diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index c2551fb..0f0a7cb 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -11,32 +11,28 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: 'Easy to Use', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, + title: 'Courses', + Svg: require('@site/static/img/undraw_teaching_58yg.svg').default, description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. - + +Choose from courses designed to introduce cutting-edge technologies—from 3D printing and IoT to Rust, blockchain, and autonomous cars. Each participant may select one course to attend. ), }, { - title: 'Focus on What Matters', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, + title: 'Projects', + Svg: require('@site/static/img/undraw_project-team_dip6.svg').default, description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. - +Bring advanced technologies to life through hands-on projects—from blockchain and embedded systems to cloud infrastructure and autonomous vehicles. ), }, { - title: 'Powered by React', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, + title: 'Exchange ideas with others', + Svg: require('@site/static/img/undraw_conversation_15p8.svg').default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. +Connect and exchange ideas with fellow students—collaborate, learn from diverse perspectives, and grow together in a dynamic tech community. ), }, diff --git a/static/img/docusaurus-social-card.jpg b/static/img/docusaurus-social-card.jpg deleted file mode 100644 index ffcb448..0000000 Binary files a/static/img/docusaurus-social-card.jpg and /dev/null differ diff --git a/static/img/ipworkshop-social-card.png b/static/img/ipworkshop-social-card.png new file mode 100644 index 0000000..9206133 Binary files /dev/null and b/static/img/ipworkshop-social-card.png differ diff --git a/static/img/undraw_conversation_15p8.svg b/static/img/undraw_conversation_15p8.svg new file mode 100644 index 0000000..7194422 --- /dev/null +++ b/static/img/undraw_conversation_15p8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/undraw_project-team_dip6.svg b/static/img/undraw_project-team_dip6.svg new file mode 100644 index 0000000..39a3633 --- /dev/null +++ b/static/img/undraw_project-team_dip6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/undraw_teaching_58yg.svg b/static/img/undraw_teaching_58yg.svg new file mode 100644 index 0000000..a4cef45 --- /dev/null +++ b/static/img/undraw_teaching_58yg.svg @@ -0,0 +1 @@ + \ No newline at end of file