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 About page logos #636

Merged
merged 2 commits into from
Dec 2, 2024
Merged
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
47 changes: 37 additions & 10 deletions app/_data/supporters.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,42 @@
institutions:
- name: Harvard Law School
logo: supporters/harvard-law-school-logo.png

- name: Harvard Law School
logo: harvard-law-school-logo.png
- name: Berkman Klein Center for Internet & Society
logo: supporters/bkc-logo.svg

- name: Filecoin Foundation for the Decentralized Web
logo: ffdw-logo.png
foundations:
- name: Filecoin Foundation for the Decentralized Web
logo: supporters/ffdw-logo.png

- name: LexisNexis
logo: lexisnexis-logo.png
- name: Institute of Museum and Library Services
logo: supporters/imls-logo.jpg

- name: OpenAI
logo: openai-logo.png
- name: Knight Foundation
logo: supporters/knight-logo.png

- name: Meta
logo: meta-logo.png
nonprofits:
- name: Internet Archive
logo: supporters/ia-logo.svg

- name: Webrecorder
logo: supporters/webrecorder-logo.png

- name: Free Law Project
logo: supporters/flp-logo.svg

companies:
- name: Cloudflare
logo: supporters/cloudflare-logo.png

- name: LexisNexis
logo: supporters/lexisnexis-logo.png

- name: Thomson Reuters
logo: supporters/tr-logo.png

- name: OpenAI
logo: supporters/openai-logo.png

- name: Fastcase
logo: supporters/fastcase-logo.png
10 changes: 10 additions & 0 deletions app/_includes/about-sponsor-group.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<div class="flex flex-wrap justify-center gap-48 mb-24 mt-24">
{% for supporter in include.supporters %}
<div>
<img src="/assets/images/{{ supporter.logo }}"
class="h-[100px]"
alt="{{ supporter.name }} Logo"
style="filter: grayscale(100%);" />
</div>
{% endfor %}
</div>
2 changes: 1 addition & 1 deletion app/_our_work/democratizing-open-knowledge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: research
subcategory: Upcoming
subcategory: Access to Knowledge
retired: false
retired_date:

Expand Down
14 changes: 9 additions & 5 deletions app/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,15 @@ <h2 class="h2 tbl:mt-12 tbl:mb-24">Past Affiliates</h2>

<section class="container">
<h2 class="h2 mt-12 md:mt-0 mb-48 tbl:mb-36 md:mb-60">Supported By</h2>
<div class="flex flex-wrap flex-col tbl:grid tbl:grid-cols-2 xl:grid-cols-3 gap-y-24 sm:gap-y-36 tbl:gap-y-18 md:gap-y-36 lg:gap-y-48 items-center justify-center">
{% for supporter in site.data.supporters %}
<div class="tbl:m-auto"><img class="max-w-[50vw] sm:max-w-auto" src="/assets/images/{{ supporter.logo }}" alt="{{ supporter.name }} Logo" /></div>
{% endfor %}
</div>
<p class="body-text mb-48">We gratefully acknowledge support from, and collaboration with, these organizations.</p>

{% include about-sponsor-group.html supporters=site.data.supporters.institutions %}
<hr class="w-[200px] mx-auto my-12 border-t-4 border-gray-300">
{% include about-sponsor-group.html supporters=site.data.supporters.foundations %}
<hr class="w-[200px] mx-auto my-12 border-t-4 border-gray-300">
{% include about-sponsor-group.html supporters=site.data.supporters.nonprofits %}
<hr class="w-[200px] mx-auto my-12 border-t-4 border-gray-300">
{% include about-sponsor-group.html supporters=site.data.supporters.companies %}
</section>

</div>
Binary file removed app/assets/images/ffdw-logo.png
Binary file not shown.
Binary file removed app/assets/images/harvard-law-school-logo.png
Binary file not shown.
Binary file removed app/assets/images/meta-logo.png
Binary file not shown.
5 changes: 5 additions & 0 deletions app/assets/images/supporters/bkc-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 app/assets/images/supporters/cloudflare-logo.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 app/assets/images/supporters/fastcase-logo.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 app/assets/images/supporters/ffdw-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/supporters/flp-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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading