Skip to content

Commit c0f7627

Browse files
committed
only add sentence for now
1 parent a39813b commit c0f7627

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

templates/panels/domains.hbs

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,13 @@
77
<div class="highlight"></div>
88
</header>
99

10-
<div class="flex-none flex-l flex-row">
11-
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
12-
<div class="v-top tc-l">
13-
<img src="/static/images/crates.png" alt="crates"
14-
class="mw3 mw4-ns"/>
15-
<h3 class="tc-l">
16-
crates.io
17-
</h3>
18-
<a href="https://crates.io" class="button button-secondary">Go to crates.io</a>
19-
</div>
20-
</div>
21-
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
22-
<div class="v-top pl4 pl0-l pt0 pt3-l measure-wide-l flex-l flex-column-l flex-auto-l justify-between-l">
23-
<p class="flex-grow-1">
24-
crates.io is the Rust community's package repository. There are
25-
tons of high-quality crates published that you can use with a
26-
one-line edit to your Cargo.toml. Check out the "Most Downloaded"
27-
and "Popular Categories" lists to see the most popular crates or
28-
search around and explore for yourself!
29-
</p>
30-
</div>
31-
</div>
32-
</div>
33-
3410
<div class="flex-none flex-l flex-row">
3511
<p class="flex-grow-1">
3612
In 2018, the Rust community decided to improve programming experience
37-
for a few distinct domains. For these, you can find many high-quality
38-
crates and some awesome guides on how to get started.
13+
for a few distinct domains (see <a
14+
href="https://blog.rust-lang.org/2018/03/12/roadmap.html">the 2018
15+
roadmap</a>). For these, you can find many high-quality crates and some
16+
awesome guides on how to get started.
3917
</p>
4018
</div>
4119

0 commit comments

Comments
 (0)