Added PayPal as a link Option, No SVG File :(
parent
9b720cd33f
commit
cac43439e2
|
@ -278,6 +278,14 @@ button:hover,
|
|||
.button.button-vimeo:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* PayPal */
|
||||
.button.button-paypal {
|
||||
color: #FFFFFF;
|
||||
background-color: #003087 }
|
||||
.button.button-paypal:hover,
|
||||
.button.button-paypal:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* YouTube */
|
||||
.button.button-youtube {
|
||||
color: #FFFFFF;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -186,6 +186,10 @@
|
|||
<!-- Vimeo -->
|
||||
<a class="button button-vimeo" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/vimeo.svg" alt="Vimeo Logo">Vimeo</a>
|
||||
<br>
|
||||
|
||||
<!-- PayPal-->
|
||||
<a class="button button-paypal" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/paypal.png" alt="PayPal Logo">PayPal</a>
|
||||
<br>
|
||||
|
||||
<!-- Wordpress -->
|
||||
<a class="button button-wordpress" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/wordpress.svg" alt="Wordpress Logo">Wordpress</a>
|
||||
|
|
Loading…
Reference in New Issue