File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,34 @@ class Index extends React.Component {
170
170
171
171
return (
172
172
< div >
173
+ < div style = { { background : '#111' , padding : '10px 0' , lineHeight : 2 } } >
174
+ < div className = "container" >
175
+ < div
176
+ style = { {
177
+ color : 'white' ,
178
+ fontWeight : 'bold' ,
179
+ textAlign : 'center'
180
+ } }
181
+ >
182
+ Black Lives Matter.
183
+ < a
184
+ style = { {
185
+ display : 'inline-block' ,
186
+ color : 'white' ,
187
+ fontWeight : 'bold' ,
188
+ margin : '0 10px' ,
189
+ padding : '7px 20px' ,
190
+ border : '1px solid white'
191
+ } }
192
+ href = "https://support.eji.org/give/153413"
193
+ target = "_blank"
194
+ rel = "noopener noreferrer"
195
+ >
196
+ Support the Equal Justice Initiative.
197
+ </ a >
198
+ </ div >
199
+ </ div >
200
+ </ div >
173
201
< HomeSplash language = { language } />
174
202
< div className = "mainContainer" >
175
203
< div className = "productShowcaseSection" >
You canβt perform that action at this time.
0 commit comments