Skip to content

Commit

Permalink
Add dem feature to index (#58)
Browse files Browse the repository at this point in the history
* fix: add dem feature to index

* fix: add dem feature to index

* Delete yarn.lock

* fix: dem svg color for both themes

* fix: emphasize letters pr
  • Loading branch information
alebinson authored Aug 30, 2023
1 parent 7259eb4 commit 9d255ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,20 @@ const FeatureList: FeatureItem[] = [
</>
),
},
{
title: 'DEM',
Svg: require('@site/static/img/dem.svg').default,
description: (
<>
<strong>A Digital Elevation Model</strong> (DEM) is a representation of the topography of the Earth or another surface in digital format, that is, by coordinates and numerical descriptions of altitude
</>
),
},
];

function Feature({title, Svg, description}: FeatureItem) {
return (
<div className={clsx('col col--4')}>
<div className={clsx('col col--3')}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
Expand Down
6 changes: 6 additions & 0 deletions static/img/dem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d255ee

Please sign in to comment.