Skip to content

Commit 758cab2

Browse files
Add html/css/js courses links
1 parent 7002008 commit 758cab2

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

pages/learn-frontend/index.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,23 @@ const LearnFrontend: NextPage = () => {
3636
1. Я раньше не работал(-а) с HTML/CSS/JS, но хочу научиться
3737
</h3>
3838

39-
<Paragraph>— вам я рекомендую посмотреть и пройти два очень хороших вводных бесплатных курса:</Paragraph>
39+
<Paragraph>— вам я рекомендую посмотреть и пройти несколько очень хороших вводных бесплатных курсов:</Paragraph>
4040

4141
<ul>
4242
<li>
4343
<strong>HTML/CSS верстка</strong>: <a href="https://htmlacademy.ru/courses/intro-to-web-development">https://htmlacademy.ru/courses/intro-to-web-development</a>
4444
</li>
4545
<li>
46-
<strong>JS: <a href="https://ru.hexlet.io/courses/introduction_to_programming">https://ru.hexlet.io/courses/introduction_to_programming</a></strong>
46+
<strong>HTML</strong>: <a href="https://ru.code-basics.com/languages/html">https://ru.code-basics.com/languages/html</a>
47+
</li>
48+
<li>
49+
<strong>CSS</strong>: <a href="https://ru.code-basics.com/languages/css">https://ru.code-basics.com/languages/css</a>
50+
</li>
51+
<li>
52+
<strong>JS</strong>: <a href="https://ru.code-basics.com/languages/javascript">https://ru.code-basics.com/languages/javascript</a>
53+
</li>
54+
<li>
55+
<strong>Больше теории: <a href="https://ru.hexlet.io/courses/introduction_to_programming">https://ru.hexlet.io/courses/introduction_to_programming</a></strong>
4756
</li>
4857
</ul>
4958

0 commit comments

Comments
 (0)