Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 89dd2b3

Browse files
committed
Publish Tilde whitepaper! 🎉
1 parent 5f0bf5c commit 89dd2b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

css/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ p.pitch a {
185185
font-size: 80%;
186186
}
187187

188+
p.friends-pitch {
189+
font-size: 25px;
190+
font-weight: 300;
191+
}
192+
188193
hr {
189194
margin-top: 2em;
190195
margin-bottom: 3em;

en-US/index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
that runs blazingly fast,
1111
prevents segfaults,
1212
and guarantees thread safety.
13-
<br/>
14-
<b><a href="friends.html">See who's using Rust.</a></b>
1513
</p>
1614
</div>
1715
<div class="col-md-4">
@@ -22,6 +20,11 @@
2220
<a href="{{ site.stable_blog }}">{{ site.stable_date | date: "%B %-d, %Y" }}</a>
2321
</div>
2422
</div>
23+
<div class="col-md-12">
24+
<p class="friends-pitch">
25+
<a href="friends.html">See who's using Rust</a>, and <a href="/pdfs/Rust-Tilde-Whitepaper.pdf">read more about Rust in production</a>.
26+
</p>
27+
</div>
2528
</div>
2629

2730
<div class="row code-row">

pdfs/Rust-Tilde-Whitepaper.pdf

201 KB
Binary file not shown.

0 commit comments

Comments
 (0)