diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-12 21:48:09 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-13 20:41:36 -0600 |
commit | d9dbf966031d2fdd4957d8020fa5bc1258aa7405 (patch) | |
tree | 9ac77ea1a66ac9ffef086ac02c4dcc421a66841a | |
parent | 9fd57622b5d18cf06905cf1553e434af617f6994 (diff) |
make an aurlogo graphic
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | aurlogo.svg | 41 |
2 files changed, 42 insertions, 0 deletions
@@ -32,6 +32,7 @@ website: \ apple-touch-icon-144x144.png \ icon-transparent-64x64.png \ archlogo.png \ + aurlogo.png \ favicon.ico \ silhouette.png diff --git a/aurlogo.svg b/aurlogo.svg new file mode 100644 index 0000000..384d48f --- /dev/null +++ b/aurlogo.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" + width="324" height="50"> + <g transform="scale(.3125)"> + <path style="fill:#787dab" + d="m 148.61515553,5 + c -4.58342,0.43796 -9.44975,1.24294 -14.52578,2.31649 + l -32.15841,33.00327 + c 3.68608,0.44343 7.05945,1.17552 10.13806,2.20749 + L 148.61515553,5 + z + m 22.64718,1.85319 + -44.50399,45.64862 + c 12.51629,16.22018 8.10738,48.80242 -18.23218,102.49819 + 19.48728,-21.27235 104.53594,-126.9849 65.62498,-146.92041 + -0.90341,-0.46286 -1.89131,-0.861 -2.88881,-1.2264 + z + m -59.30231,6.4317 + c -6.15635,1.95909 -12.422699,4.18004 -18.668237,6.54069 + l -21.28452,21.82957 + c 4.882365,-0.79156 9.511695,-1.32363 13.87173,-1.60792 + L 111.96002553,13.28489 + z + M 80.04687853,25.03088 + C 41.21574853,41.00354 6.49128833,60.51418 6.49128833,60.51418 + 27.11934853,52.78365 45.74921353,47.00453 62.00544853,43.5356 + l 18.04143,-18.50472 + z" /> + <g transform="translate(194.22346366,80) scale(1.77)"> + <text style="fill:#ffffff;font-size:84.94529191px;font-family:URW Gothic" + x="0" y="30.83513921" id="text10">Parabola</text> + <g style="fill:#787dab;font-weight:600;font-family:URW Gothic;"> + <text style="font-size:42.10342407px" + x="377.5658" y="15.567106">User</text> + <text style="font-size:16.60494041px" + x="379.29968" y="30.927633">Repository</text> + </g> + </g> + </g> +</svg> |