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

Change Linaro logo #116

Merged
merged 3 commits into from
May 20, 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
Binary file added src/assets/images/content/Linaro-logo-white.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 removed src/assets/images/content/linaro-logo.png
Binary file not shown.
Binary file added src/assets/images/members/Linaro-logo-black.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 removed src/assets/images/members/linaro-logo.png
Binary file not shown.
Binary file removed src/assets/linaro-logo.png
Binary file not shown.
Binary file removed src/assets/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { getEntry } from "astro:content";
import { Image } from "astro:assets";
import LinaroLogo from "../assets/logo.png";
import LinaroLogo from "../assets/images/content/Linaro-logo-white.png";
import Icon from "astro-icon";

const footer = await getEntry("data", "footer");
Expand Down
3 changes: 0 additions & 3 deletions src/content/authors/linaro.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
alt: Arm Logo
url: https://www.arm.com/
- name: Linaro Logo
image: ../../assets/images/members/linaro-logo.png
image: ../../assets/images/members/Linaro-logo-black.png
alt: Linaro Logo
url: https://www.linaro.org/
- name: Nordic Logo
Expand Down
Loading