Skip to content
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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.LSOverride

# Icon must end with two \r
#Icon

Icon
!icon/

# Thumbnails
._*
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.11
7 changes: 2 additions & 5 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`<project full name>` is the display name for the project ( e.g. 'OpenEXR' )

`<project name>` is the name of the project in the filesystem ( e.g. 'openexr' )
`<project name>` is the name of the project in the filesystem ( e.g. 'openleadr' ). This must match the `slug` for the project as defined in LFX PCC, and be all lowercase.

1. Add a new directory under `projects` with the artwork. Artwork directory structure should map as follows...

Expand Down Expand Up @@ -46,10 +46,7 @@ If you are using the GitHub web client, the easiest thing to do is create the fo

```markdown
---
description: Artwork for the <project full name> project
title: <project full name>
level: <project level: match string on home page>
featured_image: <relative path to the image to show on the home page>
layout: logos
featured_image: <relative path to the image to show on the home page>
---
```
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Academy Software Foundation (ASWF) Logos

In this repo, we have artwork in standard formats for the ASWF [projects](https://www.aswf.io/projects) and programs. We prepare artwork in 2 formats (PNG & SVG) and at least 3 versions (color/black/white).
In this repo, we have artwork in standard formats for the [ASWF projects](https://www.aswf.io/projects) and programs. We prepare artwork in 2 formats (PNG & SVG) and at least 3 versions (color/black/white).

With many browsers, you can right click and copy the logo of your choice below. Please note that although PNG is more common, SVG file sizes are smaller, supported in all modern web browsers, and a high-resolution format suitable for both print and high-resolution computer screens.

Use of any trademark or logo is subject to the trademark policy available at https://www.linuxfoundation.org/trademark-usage with the key excepts available at [LICENSE.md](LICENSE.md). Refer to the [ASWF Brand Book](aswf-brand-book.pdf) for guidelines on how to use the logo.
Use of any trademark or logo is subject to the trademark policy available at [linuxfoundation.org/trademark-usage](https://www.linuxfoundation.org/trademark-usage) with the key excepts available at [LICENSE.md](LICENSE.md).

Refer to the [ASWF Brand Book](aswf-brand-book.pdf) for guidelines on how to use the logo.

Questions? Please email [info@aswf.io](mailto:info@aswf.io).
Questions? Please email [support@aswf.io](mailto:support@aswf.io).
7 changes: 7 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Security Policy

Only the latest release is supported.

## Reporting a Vulnerability

Report any security vulnerabilities [here](https://github.com/AcademySoftwareFoundatio/artwork/security/advisories/new)
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: >-
Logos and artwork for Academy Software Foundation (ASWF) and it's hosted projects

# Settings
favicon: assets/img/favicon.png
primary_logo: other/aswf/logo/aqua/aswf-logo-aqua.svg
header_logo: other/aswf/logo/white/aswf-logo-white.svg
github_repo: https://github.com/AcademySoftwareFoundation/artwork
section_image: assets/img/aswf_bg.jpg
section_image: assets/img/section-background.jpg
theme_color_1: 36b0c9
theme_color_2: 159957
favicon: assets/img/favicon.png
# categories of logos, for grouping on main logo page. Must match level: in front matter of each logoset README.md file
logo_categories:
- Projects
Expand Down
2 changes: 1 addition & 1 deletion _includes/trademark_text.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Use of any trademark or logo is subject to the trademark policy available at <a href="https://www.linuxfoundation.org/trademark-usage">https://www.linuxfoundation.org/trademark-usage</a> with the key excepts available at <a href="LICENSE.md">LICENSE.md</a>. Refer to the <a href="aswf-brand-book.pdf">ASWF Brand Book</a> for guidelines on how to use the logo. Questions? Please email <a href="mailto:info@aswf.io">info@aswf.io</a>.
Use of any trademark or logo is subject to the trademark policy available at <a href="https://www.linuxfoundation.org/trademark-usage">https://www.linuxfoundation.org/trademark-usage</a> with the key excepts available at <a href="LICENSE.md">LICENSE.md</a>. Refer to the <a href="aswf-brand-book.pdf">ASWF Brand Book</a> for guidelines on how to use the logo. Questions? Please email <a href="mailto:info@aswf.io">info@aswf.io</a>.

1 change: 0 additions & 1 deletion assets/img/aswf.svg

This file was deleted.

Binary file removed assets/img/favicon.png
Binary file not shown.
77 changes: 77 additions & 0 deletions assets/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added favicon.ico
Binary file not shown.
Loading