mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 13:11:17 -07:00
Site content and style update for sprint2/3 (#279)
* add legend and styling for map page * update header to latest style/content * add contact page * add methodology page #199 and #200
This commit is contained in:
parent
00fd51de8b
commit
f4f7c35ca8
8 changed files with 202 additions and 74 deletions
19
client/src/components/MapLegend.tsx
Normal file
19
client/src/components/MapLegend.tsx
Normal file
|
@ -0,0 +1,19 @@
|
|||
import React from 'react';
|
||||
|
||||
const MapLegend = () => {
|
||||
return (
|
||||
<>
|
||||
<dl className={'j40-maplegend'}>
|
||||
<h4>Color Key</h4>
|
||||
<dt className={'mapsquare-a'}> </dt>
|
||||
<dd>Prioritized community</dd>
|
||||
<dt className={'mapsquare-b'}> </dt>
|
||||
<dd>Threshold community</dd>
|
||||
<dt className={'mapsquare-c'}>$nbsp;</dt>
|
||||
<dd>Non-Prioritized community</dd>
|
||||
</dl>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default MapLegend;
|
Loading…
Add table
Add a link
Reference in a new issue