Add PayPal link
This commit is contained in:
parent
ce04f778c6
commit
a8b7725b6f
2 changed files with 27 additions and 1 deletions
23
src/assets/paypal.svg
Normal file
23
src/assets/paypal.svg
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xml:space="preserve"
|
||||
viewBox="0 0 128 128"
|
||||
version="1.1"
|
||||
id="Social_Icons"
|
||||
enable-background="new 0 0 128 128"><metadata
|
||||
id="metadata12"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs10" /><g
|
||||
style="fill:#ffffff;stroke:#ff0000"
|
||||
id="_x33__stroke"><g
|
||||
style="fill:none;stroke:#ff0000"
|
||||
id="PayPal_1_"><path
|
||||
style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:none"
|
||||
id="PayPal"
|
||||
d="M 114.136,37.621 C 108.386,64.141 90.057,78.176 60.97,78.176 H 50.422 L 42.556,128 h 17.108 c 2.472,0 4.572,-1.784 4.959,-4.204 l 0.202,-1.056 3.935,-24.728 0.254,-1.364 c 0.383,-2.42 2.488,-4.204 4.955,-4.204 h 3.125 c 20.212,0 36.042,-8.148 40.667,-31.708 1.855,-9.455 0.963,-17.383 -3.625,-23.115 z M 102.431,9.652 C 96.456,2.896 85.658,0 71.84,0 H 31.746 C 28.92,0 26.516,2.04 26.073,4.804 L 9.376,109.85 c -0.331,2.072 1.286,3.948 3.403,3.948 h 24.753 l 6.217,-39.119 -0.194,1.224 c 0.444,-2.764 2.83,-4.804 5.653,-4.804 H 60.97 c 23.111,0 41.203,-9.312 46.489,-36.247 0.157,-0.8 0.411,-2.332 0.411,-2.332 1.5,-9.968 -0.012,-16.732 -5.439,-22.868 z" /></g></g></svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -26,6 +26,9 @@
|
|||
<a class="trello" title="Trello" href="https://trello.com/b/A97NUM1s/wulkanowy" target="_blank">
|
||||
<img src="../assets/trello.svg" alt="Trello" />
|
||||
</a>
|
||||
<a class="paypal" title="PayPal" href="https://paypal.me/wulkanowy" target="_blank">
|
||||
<img src="../assets/paypal.svg" alt="PayPal" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -137,7 +140,7 @@ export default {
|
|||
.quick-links {
|
||||
margin-top: 32px;
|
||||
|
||||
.github, .trello, .discord {
|
||||
.github, .trello, .discord, .paypal {
|
||||
margin: 8px;
|
||||
img {
|
||||
width: 48px;
|
||||
|
|
Loading…
Reference in a new issue