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

Update partner acknowledgments #264

Open
wants to merge 1 commit into
base: staging
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
6 changes: 5 additions & 1 deletion app/views/layouts/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
<div class="welcome p-3" hidden>
<%= render "sidebar_header", :title => t("layouts.intro_header") %>
<p class="fs-6 fw-light"><%= t "layouts.intro_text" %></p>
<p class="fs-6 fw-light"><%= t "layouts.hosting_partners_2024_html" %>
<p class="fs-6 fw-light"><%= t "layouts.hosting_partners_2024_html",
:devseed => link_to(t("layouts.partners_devseed"), "https://developmentseed.org/"),
:greeninfo => link_to(t("layouts.partners_greeninfo"), "https://greeninfo.org/"),
:osmf => link_to(t("layouts.partners_osmf"), "https://osmfoundation.org/"),
:osmus => link_to(t("layouts.partners_osmus"), "https://openstreetmap.us/") %>
</p>
<div class="d-flex gap-2">
<a class="btn btn-primary w-100 d-flex align-items-center justify-content-center" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
Expand Down
7 changes: 4 additions & 3 deletions app/views/site/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@
</svg>
<h2 class="flex-grow-1 mb-0"><%= t ".partners_title" %></h2>
</div>
<p><%= t "layouts.hosting_partners_2024_html", :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
:corpmembers => link_to(t("layouts.partners_corpmembers"), "https://osmfoundation.org/wiki/Corporate_Members"),
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
<p><%= t "layouts.hosting_partners_2024_html", :devseed => link_to(t("layouts.partners_devseed"), "https://developmentseed.org/"),
:greeninfo => link_to(t("layouts.partners_greeninfo"), "https://greeninfo.org/"),
:osmf => link_to(t("layouts.partners_osmf"), "https://osmfoundation.org/"),
:osmus => link_to(t("layouts.partners_osmus"), "https://openstreetmap.us/") %>
</p>
</section>
</div>
Expand Down
17 changes: 7 additions & 10 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1578,16 +1578,13 @@ en:
tag_line: The Free Wiki World Map
intro_header: Welcome to OpenHistoricalMap!
intro_text: OpenHistoricalMap is an interactive map of the world throughout history, created by people like you and dedicated to the public domain.
hosting_partners_2024_html: |
<p>
<a href='https://greeninfo.org'>GreenInfo Network</a> is a nonprofit social-good mapping and communications organization that helps nonprofits and government agencies achieve social, environmental, and other goals using a range of tools, including human-centered design practices, collaborative development, and open source web and geospatial tools.
</p>
<p>
<a href='https://developmentseed.org/'>Development Seed</a> is an engineering and product company that is accelerating the application of earth data to our biggest global challenges. Development Seed leverages massive earth data, cloud computing, geospatial AI, and thoughtful product development.
</p>
partners_fastly: "Fastly"
partners_corpmembers: "OSMF corporate members"
partners_partners: "partners"
intro_2_create_account: "Create a user account"
partners_title: Partners
hosting_partners_2024_html: "OpenHistoricalMap is a charter project of %{osmus}, a 501(c)(3) nonprofit organization affiliated with the %{osmf}. Technical development is supported by %{greeninfo} and %{devseed}."
partners_devseed: Development Seed
partners_greeninfo: GreenInfo Network
partners_osmf: OpenStreetMap Foundation
partners_osmus: OpenStreetMap U.S.
tou: "Terms of Use"
osm_offline: "The OpenHistoricalMap database is currently offline while essential database maintenance work is carried out."
osm_read_only: "The OpenHistoricalMap database is currently in read-only mode while essential database maintenance work is carried out."
Expand Down