Remove Trello link (#32)
This commit is contained in:
parent
bcad37be62
commit
afc8038975
2 changed files with 1 additions and 54 deletions
|
@ -1,50 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon -->
|
||||
|
||||
<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"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 1000 1000"
|
||||
enable-background="new 0 0 1000 1000"
|
||||
xml:space="preserve"
|
||||
id="svg8"
|
||||
sodipodi:docname="trello.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"><defs
|
||||
id="defs12" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="955"
|
||||
id="namedview10"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.236"
|
||||
inkscape:cx="500"
|
||||
inkscape:cy="500"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg8" />
|
||||
<metadata
|
||||
id="metadata2"> Svg Vector Icons : http://www.onlinewebfonts.com/icon <rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata>
|
||||
<g
|
||||
id="g6"><path
|
||||
d="M459.1,785.8V132.5c0-6-1.9-10.8-5.8-14.7c-3.8-3.8-8.7-5.8-14.7-5.8H132.5c-6,0-10.9,1.9-14.7,5.8c-3.8,3.8-5.8,8.7-5.8,14.7v653.3c0,6,1.9,10.8,5.8,14.7c3.8,3.8,8.7,5.8,14.7,5.8h306.2c6,0,10.9-1.9,14.7-5.8C457.2,796.7,459.1,791.8,459.1,785.8z M887.9,540.8V132.5c0-6-1.9-10.8-5.8-14.7c-3.8-3.8-8.7-5.8-14.7-5.8H561.2c-6,0-10.9,1.9-14.7,5.8c-3.8,3.8-5.8,8.7-5.8,14.7v408.3c0,6,1.9,10.8,5.8,14.7c3.8,3.8,8.7,5.8,14.7,5.8h306.2c6,0,10.8-1.9,14.7-5.8C886,551.7,887.9,546.8,887.9,540.8z M990,50.8v898.3c0,11.1-4,20.6-12.1,28.7c-8.1,8.1-17.7,12.1-28.7,12.1H50.8c-11.1,0-20.6-4-28.7-12.1C14,969.8,10,960.2,10,949.2V50.8c0-11.1,4-20.6,12.1-28.7C30.2,14,39.8,10,50.8,10h898.3c11.1,0,20.6,4,28.7,12.1C986,30.2,990,39.8,990,50.8L990,50.8z"
|
||||
id="path4"
|
||||
style="fill:#ffffff" /></g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.3 KiB |
|
@ -26,9 +26,6 @@
|
|||
<a class="github" title="GitHub" href="https://github.com/wulkanowy/" @click="githubClick">
|
||||
<img src="../assets/github.svg" alt="GitHub" />
|
||||
</a>
|
||||
<a class="trello" title="Trello" href="https://trello.com/b/A97NUM1s/wulkanowy" @click="trelloClick">
|
||||
<img src="../assets/trello.svg" alt="Trello" />
|
||||
</a>
|
||||
<a class="paypal" title="PayPal" href="https://paypal.me/wulkanowy" @click="paypalClick">
|
||||
<img src="../assets/paypal.svg" alt="PayPal" />
|
||||
</a>
|
||||
|
@ -217,7 +214,7 @@
|
|||
.quick-links {
|
||||
margin-top: 32px;
|
||||
|
||||
.email, .github, .trello, .discord, .paypal {
|
||||
.email, .github, .discord, .paypal {
|
||||
margin: 8px;
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue