Skip to content

Commit

Permalink
Edited the link text
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Sep 6, 2024
1 parent 8fa18c1 commit 52ff3ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions docs/_static/styles/components/_colour_coded_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ table.colour-coded-table {

th, td {
&.high {
background-color: green;
background-color: #b7e1cd;
}

&.medium {}
&.medium {
background-color: #fce8b2;
}

&.low {}
}
Expand Down
24 changes: 12 additions & 12 deletions docs/guides/access/which-dea-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a decision matrix where along the top are listed DEA Services and down t
<tbody>
<tr>
<td><strong>Understand the data</strong></td>
<td class="high"><a href="/">Yes</a></td>
<td class="high"><a href="/">Browse knowledge about our data</a></td>
<td class="medium">Somewhat</td>
<td class="medium">Somewhat</td>
<td class="medium">Somewhat</td>
Expand All @@ -35,12 +35,12 @@ This is a decision matrix where along the top are listed DEA Services and down t
<tr>
<td><strong>View large data volumes</strong></td>
<td class="low">No</td>
<td class="medium"><a href="/guides/setup/dea_maps/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/web_map_service/">Yes</a></td>
<td class="high"><a href="/guides/setup/dea_maps/">View data on a map</a></td>
<td class="high"><a href="/guides/setup/gis/web_map_service/">View data on the WMS</a></td>
<td class="medium">Somewhat</td>
<td class="medium">Somewhat</td>
<td class="low">No</td>
<td class="high"><a href="/guides/setup/gis/stac/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/stac/">View data using STAC</a></td>
<td class="low">No</td>
</tr>
<tr>
Expand All @@ -49,18 +49,18 @@ This is a decision matrix where along the top are listed DEA Services and down t
<td class="medium">Somewhat</td>
<td class="low">No</td>
<td class="medium">Somewhat</td>
<td class="high"><a href="/guides/setup/gis/web_coverage_service/">Yes</a></td>
<td class="high"><a href="/guides/setup/explorer_guide/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/stac/">Yes</a></td>
<td class="high"><a href="/guides/setup/AWS/data_and_metadata/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/web_coverage_service/">Download via WCS</a></td>
<td class="high"><a href="/guides/setup/explorer_guide/">Download via Explorer</a></td>
<td class="high"><a href="/guides/setup/gis/stac/">Download via STAC</a></td>
<td class="high"><a href="/guides/setup/AWS/data_and_metadata/">Download via AWS</a></td>
</tr>
<tr>
<td><strong>Analyse data</strong></td>
<td class="low">No</td>
<td class="low">No</td>
<td class="low">No</td>
<td class="high"><a href="/guides/setup/Sandbox/sandbox/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/web_coverage_service/">Yes</a></td>
<td class="high"><a href="/guides/setup/Sandbox/sandbox/">Analyse in the Sandbox</a></td>
<td class="high"><a href="/guides/setup/gis/web_coverage_service/">Analyse using the WCS</a></td>
<td class="low">No</td>
<td class="medium">Somewhat</td>
<td class="low">No</td>
Expand All @@ -72,8 +72,8 @@ This is a decision matrix where along the top are listed DEA Services and down t
<td class="low">No</td>
<td class="medium">Somewhat</td>
<td class="low">No</td>
<td class="high"><a href="/guides/setup/explorer_guide/">Yes</a></td>
<td class="high"><a href="/guides/setup/gis/stac/">Yes</a></td>
<td class="high"><a href="/guides/setup/explorer_guide/">Explore availability in the Explorer</a></td>
<td class="high"><a href="/guides/setup/gis/stac/">Query availability using STAC</a></td>
<td class="low">No</td>
</tr>
</tbody>
Expand Down

0 comments on commit 52ff3ec

Please sign in to comment.