Skip to content

Commit a5c2b2b

Browse files
authored
Modify the social media image (#6)
* Added the IPWorkshop social card. * Delete yarn.lock * Delete static/img/docusaurus-social-card.jpg * Modifying the headlines. * Update index.tsx
1 parent a0f47c8 commit a5c2b2b

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const config: Config = {
7171

7272
themeConfig: {
7373
// Replace with your project's social card
74-
image: 'img/docusaurus-social-card.jpg',
74+
image: 'img/ipworkshop-social-card.png',
7575
navbar: {
7676
title: 'IP Workshop Summer School',
7777
logo: {

src/components/HomepageFeatures/index.tsx

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,28 @@ type FeatureItem = {
1111

1212
const FeatureList: FeatureItem[] = [
1313
{
14-
title: 'Easy to Use',
15-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
14+
title: 'Courses',
15+
Svg: require('@site/static/img/undraw_teaching_58yg.svg').default,
1616
description: (
1717
<>
18-
Docusaurus was designed from the ground up to be easily installed and
19-
used to get your website up and running quickly.
20-
</>
18+
19+
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. </>
2120
),
2221
},
2322
{
24-
title: 'Focus on What Matters',
25-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
23+
title: 'Projects',
24+
Svg: require('@site/static/img/undraw_project-team_dip6.svg').default,
2625
description: (
2726
<>
28-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
29-
ahead and move your docs into the <code>docs</code> directory.
30-
</>
27+
Bring advanced technologies to life through hands-on projects—from blockchain and embedded systems to cloud infrastructure and autonomous vehicles. </>
3128
),
3229
},
3330
{
34-
title: 'Powered by React',
35-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
31+
title: 'Exchange ideas with others',
32+
Svg: require('@site/static/img/undraw_conversation_15p8.svg').default,
3633
description: (
3734
<>
38-
Extend or customize your website layout by reusing React. Docusaurus can
39-
be extended while reusing the same header and footer.
35+
Connect and exchange ideas with fellow students—collaborate, learn from diverse perspectives, and grow together in a dynamic tech community.
4036
</>
4137
),
4238
},
-54.4 KB
Binary file not shown.
105 KB
Loading

static/img/undraw_conversation_15p8.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)