You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: grants.njk
+26-14Lines changed: 26 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -51,29 +51,41 @@ The 2023 Fellowship application is now open through June 30!
51
51
box-sizing: border-box;
52
52
}
53
53
54
-
.box {
55
-
display: table-cell;
54
+
/* Create three equal columns that floats next to each other */
55
+
.statement {
56
+
float: left;
56
57
width: 33.33%;
57
-
padding: 50px;
58
+
padding: 10px;
58
59
}
59
60
60
-
.clearfix::mission {
61
+
/* Clear floats after the columns */
62
+
.mission:after {
61
63
content: "";
62
-
clear: both;
63
64
display: table;
65
+
clear: both;
66
+
}
67
+
68
+
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
69
+
@mediascreenand (max-width: 600px) {
70
+
.statement {
71
+
width: 100%;
72
+
}
64
73
}
65
74
66
75
</style>
67
76
68
77
<divclass="mission">
69
-
<divclass="box"style="background-color:#F5D7C5">
70
-
<center><p><u>SUPPORT THE MAINTAINERS OF RUST.</u></center></p><p><i>We know that many people have volunteered significant time to help make Rust what it is today. We hope that our funding will go some way in acknowledging their efforts and rewarding their future contributions.</i></p>
78
+
<divclass="statement">
79
+
<h3>SUPPORT THE MAINTAINERS OF RUST.</h3>
80
+
<p><i>We know that many people have volunteered significant time to help make Rust what it is today. We hope that our funding will go some way in acknowledging their efforts and rewarding their future contributions.</i></p>
71
81
</div>
72
-
<divclass="box"style="background-color:#EAA681">
73
-
<center><p><u>NURTURE THE COMMUNITY OF RUST USERS.</u></center></p><p><i>By supporting contributors across the world, we hope to support the diversity and health of the Rust community and create more opportunities for contributors of all backgrounds.</p></i>
82
+
<divclass="statement">
83
+
<h3>NURTURE THE COMMUNITY OF RUST USERS.</h3>
84
+
<p><i>By supporting contributors across the world, we hope to support the diversity and health of the Rust community and create more opportunities for contributors of all backgrounds.</p></i>
74
85
</div>
75
-
<divclass="box"style="background-color:#F5D7C5">
76
-
<center><p><u>ENABLE THE FURTHER INNOVATION OF RUST.</center></p></u><p><i>By rewarding and supporting Rust community members' innovative ideas, our grants serve as a strategic investment in the long-term growth and advancement of the Rust ecosystem.</p></i>
86
+
<divclass="statement">
87
+
<h3>ENABLE THE FURTHER INNOVATION OF RUST.</h3>
88
+
<p><i>By rewarding and supporting Rust community members' innovative ideas, our grants serve as a strategic investment in the long-term growth and advancement of the Rust ecosystem.</p></i>
77
89
</div>
78
90
<p> </p>
79
91
<hr>
@@ -131,7 +143,7 @@ The 2023 Fellowship application is now open through June 30!
131
143
132
144
<center><style>
133
145
.bordered2 {
134
-
margin: 10px;
146
+
margin: 10px;
135
147
width: 600px;
136
148
max-width: 100%;
137
149
text-align: left;
@@ -152,7 +164,7 @@ The 2023 Fellowship application is now open through June 30!
152
164
153
165
<center><style>
154
166
.bordered3 {
155
-
margin: 10px;
167
+
margin: 10px;
156
168
width: 600px;
157
169
max-width: 100%;
158
170
text-align: left;
@@ -173,7 +185,7 @@ The 2023 Fellowship application is now open through June 30!
Copy file name to clipboardExpand all lines: grants/fellowships.md
+31-19Lines changed: 31 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -65,30 +65,42 @@ tags:
65
65
box-sizing: border-box;
66
66
}
67
67
68
-
.box9 {
69
-
display: table-cell;
68
+
/* Create three equal columns that floats next to each other */
69
+
.benefit {
70
+
float: left;
70
71
width: 33.33%;
71
-
padding: 50px;
72
+
padding: 10px;
72
73
}
73
74
74
-
.clearfix::benefits {
75
+
/* Clear floats after the columns */
76
+
.benefits:after {
75
77
content: "";
76
-
clear: both;
77
78
display: table;
79
+
clear: both;
80
+
}
81
+
82
+
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
83
+
@mediascreenand (max-width: 600px) {
84
+
.benefit {
85
+
width: 100%;
86
+
}
78
87
}
79
88
</style>
80
89
81
90
<divclass="benefits">
82
-
<divclass="box9"style="background-color:#F5D7C5">
83
-
<center><p> A monthly stipend of $1,000 USD per month for 12 months.</p>
84
-
</div>
85
-
<divclass="box9"style="background-color:#EAA681">
86
-
<center><p>An allowance of up to $2,000 to support travel to relevant Rust events.</p>
91
+
<divclass="benefit">
92
+
<h3>Stipend</h3>
93
+
<p>A monthly stipend of $1,000 USD per month for 12 months.</p>
87
94
</div>
88
-
<divclass="box9"style="background-color:#F5D7C5">
89
-
<center><p>Up to $2,000 towards training and skills development.</p>
95
+
<divclass="benefit">
96
+
<h3>Travel Budget</h3>
97
+
<p>An allowance of up to $2,000 to support travel to relevant Rust events.</p>
90
98
</div>
99
+
<divclass="benefit">
100
+
<h3>Training Allowance</h3>
101
+
<p>Up to $2,000 towards training and skills development.</p>
91
102
</div>
103
+
</div>
92
104
<br>
93
105
94
106
<br>
@@ -133,7 +145,7 @@ tags:
133
145
134
146
<style>
135
147
.bordered2 {
136
-
margin: 10px;
148
+
margin: 10px;
137
149
width: 100%;
138
150
max-width: 100%;
139
151
text-align: left;
@@ -152,7 +164,7 @@ The Security Fellow will have the opportunity to research and implement detectio
152
164
153
165
<style>
154
166
.bordered3 {
155
-
margin: 10px;
167
+
margin: 10px;
156
168
width: 100%;
157
169
max-width: 100%;
158
170
text-align: left;
@@ -171,7 +183,7 @@ The crates.io Fellow will have the opportunity to develop a comprehensive unders
171
183
172
184
<style>
173
185
.bordered4 {
174
-
margin: 10px;
186
+
margin: 10px;
175
187
width: 100%;
176
188
max-width: 100%;
177
189
text-align: left;
@@ -190,7 +202,7 @@ The Infrastructure Fellow will be responsible for developing a comprehensive und
190
202
191
203
<style>
192
204
.bordered5 {
193
-
margin: 10px;
205
+
margin: 10px;
194
206
width: 100%;
195
207
max-width: 100%;
196
208
text-align: left;
@@ -249,13 +261,13 @@ The Compiler Fellow will develop a comprehensive understanding of the Rust compi
249
261
text-align: left;
250
262
margin: 100px;
251
263
}
252
-
264
+
253
265
.detailsp {
254
266
margin-bottom: 1em;
255
267
line-height: normal;
256
268
}
257
269
</style>
258
-
270
+
259
271
<divclass="details">
260
272
<details>
261
273
<summary>How long does the program last?</summary>
@@ -397,4 +409,4 @@ The Compiler Fellow will develop a comprehensive understanding of the Rust compi
397
409
398
410
<center><p>... and by the companies and individuals who contribute through our <ahref="https://github.com/sponsors/rustfoundation">GitHub Sponsors</a> page.</p></center>
399
411
400
-
<center><p><i>If your organization is interested in supporting the future of Rust’s talent and innovation through the Community Grants Program, please email us at <ahref="mailto:[email protected]">[email protected]</a>. Donations in any amount are greatly appreciated.</i></p></center>
412
+
<center><p><i>If your organization is interested in supporting the future of Rust’s talent and innovation through the Community Grants Program, please email us at <ahref="mailto:[email protected]">[email protected]</a>. Donations in any amount are greatly appreciated.</i></p></center>
0 commit comments