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

Publish Tilde whitepaper! 🎉 #1035

Merged
merged 2 commits into from
Feb 6, 2018
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ p.pitch a {
font-size: 80%;
}

p.friends-pitch {
font-size: 25px;
font-weight: 300;
}

hr {
margin-top: 2em;
margin-bottom: 3em;
Expand Down
7 changes: 5 additions & 2 deletions en-US/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
that runs blazingly fast,
prevents segfaults,
and guarantees thread safety.
<br/>
<b><a href="friends.html">See who's using Rust.</a></b>
</p>
</div>
<div class="col-md-4">
Expand All @@ -22,6 +20,11 @@
<a href="{{ site.stable_blog }}">{{ site.stable_date | date: "%B %-d, %Y" }}</a>
</div>
</div>
<div class="col-md-12">
<p class="friends-pitch">
<a href="friends.html">See who's using Rust</a>, and <a href="whitepapers.html">read more about Rust in production</a>.
</p>
</div>
</div>

<div class="row code-row">
Expand Down
13 changes: 13 additions & 0 deletions en-US/whitepapers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
title: Rust Whitepapers &middot; The Rust Programming Language
---

# Rust Whitepapers

Read about companies' experiences with Rust in production. Would your company like to be featured
in a case study? [Reach out!](mailto:community@rust-lang.org)

* [Rust at Tilde](/pdfs/Rust-Tilde-Whitepaper.pdf) - learn how Rust helps
[Tilde](http://www.tilde.io/), makers of [Skylight](https://www.skylight.io/), use minimal
resources to enable feature-rich performance monitoring of their customers' applications.
Binary file added pdfs/Rust-Tilde-Whitepaper.pdf
Binary file not shown.