Skip to content

Commit 6931c7f

Browse files
Merge pull request #59 from square/remove-google-plus
Remove google plus icon and link since google plus no longer exists
2 parents da273a3 + 54367de commit 6931c7f

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
_site
2+
.idea/*
3+
*.iml

assets/base_expanded.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,6 @@ p {
305305
height: 40px;
306306
width: 40px;
307307
}
308-
.icon-gplus {
309-
background: url('/images/gplus.png') no-repeat;
310-
height: 40px;
311-
width: 40px;
312-
display: inline-block;
313-
vertical-align: middle;
314-
}
315308
.profile {
316309
font-size: 0.875em;
317310
line-height: 1.42857em;
@@ -2450,4 +2443,4 @@ p {
24502443
height: 12px;
24512444
width: 8px;
24522445
}
2453-
}
2446+
}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ <h2 class="module-name">Join us</h2>
726726
<li><a href="https://squareup.com/careers">Careers Page</a> &ndash; squareup.com/careers</li>
727727
<li class="module-social">
728728
<a href="https://twitter.com/SquareEng" target="_blank"><i class="icon-twitter"></i></a>
729-
<a href="https://plus.google.com/communities/109244258569782858265" target="_blank"><i class="icon-gplus"></i></a>
730729
</li>
731730
</ul>
732731
</li>

index.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<li><a href="https://squareup.com/careers">Careers Page</a> &ndash; squareup.com/careers</li>
102102
<li class="module-social">
103103
<a href="https://twitter.com/SquareEng" target="_blank"><i class="icon-twitter"></i></a>
104-
<a href="https://plus.google.com/communities/109244258569782858265" target="_blank"><i class="icon-gplus"></i></a>
105104
</li>
106105
</ul>
107106
</li>

0 commit comments

Comments
 (0)