Skip to content
Snippets Groups Projects
Commit 41811d04 authored by clonejo's avatar clonejo
Browse files

Merge branch 'logo' into 'master'

update logo

See merge request mukas/mukas!8
parents a4cd7930 4bb37cc0
No related branches found
No related tags found
No related merge requests found
static/cccac-logo.png

3.86 KiB

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 508 408" width="508" height="408">
<defs>
<rect id="w" width="92" height="92" fill="#fff"/>
<path id="hs" d="M 1,0 H 51 L 38,13 H 14 Z"/>
<path id="vs" d="M 0,1 V 44.419 L 13,37.917 V 14 Z"/>
<g id="c" fill="#fff">
<use xlink:href="#hs"/>
<use xlink:href="#hs" y="-92" transform="scale(1 -1)"/>
<use xlink:href="#vs"/>
<use xlink:href="#vs" y="-92" transform="scale(1 -1)"/>
</g>
<g id="a" fill="#fff">
<use xlink:href="#hs"/>
<use xlink:href="#vs"/>
<use xlink:href="#vs" y="-92" transform="scale(1 -1)"/>
<use xlink:href="#vs" x="-52" transform="scale(-1 1)"/>
<use xlink:href="#vs" x="-52" y="-92" transform="scale(-1)"/>
<path d="M 0,46 L 14,39 H 38 L 52,46 L 38,53 H 14 Z"/>
</g>
</defs>
<rect width="100%" height="100%" x="0" y="0" fill="#000"/>
<use xlink:href="#w" x="8" y="8"/>
<use xlink:href="#w" x="108" y="8"/>
<use xlink:href="#w" x="208" y="8"/>
<use xlink:href="#w" x="308" y="8"/>
<use xlink:href="#w" x="408" y="8"/>
<use xlink:href="#w" x="8" y="108"/>
<use xlink:href="#w" x="108" y="108"/>
<use xlink:href="#w" x="208" y="108"/>
<use xlink:href="#w" x="408" y="108"/>
<use xlink:href="#c" x="8" y="208"/>
<use xlink:href="#c" x="68" y="208"/>
<use xlink:href="#c" x="128" y="208"/>
<use xlink:href="#a" x="188" y="208"/>
<use xlink:href="#c" x="248" y="208"/>
<use xlink:href="#w" x="308" y="208"/>
</svg>
\ No newline at end of file
......@@ -38,7 +38,7 @@
</button>
<a class="navbar-brand" href="/" style="padding: 2px;" title="Mate- und Krams-Abrechnungs-System">
<ul class="list-inline">
<li><img alt="" src="{{url_for('static', filename='cccac-logo.png')}}" style="height: 40px; margin: 4px;" ></li>
<li><img alt="" src="{{url_for('static', filename='cccac-logo.svg')}}" style="height: 40px; margin: 4px;" ></li>
<li>CCCAC - M.U.K.A.S</li>
</ul>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment