diff options
author | SweetVirginia <vstefanello@gmail.com> | 2016-12-20 15:30:34 -0200 |
---|---|---|
committer | SweetVirginia <vstefanello@gmail.com> | 2016-12-20 15:30:34 -0200 |
commit | eae2e182940f34050c464c3c7f0e406934578969 (patch) | |
tree | c8730443edcac1265a9eb5c5e4ba983c838012b1 | |
parent | 92578430b99ea1beff71f7be38f2734758a6767d (diff) |
Background settings
-rw-r--r-- | PITCHME.yaml | 2 | ||||
-rw-r--r-- | assets/pix_tex.png | bin | 0 -> 3287 bytes | |||
-rw-r--r-- | web-ui/app/images/logo_blue.svg | 14 |
3 files changed, 16 insertions, 0 deletions
diff --git a/PITCHME.yaml b/PITCHME.yaml new file mode 100644 index 00000000..b23fb18d --- /dev/null +++ b/PITCHME.yaml @@ -0,0 +1,2 @@ +background: assets/pix_tex.png +background-size : auto diff --git a/assets/pix_tex.png b/assets/pix_tex.png Binary files differnew file mode 100644 index 00000000..db503cf9 --- /dev/null +++ b/assets/pix_tex.png diff --git a/web-ui/app/images/logo_blue.svg b/web-ui/app/images/logo_blue.svg new file mode 100644 index 00000000..f1da5486 --- /dev/null +++ b/web-ui/app/images/logo_blue.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="57px" height="64px" viewBox="0 0 57 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!-- Generator: Sketch 3.8.3 (29802) - http://www.bohemiancoding.com/sketch --> + <title>Fill 11</title> + <desc>Created with Sketch.</desc> + <defs></defs> + <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <g id="Desktop" transform="translate(-82.000000, -43.000000)" fill="#2BA6CB"> + <g id="Page-1" transform="translate(59.000000, 43.000000)"> + <path d="M69.1982,20.6641 L51.8512,30.9481 L34.4012,20.6641 L51.8512,11.2621 L69.1982,20.6641 Z M69.1982,42.8651 L53.1132,51.8901 L53.1432,32.7031 L69.1982,23.3431 L69.1982,42.8651 Z M50.6552,51.8901 L34.4012,42.8651 L34.4012,23.3431 L50.6802,32.6871 L50.6552,51.8901 Z M23.8412,15.7821 L23.8412,47.5371 L51.8012,63.3801 L79.7592,47.5371 L79.7592,15.7821 L51.7902,0.0001 L23.8412,15.7821 Z" id="Fill-11"></path> + </g> + </g> + </g> +</svg>
\ No newline at end of file |