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

Add links for the majority of the organizations #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
95 changes: 9 additions & 86 deletions app/_partials/organizations-list.html
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 %}
184 changes: 178 additions & 6 deletions content/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attention pls.

Copy link
Collaborator

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.

"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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attention pls.

Copy link
Collaborator

Choose a reason for hiding this comment

The 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: {
Expand Down