Skip to content

Commit a39813b

Browse files
committed
highlight crates.io with wgs
1 parent d7d634a commit a39813b

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

static/images/crates.png

58.6 KB
Loading

templates/panels/domains.hbs

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@
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+
34+
<div class="flex-none flex-l flex-row">
35+
<p class="flex-grow-1">
36+
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.
39+
</p>
40+
</div>
41+
1042
<div class="flex-none flex-l flex-row">
1143
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
1244
<div class="v-top tc-l">

0 commit comments

Comments
 (0)