Skip to content

Commit 6f84eb8

Browse files
Merge pull request #175 from rust-lang/add-irr
feat(community): add rustreach section
2 parents 2fa055d + 7573f98 commit 6f84eb8

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

src/styles/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ blockquote::before {
373373
}
374374
}
375375

376-
#rustbridge {
376+
#rustbridge, #rustreach {
377377
img {
378378
width: 100%;
379379
}
@@ -480,4 +480,4 @@ blockquote::before {
480480
&.space-around {
481481
justify-content: space-around;
482482
}
483-
}
483+
}

static/images/rustreach.jpg

215 KB
Loading

templates/community/index.hbs

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="container">
4141
<header>
4242
<h2>Events</h2>
43-
<div class="highlight highlight-red"></div>
43+
<div class="highlight"></div>
4444
</header>
4545
<div class="row">
4646
<div class="six columns" id="meetups-usergroups">
@@ -74,7 +74,7 @@
7474
<div class="container">
7575
<header>
7676
<h2>Where to Talk</h2>
77-
<div class="highlight highlight-yellow"></div>
77+
<div class="highlight"></div>
7878
</header>
7979
<div class="row">
8080
<div class="four columns" id="users-forum">
@@ -113,7 +113,7 @@
113113
<div class="container">
114114
<header>
115115
<h2>Rust Bridge</h2>
116-
<div class="highlight highlight-yellow"></div>
116+
<div class="highlight"></div>
117117
</header>
118118
<div class="row">
119119
<div class="four columns">
@@ -138,5 +138,26 @@
138138
</div>
139139
</section>
140140

141+
<section id="rustreach" class="purple">
142+
<div class="container">
143+
<header>
144+
<h2>Increasing Rust's Reach</h2>
145+
<div class="highlight"></div>
146+
</header>
147+
<div class="row">
148+
<div class="four columns">
149+
<img src="/static/images/rustreach.jpg" alt="increasing rust's reach logo"/>
150+
</div>
151+
<div class="eight columns">
152+
<p>
153+
Increasing Rust's Reach is a program matches Rust team members from all parts of the project with individuals who are underrepresented in Rust's community and the tech industry for a partnership of three (3) months, from mid-May to mid-August. Each partnership agrees to a commitment of 3–5 hours per week working on a Rust Project.
154+
</p>
155+
<a href="http://reach.rust-lang.org/"
156+
class="button button-secondary">Visit Website</a>
157+
</div>
158+
</div>
159+
</div>
160+
</section>
161+
141162
{{/inline}}
142163
{{~> (parent)~}}

0 commit comments

Comments
 (0)