Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c55d815

Browse files
author
Deploy from CI
committedDec 30, 2024·
Deploy 8e89a10 to gh-pages
0 parents  commit c55d815

File tree

245 files changed

+194933
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+194933
-0
lines changed
 

‎.nojekyll

Whitespace-only changes.

‎about/index.html

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>About - Rust Contributors</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<!-- styles -->
9+
<link rel="stylesheet" href="/styles/vendor.css" />
10+
<link rel="stylesheet" href="/styles/fonts.css" />
11+
<link rel="stylesheet" href="/styles/app.css" />
12+
<link rel="stylesheet" href="/styles/thanks.css" />
13+
14+
<!-- favicon -->
15+
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
16+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
17+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
18+
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
19+
<link rel="manifest" href="/images/site.webmanifest">
20+
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
21+
<meta name="msapplication-TileColor" content="#00aba9">
22+
<meta name="theme-color" content="#ffffff">
23+
</head>
24+
25+
<body>
26+
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
27+
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
28+
<a href="/">
29+
<img class="v-mid ml0-l" alt="Rust Logo" src="/images/rust-logo-blk.svg">
30+
<span class="dib ml1 ml0-l">Rust Thanks</span>
31+
</a>
32+
</div>
33+
34+
<ul class="nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns">
35+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org">Rust</a></li>
36+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools/install">Install</a></li>
37+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/learn">Learn</a></li>
38+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools">Tools</a></li>
39+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/governance">Governance</a></li>
40+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/community">Community</a></li>
41+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://blog.rust-lang.org/">Blog</a></li>
42+
</ul>
43+
</nav><header class="mv3 mb4-ns">
44+
<div class="w-100 mw-none ph3 mw8-m mw9-l center">
45+
<h1>About</h1>
46+
</div>
47+
</header>
48+
<section class="purple">
49+
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
50+
<p>
51+
<b>Thanks</b> is a place for us to give thanks to everyone who
52+
contributes to the <a href="https://www.rust-lang.org/">Rust
53+
project</a>.
54+
</p>
55+
<p>
56+
Currently, we are only tracking commits and reviews to
57+
<code>rust-lang/rust</code> and most of the related submodules. In
58+
the future, we have plans to add tracking for more
59+
repositories under the Rust project generally, and possibly even
60+
tracking other kinds of contributions, as they're also
61+
important!
62+
</p>
63+
<p>
64+
This project was inspired by <a
65+
href="http://contributors.rubyonrails.org/">Rails Contributors</a>
66+
and is <a href="https://github.com/rust-lang/thanks/issues">hosted
67+
on GitHub</a>. Please file any bugs or ask for new features there.
68+
</p>
69+
<p>
70+
If you don't wish for your name to be here, or if your name is
71+
listed twice, or has changed, or anything else, please either <a
72+
href="https://github.com/rust-lang/thanks/issues">open an issue</a>
73+
if it's okay to publicly discuss, or
74+
<a href="mailto:release@rust-lang.org">email the release team</a>
75+
if you'd prefer to be more discreet. We are happy to remove or
76+
make edits where appropriate. You can also submit a pull request to
77+
update the <code>.mailmap</code> file in the <a
78+
href="https://github.com/rust-lang/rust/">Rust repository</a>.
79+
</p>
80+
</div>
81+
</section>
82+
</div>
83+
</body>
84+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.