|
2 | 2 |
|
3 | 3 | <header class="mt3 mt2-ns mb4 mb5-ns tc tl-ns">
|
4 | 4 | <div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
|
5 |
| - <h1>{{fluent community-page-title}}</h1> |
| 5 | + <h1>{{fluent "community-page-title"}}</h1> |
6 | 6 | </div>
|
7 | 7 | </header>
|
8 | 8 |
|
|
11 | 11 | <div class="flex flex-column flex-row-l">
|
12 | 12 | <div class="mw-50-l mh2-l pt0 flex flex-column justify-between-l">
|
13 | 13 | <p>
|
14 |
| - {{fluent community-blurb}} |
| 14 | + {{fluent "community-blurb"}} |
15 | 15 | </p>
|
16 | 16 | <p>
|
17 |
| - {{fluent community-twir}} |
| 17 | + {{fluent "community-twir"}} |
18 | 18 | </p>
|
19 |
| - <a href="https://this-week-in-rust.org/" class="button button-secondary mb3">{{fluent community-twir-button}}</a> |
| 19 | + <a href="https://this-week-in-rust.org/" class="button button-secondary mb3">{{fluent "community-twir-button"}}</a> |
20 | 20 | </div>
|
21 | 21 | <div class="mw-50-l mh2-l pt0 flex flex-column justify-between-l">
|
22 | 22 | <p>
|
23 |
| - {{fluent community-team-contact}} |
| 23 | + {{fluent "community-team-contact"}} |
24 | 24 | </p>
|
25 | 25 |
|
26 |
| - < a href="mailto:[email protected]" class="button button-secondary mb3"> {{fluent community-team-button}}</ a> |
| 26 | + < a href="mailto:[email protected]" class="button button-secondary mb3"> {{fluent "community-team-button"}}</ a> |
27 | 27 | </div>
|
28 | 28 | </div>
|
29 | 29 |
|
|
33 | 33 | <section id="contribute-talk" class="white">
|
34 | 34 | <div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
|
35 | 35 | <header>
|
36 |
| - <h2>{{fluent community-where}}</h2> |
| 36 | + <h2>{{fluent "community-where"}}</h2> |
37 | 37 | <div class="highlight"></div>
|
38 | 38 | </header>
|
39 | 39 | <div class="flex flex-column flex-row-l">
|
40 | 40 | <div class="mw-33-l mh3-l pt0 flex flex-column justify-start" id="users-forum">
|
41 | 41 | <div class="flex-grow-1">
|
42 |
| - <h3 class="mt0 mb4">{{fluent community-urlo-header}}</h3> |
| 42 | + <h3 class="mt0 mb4">{{fluent "community-urlo-header"}}</h3> |
43 | 43 | <p>
|
44 |
| - {{fluent community-urlo}} |
| 44 | + {{fluent "community-urlo"}} |
45 | 45 | </p>
|
46 | 46 | </div>
|
47 | 47 |
|
48 |
| - <a href="https://users.rust-lang.org" class="button button-secondary">{{fluent community-discourse-button}}</a> |
| 48 | + <a href="https://users.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a> |
49 | 49 | </div>
|
50 | 50 |
|
51 | 51 | <div class="mw-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="internals-forum">
|
52 | 52 | <div class="flex-grow-1">
|
53 |
| - <h3 class="mt0 mb4">{{fluent community-irlo-header}}</h3> |
| 53 | + <h3 class="mt0 mb4">{{fluent "community-irlo-header"}}</h3> |
54 | 54 | <p>
|
55 |
| - {{fluent community-irlo}} |
| 55 | + {{fluent "community-irlo"}} |
56 | 56 | </p>
|
57 | 57 | </div>
|
58 | 58 |
|
59 |
| - <a href="https://internals.rust-lang.org" class="button button-secondary">{{fluent community-discourse-button}}</a> |
| 59 | + <a href="https://internals.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a> |
60 | 60 |
|
61 | 61 | </div>
|
62 | 62 |
|
63 | 63 | <div class="mw-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="chat-platforms">
|
64 | 64 | <div class="flex-grow-1">
|
65 |
| - <h3 class="mt0 mb4">{{fluent community-chat-header}}</h3> |
| 65 | + <h3 class="mt0 mb4">{{fluent "community-chat-header"}}</h3> |
66 | 66 | <p>
|
67 |
| - {{fluent community-chat}} |
| 67 | + {{fluent "community-chat"}} |
68 | 68 | </p>
|
69 | 69 | </div>
|
70 | 70 |
|
71 | 71 | {{!-- TODO: remove padding and margin once global declarations are gone --}}
|
72 | 72 | <ul class="list pa0 ma0">
|
73 | 73 | <li class="mb3">
|
74 |
| - <a href="https://discord.gg/rust-lang" class="button button-secondary">{{fluent discord}}</a> |
| 74 | + <a href="https://discord.gg/rust-lang" class="button button-secondary">{{fluent "discord"}}</a> |
75 | 75 | </li>
|
76 | 76 | <li class="mb3">
|
77 |
| - <a href="{{baseurl}}/governance" class="button button-secondary">{{fluent community-teams-learn}}</a> |
| 77 | + <a href="{{baseurl}}/governance" class="button button-secondary">{{fluent "community-teams-learn"}}</a> |
78 | 78 | </li>
|
79 | 79 | </ul>
|
80 | 80 | </div>
|
|
85 | 85 | <section id="community-events" class="green">
|
86 | 86 | <div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
|
87 | 87 | <header>
|
88 |
| - <h2>{{fluent community-events-header}}</h2> |
| 88 | + <h2>{{fluent "community-events-header"}}</h2> |
89 | 89 | <div class="highlight"></div>
|
90 | 90 | </header>
|
91 | 91 | <div class="flex flex-column flex-row-l">
|
92 | 92 | <div class="mw-50-l mh3-l pt0 flex flex-column justify-between" id="meetups-usergroups">
|
93 | 93 | <div>
|
94 |
| - <h3 class="mt0 mb4">{{fluent community-meetup-header}}</h3> |
| 94 | + <h3 class="mt0 mb4">{{fluent "community-meetup-header"}}</h3> |
95 | 95 | <p>
|
96 |
| - {{fluent community-meetup}} |
| 96 | + {{fluent "community-meetup"}} |
97 | 97 | </p>
|
98 | 98 | </div>
|
99 | 99 | <ul class="list ma0 pa0">
|
100 | 100 | <li class="mb3">
|
101 | 101 | <a href="https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&mode=AGENDA&height=400&wkst=1&bgcolor=%23FFFFFF&src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com&color=%23691426&ctz=Europe%2FMadrid"
|
102 |
| - class="button button-secondary">{{fluent community-calendar}}</a> |
| 102 | + class="button button-secondary">{{fluent "community-calendar"}}</a> |
103 | 103 | </li>
|
104 | 104 | <li class="mb3">
|
105 | 105 | <a href="https://blog.rust-lang.org/2019/05/20/The-2019-Rust-Event-Lineup.html"
|
106 |
| - class="button button-secondary">{{fluent community-conference-lineup}}</a> |
| 106 | + class="button button-secondary">{{fluent "community-conference-lineup"}}</a> |
107 | 107 | </li>
|
108 | 108 | <li class="mb3">
|
109 | 109 | <a href="https://timetill.rs"
|
110 | 110 | target="_blank"
|
111 |
| - class="button button-secondary">{{fluent community-timetill-cta}}</a> |
| 111 | + class="button button-secondary">{{fluent "community-timetill-cta"}}</a> |
112 | 112 | </li>
|
113 | 113 | </ul>
|
114 | 114 | </div>
|
115 | 115 | <div class="mw-50-l mh3-l pt4 pt0-l flex flex-column justify-between" id="conferences">
|
116 | 116 | <div>
|
117 |
| - <h3 class="mt0 mb4">{{fluent community-event-run-header}}</h3> |
118 |
| - {{fluent community-event-run}} |
| 117 | + <h3 class="mt0 mb4">{{fluent "community-event-run-header"}}</h3> |
| 118 | + {{fluent "community-event-run"}} |
119 | 119 | </div>
|
120 | 120 | <ul class="list ma0 pa0">
|
121 | 121 | <li class="mb3">
|
122 |
| - <a href="https://github.com/rust-community/events-team#-rust-events-team" class="button button-secondary">{{fluent community-events-repo}}</a> |
| 122 | + <a href="https://github.com/rust-community/events-team#-rust-events-team" class="button button-secondary">{{fluent "community-events-repo"}}</a> |
123 | 123 | </li>
|
124 | 124 | <li class="mb3">
|
125 | 125 | <a href="https://docs.google.com/forms/d/e/1FAIpQLSf52YXGhqBaHtCXtVna4iHYMK7IQaTqUW6V-ztsZC8C2TBInQ/viewform"
|
126 |
| - class="button button-secondary">{{fluent community-event-register}}</a> |
| 126 | + class="button button-secondary">{{fluent "community-event-register"}}</a> |
127 | 127 | </li>
|
128 | 128 | </ul>
|
129 | 129 | </div>
|
130 | 130 | </div>
|
131 |
| - <img src="/static/images/rustfest.jpg" alt="{{fluent community-rustfest-alt}}"> |
| 131 | + <img src="/static/images/rustfest.jpg" alt="{{fluent "community-rustfest-alt"}}"> |
132 | 132 | </div>
|
133 | 133 | </section>
|
134 | 134 |
|
135 | 135 | <section id="rustbridge" class="white">
|
136 | 136 | <div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
|
137 | 137 | <header>
|
138 |
| - <h2>{{fluent community-rustbridge-header}}</h2> |
| 138 | + <h2>{{fluent "community-rustbridge-header"}}</h2> |
139 | 139 | <div class="highlight"></div>
|
140 | 140 | </header>
|
141 | 141 |
|
|
145 | 145 | </div>
|
146 | 146 | <div class="mw-67-l mh3-l">
|
147 | 147 | <p>
|
148 |
| - {{fluent community-rustbridge}} |
| 148 | + {{fluent "community-rustbridge"}} |
149 | 149 | </p>
|
150 |
| - <a href="https://github.com/rustbridge/team" class="button button-secondary">{{fluent community-rustbridge-button}}</a> |
| 150 | + <a href="https://github.com/rustbridge/team" class="button button-secondary">{{fluent "community-rustbridge-button"}}</a> |
151 | 151 | </div>
|
152 | 152 | </div>
|
153 | 153 |
|
154 | 154 | <ul class="list ma0 pa0 flex flex-column flex-row-ns flex-wrap-m flex-nowrap-l justify-center">
|
155 |
| - <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-rustconf.jpg" alt="{{fluent community-rustbridge-rustconf-alt}}" /></li> |
156 |
| - <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-paris.jpg" alt="{{fluent community-rustbridge-paris-alt}}" /></li> |
157 |
| - <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-berlin.jpg" alt="{{fluent community-rustbridge-berlin-alt}}" /></dv> |
158 |
| - <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-rbr.jpg" alt="{{fluent community-rustbridge-rbr-alt}}" /></li> |
| 155 | + <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-rustconf.jpg" alt="{{fluent "community-rustbridge-rustconf-alt"}}" /></li> |
| 156 | + <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-paris.jpg" alt="{{fluent "community-rustbridge-paris-alt"}}" /></li> |
| 157 | + <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-berlin.jpg" alt="{{fluent "community-rustbridge-berlin-alt"}}" /></dv> |
| 158 | + <li class="tc max-width-half-m ph1-ns mb3"><img src="/static/images/rustbridge-rbr.jpg" alt="{{fluent "community-rustbridge-rbr-alt"}}" /></li> |
159 | 159 | </ul>
|
160 | 160 | </div>
|
161 | 161 | </section>
|
162 | 162 |
|
163 | 163 | <section id="rustreach" class="red">
|
164 | 164 | <div class="w-100 mw-none ph3 mw8-m mw9-l center">
|
165 | 165 | <header>
|
166 |
| - <h2>{{fluent community-irr-header}}</h2> |
| 166 | + <h2>{{fluent "community-irr-header"}}</h2> |
167 | 167 | <div class="highlight"></div>
|
168 | 168 | </header>
|
169 | 169 | <div class="w-100 flex flex-column flex-row-l">
|
170 | 170 | <div class="mw-33-l mh3-l">
|
171 | 171 | <img src="/static/images/rustreach.jpg" alt="increasing rust's reach logo"/>
|
172 | 172 | </div>
|
173 | 173 | <div class="mw-67-l mh3-l">
|
174 |
| - <p> {{fluent community-irr}} |
| 174 | + <p> {{fluent "community-irr"}} |
175 | 175 | </p>
|
176 |
| - <a href="http://reach.rust-lang.org/" class="button button-secondary">{{fluent community-irr-button}}</a> |
| 176 | + <a href="http://reach.rust-lang.org/" class="button button-secondary">{{fluent "community-irr-button"}}</a> |
177 | 177 | </div>
|
178 | 178 | </div>
|
179 | 179 | </div>
|
|
182 | 182 | <section id="conduct" class="green">
|
183 | 183 | <div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
|
184 | 184 | <header>
|
185 |
| - <h2>{{fluent community-standards-header}}</h2> |
| 185 | + <h2>{{fluent "community-standards-header"}}</h2> |
186 | 186 | <div class="highlight"></div>
|
187 | 187 | </header>
|
188 | 188 | <div class="f3 f2-l">
|
189 | 189 | <p>
|
190 |
| - {{#fluent community-standards}} |
191 |
| - {{#fluentparam url}}{{baseurl}}/policies/code-of-conduct{{/fluentparam}} |
| 190 | + {{#fluent "community-standards"}} |
| 191 | + {{#fluentparam "url"}}{{baseurl}}/policies/code-of-conduct{{/fluentparam}} |
192 | 192 | {{/fluent}}
|
193 | 193 | </p>
|
194 | 194 | </div>
|
195 | 195 |
|
196 | 196 | <div class="flex flex-column flex-row-l justify-between">
|
197 |
| - < a href="mailto:[email protected]" class="button button-secondary mw-33-l mh3-l w-100 mb3"> {{fluent community-mod-button}}</ a> |
198 |
| - <a href="{{baseurl}}/policies/code-of-conduct" class="button button-secondary mw-33-l mh3-l w-100 mb3">{{fluent community-coc-button}}</a> |
199 |
| - <a href="{{baseurl}}/policies/code-of-conduct#moderation" class="button button-secondary mw-33-l mh3-l w-100 mb3">{{fluent community-mod-guidelines-button}}</a> |
| 197 | + < a href="mailto:[email protected]" class="button button-secondary mw-33-l mh3-l w-100 mb3"> {{fluent "community-mod-button"}}</ a> |
| 198 | + <a href="{{baseurl}}/policies/code-of-conduct" class="button button-secondary mw-33-l mh3-l w-100 mb3">{{fluent "community-coc-button"}}</a> |
| 199 | + <a href="{{baseurl}}/policies/code-of-conduct#moderation" class="button button-secondary mw-33-l mh3-l w-100 mb3">{{fluent "community-mod-guidelines-button"}}</a> |
200 | 200 | </div>
|
201 | 201 | </div>
|
202 | 202 | </section>
|
|
0 commit comments