Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing page update #142

Merged
merged 24 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ba2dd67
Initial homepage content and styling
LanesGood Oct 3, 2023
7365bf5
Update columns, use custom head
LanesGood Oct 3, 2023
14bcc82
Add sections, updates styles, move home css
LanesGood Oct 4, 2023
83d4797
Figure style media query, placeholder imgs
LanesGood Oct 4, 2023
d907d92
Add icons, logos, additional sections
LanesGood Oct 4, 2023
7431019
Add image attribution, update content
LanesGood Oct 4, 2023
635da66
Remove dark/light mode toggle
LanesGood Oct 4, 2023
8e9505d
Merge branch 'main' into landingpage-update1
LanesGood Oct 5, 2023
95fc0c4
Add images, updated content
LanesGood Oct 6, 2023
cecd114
Merge branch 'landingpage-update1' of https://github.com/developments…
LanesGood Oct 6, 2023
2d58cf7
Merge branch 'main' into landingpage-update1
LanesGood Oct 6, 2023
544e700
Change wording
j08lue Oct 9, 2023
2a3c31e
Change wording
j08lue Oct 9, 2023
b652f43
Change wording
j08lue Oct 9, 2023
a4bd02f
Change wording
j08lue Oct 9, 2023
5d80df9
Add functional subtitles to the end-to-end EO infrastructure section
zacharyDez Oct 10, 2023
82c8199
Remove Microsoft's logo
zacharyDez Oct 10, 2023
5691385
Reword a few sentences
zacharyDez Oct 10, 2023
551a45f
Rename the header section from Development - Contributing to Contribu…
zacharyDez Oct 10, 2023
3fb497d
Replace discoverable by searchable for STAC-FastAPI high-level text
zacharyDez Oct 10, 2023
d1e87be
Add some properties to center tout images
zacharyDez Oct 13, 2023
f500b83
Merge branch 'main' into landingpage-update1
zacharyDez Oct 16, 2023
299b6de
Remove logos while waiting for approval
zacharyDez Oct 24, 2023
8e4c832
Merge branch 'main' into landingpage-update1
zacharyDez Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}
13 changes: 9 additions & 4 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,21 @@ nav:

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