Skip to content

Commit

Permalink
Merge pull request #142 from developmentseed/landingpage-update1
Browse files Browse the repository at this point in the history
Landing page update
  • Loading branch information
vincentsarago authored Oct 24, 2023
2 parents 7e3a27a + 8e4c832 commit 163f9c4
Show file tree
Hide file tree
Showing 21 changed files with 883 additions and 308 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ instance/

# Sphinx documentation
docs/_build/
docs/src/.DS_Store
docs/src/img/.DS_Store
docs/src/overrides/.DS_Store
docs/.DS_Store

# PyBuilder
target/
Expand Down
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
}
15 changes: 10 additions & 5 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,26 @@ nav:
- Intro: "intro.md"
- Services: "services.md"
- Deployment: "deployment.md"
- Development - Contributing: "contributing.md"
- Contributing: "contributing.md"


plugins:
- search

extra_css:
- overrides/stylesheets/extra.css
theme:
name: material
custom_dir: src/overrides/
palette:
primary: black
scheme: default
primary: custom
accent: deep orange

features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.expand
favicon: img/favicon.ico
logo: img/logo.png

Expand Down
Binary file added docs/src/img/NASA_SunEarth.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions docs/src/img/aws_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/src/img/devseed_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/downloaddeploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/eoapi_veda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/ingestdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/src/img/msft_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 163f9c4

Please sign in to comment.