Skip to content

Use Tachyons in "get-involved" #773

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

Merged
merged 5 commits into from
May 16, 2019
Merged
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
6 changes: 3 additions & 3 deletions templates/components/panels/get-involved.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<h2>Get involved</h2>
<div class="highlight"></div>
</header>
<div class="row media">
<div class="six columns" id="read-rust">
<div class="flex flex-column flex-row-l">
<div id="read-rust" class="mw-50-l mr4-l pt0 flex flex-column justify-between-l">
<h3>Read Rust</h3>
<p>We love documentation! Take a look at the books available online, as well as key blog posts and user guides.</p>
<a href="learn" class="button button-secondary">Read the book</a>
</div>
<div class="six columns" id="watch-rust">
<div id="watch-rust" class="mw-50-l pt3 pt0-l flex flex-column justify-between-l">
<h3>Watch Rust</h3>
<p>The Rust community has a dedicated YouTube channel collecting a huge range of presentations and
tutorials.</p>
Expand Down