Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-08-23 23:46:24 +0300
committerGitHub <noreply@github.com>2022-08-23 23:46:24 +0300
commitde8814ad3268b872b9ab46d20420912c1e9b4791 (patch)
treeaa3b55e538b374c976f718b30643ef013705ff19
parentee07a509b57925290abf7e65ce34f8f480e41d07 (diff)
parent231a17f13b3e0cb78fa974bc81cf405b02a8d733 (diff)
Merge pull request #1724 from git/ttaylorr/remove-facebook-logo
app/views/site/index.html.erb: remove Facebook logo
-rw-r--r--app/assets/stylesheets/front-page.scss8
-rw-r--r--app/views/site/index.html.erb1
-rw-r--r--public/images/company-project-logos/facebook.pngbin840 -> 0 bytes
-rw-r--r--public/images/company-project-logos/facebook@2x.pngbin1475 -> 0 bytes
4 files changed, 0 insertions, 9 deletions
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 @@
<h3 class="text-center"> Companies &amp; Projects Using Git </h3>
<ul>
<li><%= link_to "Google", "https://github.com/google", class: 'google' %></li>
- <li><%= link_to "Facebook", "https://github.com/facebook", class: 'facebook' %></li>
<li><%= link_to "Microsoft", "https://github.com/Microsoft", class: 'microsoft' %></li>
<li><%= link_to "Twitter", "https://github.com/twitter", class: 'twitter' %></li>
<li><%= link_to "LinkedIn", "https://github.com/linkedin", class: 'linked-in' %></li>
diff --git a/public/images/company-project-logos/facebook.png b/public/images/company-project-logos/facebook.png
deleted file mode 100644
index e525cfee..00000000
--- a/public/images/company-project-logos/facebook.png
+++ /dev/null
Binary files differ
diff --git a/public/images/company-project-logos/facebook@2x.png b/public/images/company-project-logos/facebook@2x.png
deleted file mode 100644
index 77301bef..00000000
--- a/public/images/company-project-logos/facebook@2x.png
+++ /dev/null
Binary files differ