Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial to learning page #371

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
13 changes: 11 additions & 2 deletions learning/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
---
title: External resources
description: Here is a collection of learning material from third parties that might help you master the language.
title: Learning
description: Here is a collection of learning material that can help you get familiar and master the language.
---
<div class="container">

{% include community_row.html
title="Language Introduction"
divId="tutorial-introduction"
content="This course is targeted at novice Crystal programmers and conveys a basic understanding of the language's core concepts. Prior programming experience is recommended, but not required. This course can help you learn your first programming language."
link_text="Tutorial: Language Introduction"
url="https://crystal-lang.org/reference/1.6/tutorials/basics/index.html"
straight-shoota marked this conversation as resolved.
Show resolved Hide resolved
icon="link"
%}

{% include community_row.html
title="Crystal Programming"
divId="crystalProgramming"
Expand Down