Skip to content

Commit 826e030

Browse files
authored
Merge pull request #1984 from ahmetcanaydemir/remove-twitter-logo
layouts/partials/site-root.html: remove Twitter logo
2 parents c038af8 + c6ac648 commit 826e030

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

assets/sass/front-page.scss

-4
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,6 @@ $monitor-height: 271px;
234234
@include background-image-2x($baseurl + "images/company-project-logos/google", 108px, 65px);
235235
}
236236

237-
&.twitter {
238-
@include background-image-2x($baseurl + "images/company-project-logos/twitter", 108px, 65px);
239-
}
240-
241237
&.microsoft {
242238
@include background-image-2x($baseurl + "images/company-project-logos/microsoft", 108px, 65px);
243239
}

layouts/partials/site-root.html

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ <h3 class="text-center"> Companies &amp; Projects Using Git </h3>
6262
<ul>
6363
<li><a href="https://github.com/google" class="google">Google</a></li>
6464
<li><a href="https://github.com/Microsoft" class="microsoft">Microsoft</a></li>
65-
<li><a href="https://github.com/twitter" class="twitter">Twitter</a></li>
6665
<li><a href="https://github.com/linkedin" class="linked-in">LinkedIn</a></li>
6766
<li><a href="https://github.com/netflix" class="netflix">Netflix</a></li>
6867
<li><a href="https://perl5.git.perl.org/perl.git" class="perl">Perl</a></li>
-701 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)