Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
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
18 changes: 9 additions & 9 deletions src/contents/0.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default () => (
<R.Mcug>
You’ll see puzzles like this:
<br />
Try pressing <H args={{ name: 'run' }} />!
Try pressing <H args={{ name: 'run' }} />.
</R.Mcug>
</>
)
Expand Down Expand Up @@ -122,14 +122,14 @@ export default () => (
<Emoji>😁</Emoji>{' '}
<Bold>If you want to get started as soon as possible:</Bold>{' '}
<Highlight>
Press the button below to go to the next page!
Press the button below to go to the next page.
</Highlight>
</P>
<NextLessonButton />
<P>
<Emoji>🤔</Emoji>{' '}
<Bold>If you want to read the introduction</Bold> before you get
started, <Highlight>scroll down and keep reading!</Highlight> The
started, <Highlight>scroll down and keep reading.</Highlight> The
introduction should take only a few minutes to read.
</P>
<EmojiSeparator
Expand All @@ -138,7 +138,7 @@ export default () => (
<CustomEmoji type="singleArrowDown" />,
<CustomEmoji type="singleArrowDown" />
]}
topDescription={<>Scroll down to read the introduction!</>}
topDescription={<>Scroll down to read the introduction</>}
/>
</>
)
Expand Down Expand Up @@ -261,7 +261,7 @@ export default () => (
</Highlight>{' '}
<Emoji>😉</Emoji>
</P>
<P>Let’s now talk about this course!</P>
<P>Let’s now talk about this course.</P>
</>
)
},
Expand Down Expand Up @@ -423,14 +423,14 @@ export default () => (
<ExternalLink href={githubRepo}>
the source is available on GitHub
</ExternalLink>
. Please ★ star it! <Emoji>😉</Emoji>
. I’d appreciate it if you could ★ star it. <Emoji>😉</Emoji>
</P>
</CardContent>
)
}
},
{
title: <>Let’s get started!</>,
title: <>Let’s get started</>,
content: (
<>
<P>
Expand All @@ -444,15 +444,15 @@ export default () => (
<>
Learn Y Combinator using puzzles.
<br />
No programming involved!
No programming involved.
</>
}
/>
<P>
<Bold>Let’s get started</Bold> and take a look at what the puzzles
look like.{' '}
<Highlight>
Press the button below to go to the next page!
Press the button below to go to the next page.
</Highlight>
</P>
<NextLessonButton />
Expand Down
7 changes: 2 additions & 5 deletions src/contents/1.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export default () => (
</>
}
/>
<P>The villagers couldn’t live without mathboxes!</P>
<P>The villagers couldn’t live without mathboxes.</P>
</>
),
footer: {
Expand Down Expand Up @@ -509,10 +509,7 @@ export default () => (
]}
description={<>A mathbox has one more feature…</>}
/>
<P>
We’ll talk about this third feature on the next page!{' '}
<Emoji>🤗</Emoji>
</P>
<P>Let’s talk about this third feature on the next page.</P>
<NextLessonButton />
</>
)
Expand Down
12 changes: 6 additions & 6 deletions src/contents/2.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const Conclusion = () => (
/>
, we can do
<br />
additions and subtractions accurately!
additions and subtractions accurately
</>
}
/>
Expand Down Expand Up @@ -177,11 +177,11 @@ export default () => (
.
</Bold>{' '}
It doesn’t matter if you get it right or wrong, so don’t worry too
much!
much.
</P>
<EmojiSeparator
emojis={['👍', '🤔', '👎']}
description={<>We’ll do a Yes/No quiz!</>}
description={<>We’ll do a Yes/No quiz</>}
/>
<P>
The villagers living in Lambda Village were all bad at math, so
Expand Down Expand Up @@ -553,7 +553,7 @@ export default () => (
<>
We are bad at math,
<br />
so we can’t live without mathboxes!
so we can’t live without mathboxes.
</>
}
/>
Expand All @@ -563,9 +563,9 @@ export default () => (
</P>
<EmojiSeparator
emojis={['🌲', '😭', '❓', '😭', '🌲']}
description={<>Something terrible happened!</>}
description={<>Something terrible happened</>}
/>
<P>We’ll talk about it on the next page!</P>
<P>We’ll talk about it on the next page.</P>
<NextLessonButton />
</>
)
Expand Down