Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
24 changes: 10 additions & 14 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> 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.
</>
),
},
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file added static/img/ipworkshop-social-card.png
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/undraw_conversation_15p8.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/undraw_project-team_dip6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading