-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #636 from jcushman/logos-and-pathos
Update About page logos
- Loading branch information
Showing
20 changed files
with
147 additions
and
16 deletions.
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,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 |
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 |
---|---|---|
@@ -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> |
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,6 +1,6 @@ | ||
--- | ||
category: research | ||
subcategory: Upcoming | ||
subcategory: Access to Knowledge | ||
retired: false | ||
retired_date: | ||
|
||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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.
Oops, something went wrong.