From 231a17f13b3e0cb78fa974bc81cf405b02a8d733 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Tue, 23 Aug 2022 16:42:16 -0400 Subject: app/views/site/index.html.erb: remove Facebook logo Remove Facebook from the list of companies that use Git. Do so for a couple of reasons: - Facebook is now called "Meta", and this logo is outdated. Unfortunately, the process for getting permission to use Meta's logo is cumbersome and time consuming. - ...but, Facebook / Meta don't substantially use Git, and instead use a hacked-up version of Mercurial for most of their work (as far as I am aware). It's not clear that we ever had permission to use this logo, so let's remove it from the site altogether. More information about this is at the issue below. Closes: git/git-scm.com#1707 Signed-off-by: Taylor Blau --- app/assets/stylesheets/front-page.scss | 8 -------- app/views/site/index.html.erb | 1 - public/images/company-project-logos/facebook.png | Bin 840 -> 0 bytes public/images/company-project-logos/facebook@2x.png | Bin 1475 -> 0 bytes 4 files changed, 9 deletions(-) delete mode 100644 public/images/company-project-logos/facebook.png delete mode 100644 public/images/company-project-logos/facebook@2x.png diff --git a/app/assets/stylesheets/front-page.scss b/app/assets/stylesheets/front-page.scss index b2460ce2..2d861dc7 100644 --- a/app/assets/stylesheets/front-page.scss +++ b/app/assets/stylesheets/front-page.scss @@ -231,10 +231,6 @@ $monitor-height: 271px; opacity: 1; } - &.facebook { - background-image: url("/images/company-project-logos/facebook.png"); - } - &.google { @include background-image-2x("/images/company-project-logos/google", 108px, 65px); } @@ -267,10 +263,6 @@ $monitor-height: 271px; @include background-image-2x("/images/company-project-logos/postgresql", 108px, 65px); } - &.facebook { - @include background-image-2x("/images/company-project-logos/facebook", 108px, 65px); - } - &.android { @include background-image-2x("/images/company-project-logos/android", 108px, 65px); } diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 68353ff1..0afa080a 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -61,7 +61,6 @@

Companies & Projects Using Git