Skip to content
Draft
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
59 changes: 59 additions & 0 deletions Foundation/Membership/LOGOS/RiversideResearch-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions Foundation/Membership/LOGOS/TU-Munich-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions Foundation/Membership/LOGOS/TU-RiversideResearch-text.svg
Copy link
Member

Choose a reason for hiding this comment

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

Did you mean to commit this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. Riverside Research also don't want their logo displayed.

Copy link
Member

Choose a reason for hiding this comment

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

But this is not the Riverside Research file (there is a separate one for that).

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions Foundation/Membership/LOGOS/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Text logos
Text logos are used in cases where associations haven't given permission for their logo to be displayed on the website. For example, TU Munich.

Text logos (SVG) are generated using Inkscape with the following settings:
- Font: Roboto Mono Nerd Font
Copy link
Member

Choose a reason for hiding this comment

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

It looks like this doesn't quite work -- you either need to use a font that is guaranteed to exist in the browser (e.g. a font the website already uses like plain Roboto) or convert it to outlines so that what you see will be displayed. E.g. my browser shows me Times New Roman.

- Font weight: Normal
- Font size: 36
- Fill colour: R 115; G 121; B 133; A 100
- Stroke colour: None
- Alignment: Centered & middle
- Logo width: 150mm
- Logo height: 50mm
19 changes: 6 additions & 13 deletions _data/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"logo": "apple.svg",
"url": "https://apple.com/"
},
{
"name": "Cog Systems Inc",
"logo": "Cog.jpg",
"url": "https://cog.systems/",
"founding": true,
"endorsed": true
},
{
"name": "DornerWorks Ltd",
"logo": "DornerWorks.svg",
Expand Down Expand Up @@ -95,21 +88,21 @@
"logo": "RISC-V.svg",
"url": "https://riscv.org/"
},
{
"name": "Technology Innovation Institute",
"logo": "TII.jpg",
"url": "https://www.tii.ae/"
},
{
"name": "Trusted Computing Center of Excellence™",
"logo": "TCCoE.svg",
"url": "https://trustedcomputingcoe.org/"
},
{
"name": "TU Munich",
"logo": "TU-Munich.svg",
"logo": "TU-Munich-text.svg",
"url": "https://www.tum.de/en"
},
{
"name": "Riverside Research Institute",
"logo": "RiversideResearch-text.svg",
"url": "https://www.riversideresearch.org/"
},
{
"name": "University of Kansas",
"logo": "ku-institute.svg",
Expand Down
2 changes: 1 addition & 1 deletion _includes/logo-cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ <h2 class="text-center text-3xl font-semibold leading-8 text-darkcol mb-10">{{ t
</ul>
</div>
</a>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/member-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
</div>
</div>
{%- endfor -%}
</div>
</div>