Skip to content

Add sponsors page #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2019
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
15 changes: 14 additions & 1 deletion locales/en-US/homepage.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ language-values-reliability-blurb = Rust’s rich type system and ownership mode
language-values-productivity = Productivity
language-values-productivity-blurb = Rust has great documentation, a friendly compiler with useful error
messages, and top-notch tooling — an integrated package manager
and build tool, smart multi-editor support with auto-completion and
and build tool, smart multi-editor support with auto-completion and
type inspections, an auto-formatter, and more.

## components/panels/domains.hbs
Expand Down Expand Up @@ -88,3 +88,16 @@ get-involved-contribute = Contribute code
get-involved-contribute-blurb = Rust is truly a community effort, and we welcome contribution from hobbyists and production users, from
newcomers and seasoned professionals. Come help us make the Rust experience even better!
get-involved-contribute-link = Read Contribution Guide

## components/panels/thanks.hbs

thanks-title = Thanks
thanks-blurb = Rust would not exist without the generous contributions of time, work, and resources from individuals and companies. We are very grateful for the support!

thanks-individuals-header = Individuals
thanks-individuals-blurb = Rust is a community project and is very thankful for the many community contributions it receives.
thanks-individuals-link = See individual contributors

thanks-companies-header = Corporate sponsors
thanks-companies-blurb = The Rust project receives support from companies through the donation of infrastructure.
thanks-companies-link = See sponsors
21 changes: 21 additions & 0 deletions locales/en-US/sponsors.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

## templates/sponsors/index.hbs
sponsors-page-title = Sponsors

sponsors-description = The Rust project receives support through the donation of infrastructure from the companies listed below. We are incredibly grateful for the use of these resources!

sponsors-caveat = Many companies and individuals make significant contributions of time and human resources; we intend to find a way to publicly acknowledge that in the near future.

sponsors-microsoft-alt = Microsoft Azure
sponsors-microsoft = Microsoft Azure is sponsoring builders for Rust’s CI infrastructure, notably the extremely resource intensive rust-lang/rust repository.

sponsors-aws-alt = Amazon Web Services
sponsors-aws = Amazon Web Services (AWS) is providing hosting for release artifacts (compilers, libraries, tools, and source code), serving those artifacts to users through CloudFront, preventing regressions with Crater on EC2, and managing other Rust-related infrastructure hosted on AWS.

sponsors-mozilla-alt = Mozilla
sponsors-mozilla = Mozilla is providing the Rust project with Heroku services for crates.io, Zoom.us services for team video calls, Mailgun services for emails, 1password for secret sharing, and Discourse for the Users and Internals forums.

sponsors-support = Supporting Rust
sponsors-sponsor = Interested in sponsoring work on Rust? A Rust conference? We’d love to hear from you.
sponsors-contact-core = Message the Core Team

Binary file added static/images/sponsor-logos/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/sponsor-logos/microsoft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/sponsor-logos/mozilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions templates/components/panels/thanks.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<section class="white thanks">
<div class="w-100 mw-none ph3 mw8-m mw9-l center">
<header>
<h2>{{text thanks-title}}</h2>
<div class="highlight"></div>
</header>
<div class="description">
<p class="lh-copy f2">
{{text thanks-blurb}}
</p>
</div>
<div class="flex flex-column flex-row-l">
<div id="individual-code" class="mw-50-l mr4-l pt0 flex flex-column justify-between-l">
<h3>{{text thanks-individuals-header}}</h3>
<p class="flex-grow-1">{{text thanks-individuals-blurb}}</p>
<a href="https://thanks.rust-lang.org/" class="button button-secondary">{{text thanks-individuals-link}}</a>
</div>
<div id="company-sponsorships" class="mw-50-l pt3 pt0-l flex flex-column justify-between-l">
<h3>{{text thanks-companies-header}}</h3>
<p class="flex-grow-1">{{text thanks-companies-blurb}}</p>
<a href="{{baseurl}}/sponsors" class="button button-secondary">{{text thanks-companies-link}}</a>
</div>
</div>
</div>
</section>
1 change: 1 addition & 0 deletions templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{{> components/panels/domains }}
{{> components/panels/production }}
{{> components/panels/get-involved }}
{{> components/panels/thanks }}

{{/inline}}
{{~> (parent)~}}
77 changes: 77 additions & 0 deletions templates/sponsors/index.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{{#*inline "page"}}

<header class="mt3 mt2-ns mb4 mb5-ns tc tl-ns">
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
<h1>{{text sponsors-page-title}}</h1>
</div>
</header>

<section class="white">
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">

<p>
{{text sponsors-description}}
</p>

<p>
{{text sponsors-caveat}}
</p>

<div class="flex-none flex-l mt5-l">
<div class="w-100 w-30-l tc">
<img alt="{{text sponsors-microsoft-alt}}" src="/static/images/sponsor-logos/microsoft.png" />
</div>
<div class="w-100 w-70-l">
<h3>Microsoft Azure</h3>
<p>
{{text sponsors-microsoft}}
</p>
</div>
</div>

<hr noshade size="1"/>

<div class="flex-none flex-l mt5-l">
<div class="w-100 w-30-l tc">
<img alt="{{text sponsors-aws-alt}}" src="/static/images/sponsor-logos/aws.png" />
</div>
<div class="w-100 w-70-l">
<h3>AWS</h3>
<p>
{{text sponsors-aws}}
</p>
</div>
</div>

<hr noshade size="1"/>

<div class="flex-none flex-l mt5-l">
<div class="w-100 w-30-l tc">
<img alt="{{text sponsors-mozilla-alt}}" src="/static/images/sponsor-logos/mozilla.png" />
</div>
<div class="w-100 w-70-l">
<h3>Mozilla</h3>
<p>
{{text sponsors-mozilla}}
</p>
</div>
</div>

</div>
</section>

<section class="purple">
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3 flex-l">
<div class="w-50-l mr4-l" id="supporting-rust">
<header>
<h2>{{text sponsors-support}}</h2>
<div class="highlight"></div>
</header>
<p>{{text sponsors-sponsor}}</p>
<a href="mailto:[email protected]" class="button button-secondary">{{text sponsors-contact-core}}</a>
</div>
</div>
</section>

{{/inline}}
{{~> (parent)~}}