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

Commit 064ee2b

Browse files
Merge pull request #1035 from integer32llc/tilde-whitepaper
Publish Tilde whitepaper! 🎉
2 parents 90dcf90 + 7f0f0da commit 064ee2b

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-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="whitepapers.html">read more about Rust in production</a>.
26+
</p>
27+
</div>
2528
</div>
2629

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

en-US/whitepapers.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
title: Rust Whitepapers &middot; The Rust Programming Language
4+
---
5+
6+
# Rust Whitepapers
7+
8+
Read about companies' experiences with Rust in production. Would your company like to be featured
9+
in a case study? [Reach out!](mailto:[email protected])
10+
11+
* [Rust at Tilde](/pdfs/Rust-Tilde-Whitepaper.pdf) - learn how Rust helps
12+
[Tilde](http://www.tilde.io/), makers of [Skylight](https://www.skylight.io/), use minimal
13+
resources to enable feature-rich performance monitoring of their customers' applications.

pdfs/Rust-Tilde-Whitepaper.pdf

201 KB
Binary file not shown.

0 commit comments

Comments
 (0)