Skip to content

Commit

Permalink
Added "X"
Browse files Browse the repository at this point in the history
👎
  • Loading branch information
sethcottle committed Jul 31, 2023
1 parent 57e61be commit 093aaa0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 12 additions & 1 deletion css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ button:hover,
filter: brightness(90%);
}

/* Twitter */
/* Twitter (archiving soon, see 'X') */
.button.button-twit {
color: #ffffff;
background-color: #1da1f2;
Expand Down Expand Up @@ -1025,6 +1025,17 @@ button:hover,
filter: brightness(90%);
}

/* X */
.button.button-x {
color: #FFFFFF;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-x:hover,
.button.button-x:focus {
filter: brightness(90%);
}

/* Xing */
.button.button-xing {
color: #ffffff;
Expand Down
3 changes: 3 additions & 0 deletions images/icons/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h1 role="heading">LittleLink</h1>
<!-- Twitch -->
<a class="button button-twitch" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/twitch.svg" alt="">Twitch</a><br>

<!-- Twitter -->
<!-- Twitter (archiving soon, see 'X') -->
<a class="button button-twit" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/twitter.svg" alt="">Twitter</a><br>

<!-- Unsplash -->
Expand Down Expand Up @@ -364,6 +364,9 @@ <h1 role="heading">LittleLink</h1>
<!-- WordPress -->
<a class="button button-wordpress" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/wordpress.svg" alt="">WordPress</a><br>

<!-- X -->
<a class="button button-x" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/x.svg" alt="">Follow on X</a><br>

<!-- Xing -->
<a class="button button-xing" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/xing.svg" alt="">Xing</a><br>

Expand Down

0 comments on commit 093aaa0

Please sign in to comment.