Skip to content

Commit 7153cf5

Browse files
Remove twitter link from contact us page (#689)
* Remove twitter link from contact us page * Center icons on second row --------- Co-authored-by: qPalee <[email protected]>
1 parent 89d85f4 commit 7153cf5

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

about.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,21 @@ we recommend that you join our Facebook Group linked below! 👇
6969

7070
You can also find links to all of our other various social media accounts:
7171

72-
<div class="social-buttons">
72+
<div class="social-buttons3">
7373
<a href="/ig" class="social-link insta">
7474
<h4><i class="fab fa-instagram"></i> Instagram</h4>
7575
</a>
7676

77-
<a href="/tw" class="social-link twitter">
78-
<h4><i class="fab fa-twitter"></i> Twitter</h4>
79-
</a>
80-
8177
<a href="/fb" class="social-link facebook">
8278
<h4><i class="fab fa-facebook"></i> Facebook</h4>
8379
</a>
8480

8581
<a href="/in" class="social-link linkedin">
8682
<h4><i class="fab fa-linkedin"></i> LinkedIn</h4>
8783
</a>
84+
</div>
8885

86+
<div class="social-buttons2">
8987
<a href="/yt" class="social-link youtube">
9088
<h4><i class="fab fa-youtube"></i> YouTube</h4>
9189
</a>

css/about.scss

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,21 @@ h4 {
109109
margin: 20px 0;
110110
}
111111

112-
.social-buttons {
112+
.social-buttons2 {
113+
justify-content: center;
114+
display: grid;
115+
grid-template-columns: repeat(2, 185px);
116+
117+
.youtube {
118+
background-color: #ea3223;
119+
}
120+
121+
.github {
122+
background-color: #161b22;
123+
}
124+
}
125+
126+
.social-buttons3 {
113127
justify-content: center;
114128
display: grid;
115129
grid-template-columns: repeat(3, 185px);
@@ -122,21 +136,9 @@ h4 {
122136
background-color: #d13378;
123137
}
124138

125-
.twitter {
126-
background-color: #00a1f3;
127-
}
128-
129139
.linkedin {
130140
background-color: #0077b5;
131141
}
132-
133-
.youtube {
134-
background-color: #ea3223;
135-
}
136-
137-
.github {
138-
background-color: #161b22;
139-
}
140142
}
141143

142144
.social-link {

0 commit comments

Comments
 (0)