summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-15 13:59:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-15 13:59:09 -0400
commit55f1c86689e4f3e6968bea6ca9407a3ae87ce484 (patch)
tree7b9e17ec7eed0c6d2260716ffa50c5772b9c6f83 /static
parentab251b0fd01db72362ab0db65ecda7ae404e3001 (diff)
add ether donation option
Diffstat (limited to 'static')
-rw-r--r--static/pix/eth.svg13
-rw-r--r--static/style.css1
2 files changed, 14 insertions, 0 deletions
diff --git a/static/pix/eth.svg b/static/pix/eth.svg
new file mode 100644
index 0000000..668f2cc
--- /dev/null
+++ b/static/pix/eth.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 1920 1920" enable-background="new 0 0 1920 1920" xml:space="preserve">
+<g>
+ <polygon fill="#8A92B2" points="959.8,80.7 420.1,976.3 959.8,731 "/>
+ <polygon fill="#62688F" points="959.8,731 420.1,976.3 959.8,1295.4 "/>
+ <polygon fill="#62688F" points="1499.6,976.3 959.8,80.7 959.8,731 "/>
+ <polygon fill="#454A75" points="959.8,1295.4 1499.6,976.3 959.8,731 "/>
+ <polygon fill="#8A92B2" points="420.1,1078.7 959.8,1839.3 959.8,1397.6 "/>
+ <polygon fill="#62688F" points="959.8,1397.6 959.8,1839.3 1499.9,1078.7 "/>
+</g>
+</svg>
diff --git a/static/style.css b/static/style.css
index dbadbcf..fd368cb 100644
--- a/static/style.css
+++ b/static/style.css
@@ -47,6 +47,7 @@ code {
}
img[alt="BTC Logo"],
+img[alt="ETH Logo"],
img[alt="XMR Logo"] {
max-width: 1em ;
max-height: 1em ;