-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add links for the majority of the organizations #63
Open
dc-up42
wants to merge
2
commits into
radiantearth:main
Choose a base branch
from
dc-up42:company-logo-links
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,11 @@ | ||
<div class="flex justify-between items-center"> | ||
<div class="md:w-64 m-3"><img src="/public/images-original/company-logos/planet.png" alt="Planet logo" /></div> | ||
<div class="md:w-64 m-3"><img src="/public/images-original/company-logos/radiant-earth.png" alt="radiant earth logo" /></div> | ||
<div class="md:w-64 m-3"><img src="/public/images-original/company-logos/microsoft.png" alt="Microsoft logo" /></div> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/element84.png" alt="element84 logo" /> | ||
</div> | ||
</div> | ||
|
||
<div class="flex justify-between items-center md:-mx-3"> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/sparkgeo.png" alt="sparkgeo logo" /> | ||
</div> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/maxar-technologies.png" alt="maxar technologies logo" /> | ||
</div> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/arturo.jpeg" alt="element84 logo" /> | ||
</div> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/usgs.png" alt="usgs logo" /> | ||
</div> | ||
<div class="md:w-48 m-3"> | ||
<img src="/public/images-original/company-logos/cosmiqworks.png" alt="cosmiqworks logo" /> | ||
</div> | ||
</div> | ||
|
||
<div class="flex justify-between items-center md:-mx-3"> | ||
<div class="md:w-32 m-3 p-2 md:p-4"> | ||
<img src="/public/images-original/company-logos/aws.png" alt="aws logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/digital-earth-africa.png" alt="digital earth africa logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/world-bank-group.png" alt="aws logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/azavea.png" alt="digital earth africa logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/nasa.png" alt="NASA logo" /> | ||
</div> | ||
</div> | ||
|
||
<div class="flex justify-between items-center md:-mx-3"> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/umbra.png" alt="Umbra logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/open-eo.png" alt="Open EO logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/pixel8.svg" alt="Pixel 8 logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/development-seed.png" alt="Development Seed logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/cbers.jpeg" alt="CBERS: China Brazil Earth Research Satellite logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/astraea.webp" alt="Astraea logo" /> | ||
</div> | ||
</div> | ||
|
||
<div class="flex justify-between items-center md:-mx-3 -mb-12"> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/near-space-lab.png" alt="Near Space Labs logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/the-climate-corporation.svg" alt="The Climate Corporation logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/vulcan-technology.png" alt="Vulcan Technology logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/l3-harris.svg" alt="L3 Harris logo" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<img src="/public/images-original/company-logos/google-earth-engine.png" alt="Google Earth Engine" /> | ||
</div> | ||
<div class="md:w-32 m-3"> | ||
<a href="https://up42.com"> | ||
<img src="/public/images-original/company-logos/up42.png" alt="UP42" /> | ||
{% for row in tt.homepage.organizations.content %} | ||
<div class="flex justify-between items-center{{ " md:-mx-3" if not loop.first }}{{ " -mb-12" if loop.last }}"> | ||
{% for logo in row %} | ||
<div class="{{ logo.class }}"> | ||
<a href="{{ logo.site }}" target=”_blank”> | ||
<img src="/public/images-original/company-logos/{{ logo.image }}" alt="{{ logo.alt }}"> | ||
</a> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,12 +184,184 @@ const tools = { | |
cta_url: route('about.toolsResources'), | ||
}; | ||
|
||
const organizations = { | ||
heading: { | ||
en: 'STAC is supported by these incredible organizations', | ||
'lo-ip': 'Lorem Ipsum Dolor', | ||
}, | ||
}; | ||
const organizations = (function () { | ||
const w64 = "md:w-64 m-3"; | ||
const w48 = "md:w-48 m-3"; | ||
const w32 = "md:w-32 m-3"; | ||
|
||
return { | ||
heading: { | ||
en: 'STAC is supported by these incredible organizations', | ||
'lo-ip': 'Lorem Ipsum Dolor', | ||
}, | ||
content: [ // list of rows | ||
[ // list of columns | ||
{ | ||
"class": w64, | ||
"site": "https://www.planet.com/", | ||
"image": "planet.png", | ||
"alt": "Planet logo", | ||
}, | ||
{ | ||
"class": w64, | ||
"site": "https://www.radiant.earth/", | ||
"image": "radiant-earth.png", | ||
"alt": "radiant earth logo", | ||
}, | ||
{ | ||
"class": w64, | ||
"site": "https://www.microsoft.com/", | ||
"image": "microsoft.png", | ||
"alt": "Microsoft logo", | ||
}, | ||
{ | ||
"class": w48, | ||
"site": "https://www.element84.com/", | ||
"image": "element84.png", | ||
"alt": "element84 logo", | ||
}, | ||
], | ||
|
||
[ | ||
{ | ||
"class": w48, | ||
"site": "https://sparkgeo.com/", | ||
"image": "sparkgeo.png", | ||
"alt": "sparkgeo logo", | ||
}, | ||
{ | ||
"class": w48, | ||
"site": "https://www.maxar.com/", | ||
"image": "maxar-technologies.png", | ||
"alt": "maxar technologies logo", | ||
}, | ||
{ | ||
"class": w48, | ||
"site": "https://arturo.ai/", | ||
"image": "arturo.jpeg", | ||
"alt": "Arturo logo", | ||
}, | ||
{ | ||
"class": w48, | ||
"site": "https://www.usgs.gov/", | ||
"image": "usgs.png", | ||
"alt": "usgs logo", | ||
}, | ||
{ | ||
"class": w48, | ||
"site": "https://www.cosmiqworks.org/", | ||
"image": "cosmiqworks.png", | ||
"alt": "cosmiqworks logo", | ||
}, | ||
], | ||
|
||
[ | ||
{ | ||
"class": "md:w-32 m-3 p-2 md:p-4", | ||
"site": "https://aws.amazon.com/", | ||
"image": "aws.png", | ||
"alt": "aws logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.digitalearthafrica.org/", | ||
"image": "digital-earth-africa.png", | ||
"alt": "digital earth africa logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.worldbank.org/", | ||
"image": "world-bank-group.png", | ||
"alt": "world bank group logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.azavea.com/", | ||
"image": "azavea.png", | ||
"alt": "azavea logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.nasa.gov/", | ||
"image": "nasa.png", | ||
"alt": "NASA logo", | ||
}, | ||
], | ||
|
||
[ | ||
{ | ||
"class": w32, | ||
"site": "https://umbra.space/", | ||
"image": "umbra.png", | ||
"alt": "Umbra logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://openeo.org/", | ||
"image": "open-eo.png", | ||
"alt": "Open EO logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "", // what is this company? could find their site | ||
"image": "pixel8.svg", | ||
"alt": "Pixel 8 logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://en.wikipedia.org/wiki/China%E2%80%93Brazil_Earth_Resources_Satellite_program", // didn't find a better site | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Attention pls. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, this is what I'd link to, I don't know any better site. |
||
"image": "cbers.jpeg", | ||
"alt": "CBERS: China Brazil Earth Research Satellite logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://astraea.earth/", | ||
"image": "astraea.webp", | ||
"alt": "Astraea logo", | ||
}, | ||
], | ||
|
||
[ | ||
{ | ||
"class": w32, | ||
"site": "https://nearspacelabs.com/", | ||
"image": "near-space-lab.png", | ||
"alt": "Near Space Labs logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://climate.com/", | ||
"image": "the-climate-corporation.svg", | ||
"alt": "The Climate Corporation logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.linkedin.com/company/vulcantech-gmbh/", | ||
"image": "vulcan-technology.png", | ||
"alt": "Vulcan Technology logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://www.l3harris.com/", | ||
"image": "l3-harris.svg", | ||
"alt": "L3 Harris logo", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://earthengine.google.com/", | ||
"image": "google-earth-engine.png", | ||
"alt": "Google Earth Engine", | ||
}, | ||
{ | ||
"class": w32, | ||
"site": "https://up42.com", | ||
"image": "up42.png", | ||
"alt": "UP42", | ||
}, | ||
], | ||
], | ||
} | ||
})(); | ||
|
||
const getInvolved = { | ||
heading: { | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attention pls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, they're defunct - got bought by snap (and then half the original team just got laid off in their last round). I'd say leave the logo but it's fine if there's no link.