Skip to content

Commit

Permalink
Added Cash App Support
Browse files Browse the repository at this point in the history
Added in Cash App style.

Added in Logo:
 - Cash App Dollar
 - Cash App Pound
 - Cash App BTC
  • Loading branch information
EEkebin committed Feb 8, 2022
1 parent d56c40d commit 47dd831
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 1 deletion.
8 changes: 8 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ button:hover,
.button.button-venmo:focus {
filter: brightness(90%) }

/* Cash App */
.button.button-cashapp {
color: #FFFFFF;
background-image: linear-gradient(to bottom, #00D64B, #00C244); }
.button.button-cashapp:hover,
.button.button-cashapp:focus {
filter: brightness(90%) }

/* Discord */
.button.button-discord {
color: #FFFFFF;
Expand Down
17 changes: 17 additions & 0 deletions images/icons/cashapp_btc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions images/icons/cashapp_dollar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions images/icons/cashapp_pound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,19 @@ <h1>LittleLink</h1>

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

<!-- Cash App Dollar -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cashapp_dollar.svg" alt="Cash App Logo">Cash App Dollar</a>
<br>

<!-- Cash App Pound -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cashapp_pound.svg" alt="Cash App Logo">Cash App Pound</a>
<br>

<!-- Cash App BTC -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin</a>

<br>
<br>
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
Expand All @@ -251,4 +263,4 @@ <h1>LittleLink</h1>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>
</html>

0 comments on commit 47dd831

Please sign in to comment.