Frontend:

- Minify SVG Files
 - Move all logos to default SVG with webp & png fallback
 - Update favicon & app icons

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-21 21:59:33 +00:00
parent 7e5be79769
commit 35e7a43237
43 changed files with 51 additions and 296 deletions

View File

@ -1,3 +1,4 @@
.dockerignore
Dockerfile
*.xcf
*.xcf
*.inkscape.svg

View File

@ -10,7 +10,7 @@
<title>OwlBoard - Loading</title>
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="stylesheet" type="text/css" href="./styles/boards.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<script src="./js/main.js" defer></script>
<script src="./js/boards.js" defer></script>

View File

@ -9,7 +9,7 @@
<meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="stylesheet" type="text/css" href="./styles/find-code.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<title>OwlBoard - Code Lookup</title>
<script src="./js/main.js" defer></script>
@ -22,13 +22,11 @@
<button aria-label="Back" class="sidebar_control" onclick="history.back()">&#8678;</button>
</div>
<picture>
<source media="(max-width:450px)" srcset="/images/logo/logo-full-256.webp" type="image/webp">
<source media="(max-width:450px)" srcset="/images/logo/logo-full-256.png" type="image/png">
<source srcset="/images/logo/logo-full-512.webp" type="image/webp">
<source srcset="/images/logo/logo-full-512.png" type="image/png">
<img class="titleimg" src="./images/logo/logo-full-512.png" alt="OwlBoard Logo">
</picture>
<picture>
<source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
<source srcset="/images/logo/logo-full-256.webp" type="image/webp">
<img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<h2>Code Lookup</h2>
<p>Enter one known code in the relevant box below and hit submit.
Where they exist, the other code types will be filled in.</p>

View File

@ -8,7 +8,7 @@
<meta name="author" content="Frederick Boniface">
<meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<title>OwlBoard</title>
</head>
@ -20,14 +20,10 @@
</div>
<picture>
<source media="(min-width:800px)" secset="./images/logo/logo-full-715.webp" type="image/webp">
<source media="(min-width:800px)" srcset="./images/logo/logo-full-715.png" type="image/png">
<source media="(min-width:700px)" srcset="./images/logo/logo-full-512.webp" type="image/webp">
<source media="(min-width:700px)" srcset="./images/logo/logo-full-512.png" type="image/png">
<source media="(min-width:450px)" srcset="./images/logo/logo-full-256.webp" type="image/png">
<source media="(min-width:450px)" srcset="./images/logo/logo-full-256.png" type="image/png">
<img class="titleimg" src="./images/logo/logo-full-512.png" alt="OwlBoard Logo">
</picture>
<source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
<source srcset="/images/logo/logo-full-256.webp" type="image/webp">
<img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<h2>Help</h2>
<p>OwlBoard gives you quick and easy access to departure boards for
all National Rail stations in the UK.</p>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1081"
xml:space="preserve"
width="668.74945"
height="709.96625"
viewBox="0 0 668.74945 709.96625"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata1087"><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><defs
id="defs1085"><rect
x="556.24976"
y="416.63327"
width="844.34723"
height="241.55865"
id="rect7257" /></defs><g
id="layer1"
transform="translate(-101.19214,-76.838219)"><rect
style="fill:#fcfc09;fill-opacity:1;stroke-width:0.75"
id="rect1066"
width="61.49773"
height="36.566219"
x="152.91328"
y="-472.18262"
transform="matrix(1.3333333,0,0,1.3333333,0,880)" /><rect
style="fill:#f0ffff;fill-opacity:1"
id="rect5117"
width="181.72302"
height="68.700165"
x="157.34554"
y="177.29076" /></g><g
id="g1089"
transform="matrix(1.3333333,0,0,-1.3333333,-101.19214,803.16178)"><g
id="g1337"
style="fill:#00b7b7;fill-opacity:1"><path
id="path1191"
style="fill:#00b7b7;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 112.253,369.323 c 12.988,-10.101 30.989,0.076 39.875,15.722 9.969,-34.512 37.501,-53.367 57.648,-37.596 -6.503,-20.085 -34.373,-34.554 -61.522,13.215 -15.947,-14.598 -28.559,-14.416 -36.001,8.659 m 14.302,-81.369 c 15.405,-6.791 28.15,7.974 30.66,25.885 21.351,-31.973 53.097,-43.81 65.802,-22.905 1.237,-21.743 -18.954,-43.315 -60.644,-2.464 -9.305,-18.663 -20.837,-21.694 -35.818,-0.516 m 33.549,175.931 24.381,-9.342 24.382,9.342 -24.382,-24.381 z m -14.899,47.955 c 1.574,0 3.075,-0.31 4.448,-0.869 -1.973,-1.1 -3.309,-3.206 -3.309,-5.626 0,-3.554 2.883,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.208,1.566 0.005,-0.143 0.008,-0.284 0.008,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.512,0 -11.791,5.279 -11.791,11.791 0,6.513 5.279,11.793 11.791,11.793 m 77.642,0 c 1.573,0 3.075,-0.31 4.447,-0.869 -1.973,-1.1 -3.308,-3.206 -3.308,-5.626 0,-3.554 2.882,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.207,1.566 0.006,-0.143 0.009,-0.284 0.009,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.513,0 -11.792,5.279 -11.792,11.791 0,6.513 5.279,11.793 11.792,11.793 m 0,8.887 c 11.421,0 20.677,-9.259 20.677,-20.68 0,-11.42 -9.256,-20.677 -20.677,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 m -77.642,0 c 11.42,0 20.679,-9.259 20.679,-20.68 0,-11.42 -9.259,-20.677 -20.679,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 M 367.82,249.402 c -5.257,-16.303 -14.169,-16.431 -25.436,-6.118 -19.182,-33.751 -38.872,-23.527 -43.468,-9.336 14.236,-11.143 33.688,2.178 40.73,26.562 6.28,-11.055 18.998,-18.245 28.174,-11.108 m -7.657,101.75 c -5.26,-16.304 -14.169,-16.433 -25.436,-6.118 -19.182,-33.751 -38.873,-23.529 -43.469,-9.338 14.236,-11.142 33.688,2.179 40.731,26.564 6.279,-11.055 18.997,-18.247 28.174,-11.108 m 3.828,-50.877 c -5.259,-16.302 -14.168,-16.429 -25.435,-6.117 -19.182,-33.752 -38.873,-23.528 -43.469,-9.338 14.236,-11.14 33.687,2.181 40.731,26.564 6.279,-11.055 18.996,-18.243 28.173,-11.109 m -184.999,-126.56 8.456,14.687 -2.481,14.064 c 8.24,-6.441 16.897,-12.257 25.895,-17.419 l -13.787,-20.682 c -5.163,5.163 -11.523,8.215 -18.083,9.35 m 214.435,47.276 -16.013,24.214 v 93.753 c 0,40.019 -32.441,72.459 -72.458,72.459 -37.742,0 -68.739,-28.855 -72.144,-65.707 -0.563,6.626 -0.974,13.336 -1.228,20.135 0,36.412 26.858,66.546 61.843,71.684 15.118,42.436 3.44,91.058 -31.815,121.878 -0.332,0.288 -0.668,0.569 -1.002,0.854 -14.934,-8.987 -28.921,-18.756 -41.766,-29.467 14.159,17.506 30.102,32.253 47.212,45.198 -47.368,32.008 -116.692,32.008 -164.058,0 17.11,-12.946 33.054,-27.694 47.212,-45.201 -11.522,9.609 -23.965,18.462 -37.188,26.67 -40.329,-37.119 -47.937,-98.2 -17.545,-144.158 4.83,-7.304 7.155,-15.981 6.624,-24.722 -3.808,-62.683 19.436,-123.991 63.84,-168.396 3.505,-3.505 7.116,-6.877 10.824,-10.115 l -15.66,-23.489 c -18.988,18.987 -54.154,9.494 -56.053,-19.369 4.94,7.294 12.965,10.334 21.93,10.306 4.624,3.683 10.595,5.668 18.277,5.498 -14.197,-2.669 -23.71,-11.684 -25.256,-26.007 9.826,11.065 21.246,13.643 34.785,11.262 -7.045,-4.94 -12.081,-12.841 -12.767,-23.274 4.941,7.293 12.965,10.335 21.932,10.303 1.457,1.162 3.047,2.155 4.783,2.963 0.557,-0.597 1.095,-1.202 1.614,-1.819 -7.504,-4.493 -12.316,-11.823 -13.378,-21.652 5.924,6.673 12.428,10.259 19.627,11.533 1.471,-3.662 2.152,-7.45 1.823,-11.24 4.057,2.964 6.698,7.077 8.006,11.651 2.475,-0.187 5.026,-0.574 7.654,-1.132 12.8,-8.149 22.377,-20.41 21.31,-32.736 11.849,8.659 11.621,27.116 1.367,38.28 l 8.659,15.04 -2.26,12.808 c 15.693,-7.825 32.28,-13.746 49.402,-17.626 -7.313,17.831 -12.59,36.793 -15.633,56.995 19.737,-52.989 51.201,-99.462 92.224,-140.627 3.548,-6.147 10.784,-9.143 17.64,-7.305 6.856,1.837 11.623,8.048 11.623,15.147 v 65.793 c 33.793,-9.913 62.771,-33.463 79.074,-66.13 l 119.851,29.509 c -14.567,69.186 -99.576,110.135 -175.589,96.362 z" /></g><g
aria-label="O
"
transform="scale(1,-1)"
id="text945"
style="font-size:228.01px;line-height:0.8;white-space:pre;display:inline;fill:#00b7b7;stroke-width:2.13759"><path
d="m 400.598,-602.37135 c -50.1622,0 -88.9239,38.07767 -88.9239,87.32783 0,48.79413 39.21772,87.09981 88.69589,87.09981 49.02215,0 86.87181,-38.07767 86.87181,-87.09981 0,-48.56613 -38.53369,-87.32783 -86.6438,-87.32783 z m -0.45602,30.09732 c 31.23737,0 55.63444,25.0811 55.63444,57.45852 0,32.60542 -23.71304,56.77448 -55.63444,56.77448 -31.9214,0 -57.0025,-25.0811 -57.0025,-57.00249 0,-32.60543 24.62508,-57.23051 57.0025,-57.23051 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10670" /></g><g
aria-label="B"
transform="matrix(1.3182898,0,0,-1.3182898,-289.24093,1019.0161)"
id="text7255"
style="font-size:186.012px;white-space:pre;shape-inside:url(#rect7257);fill:#00b7b7"><path
d="m 570.38691,585.88051 h 34.0402 c 18.41518,0 28.83186,-2.04613 37.57442,-7.25447 9.67262,-5.95238 15.43899,-18.04316 15.43899,-32.18007 0,-16.92709 -7.06845,-27.15775 -23.06548,-33.85419 10.60268,-5.95238 15.25298,-14.88096 15.25298,-28.45983 0,-11.90477 -4.46429,-21.94942 -12.27679,-27.71579 -7.8125,-5.58036 -18.04316,-7.99851 -34.78424,-7.99851 h -32.18008 z m 13.76489,-12.4628 v -53.38545 h 16.36905 c 16.18305,0 24.36758,1.11608 30.13395,3.90626 8.18453,4.09226 12.83482,12.27679 12.83482,23.25149 0,9.48662 -4.27827,17.85716 -10.78869,21.20537 -6.51042,3.53423 -15.81102,5.02233 -29.76192,5.02233 z m 0,-65.84825 v -46.68901 h 16.55507 c 14.13691,0 21.7634,1.30208 26.97174,4.83631 4.83631,3.16221 7.99851,10.41667 7.99851,18.6012 0,9.48661 -3.72024,16.55507 -10.60268,19.71727 -5.76637,2.60417 -11.71876,3.53423 -24.18156,3.53423 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10673" /></g></g></svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

2
static/images/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1,10 +1,10 @@
<?xml version="1.0"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" enable-background="new 0 0 448 433" viewBox="0 0 448 433">
<radialGradient id="XMLID_1_" gradientUnits="userSpaceOnUse" cy="393.79" cx="216.7" r="296.7">
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 448 433" version="1.1" viewBox="0 0 448 433" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<radialGradient id="a" cx="216.7" cy="393.79" r="296.7" gradientUnits="userSpaceOnUse">
<stop stop-color="#F4D708" offset="0"/>
<stop stop-color="#FCB400" offset="1"/>
</radialGradient>
<path d="m8.551 390.5l184.85-368.8s26.409-31.504 52.815 0c26.41 31.501 180.19 370.65 180.19 370.65s3.105 18.534-27.961 18.534-361.94 0-361.94 0-23.299 0-27.959-20.38z" fill="url(#XMLID_1_)"/>
<path stroke="#E2A713" stroke-width="5" d="m8.551 390.5l184.85-368.8s26.409-31.504 52.815 0c26.41 31.501 180.19 370.65 180.19 370.65s3.105 18.534-27.961 18.534-361.94 0-361.94 0-23.299 0-27.959-20.38z" fill="none"/>
<path d="m8.551 390.5 184.85-368.8s26.409-31.504 52.815 0c26.41 31.501 180.19 370.65 180.19 370.65s3.105 18.534-27.961 18.534-361.94 0-361.94 0-23.299 0-27.959-20.38z" fill="url(#a)"/>
<path d="m8.551 390.5 184.85-368.8s26.409-31.504 52.815 0c26.41 31.501 180.19 370.65 180.19 370.65s3.105 18.534-27.961 18.534-361.94 0-361.94 0-23.299 0-27.959-20.38z" fill="none" stroke="#E2A713" stroke-width="5"/>
<path d="m212.5 292.63c-13.168-79.969-19.75-123.12-19.75-129.45 0-7.703 2.551-13.926 7.66-18.676 5.105-4.746 10.871-7.121 17.293-7.121 6.949 0 12.82 2.535 17.609 7.598s7.188 11.023 7.188 17.883c0 6.543-6.668 49.801-20 129.77h-10zm27 38.17c0 6.098-2.156 11.301-6.469 15.613-4.313 4.309-9.461 6.465-15.453 6.465-6.098 0-11.301-2.156-15.613-6.465-4.313-4.313-6.465-9.516-6.465-15.613 0-5.992 2.152-11.141 6.465-15.453s9.516-6.469 15.613-6.469c5.992 0 11.141 2.156 15.453 6.469s6.48 9.45 6.48 15.44z"/>
<metadata><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/><dc:publisher><cc:Agent rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title>Warning Notification</dc:title><dc:date>2007-02-08T17:08:47</dc:date><dc:description>Beveled yellow caution sign</dc:description><dc:source>http://openclipart.org/detail/3130/warning-notification-by-eastshores</dc:source><dc:creator><cc:Agent><dc:title>eastshores</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>alert</rdf:li><rdf:li>caution</rdf:li><rdf:li>clip art</rdf:li><rdf:li>clipart</rdf:li><rdf:li>icon</rdf:li><rdf:li>image</rdf:li><rdf:li>media</rdf:li><rdf:li>public domain</rdf:li><rdf:li>svg</rdf:li><rdf:li>warning</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,79 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1081"
xml:space="preserve"
width="667.66943"
height="706.80176"
viewBox="0 0 667.66943 706.80176"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata1087"><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><defs
id="defs1085"><rect
x="556.24976"
y="416.63327"
width="844.34723"
height="241.55865"
id="rect7257" /></defs><g
id="layer1"
transform="translate(-101.19214,-80.002686)"><rect
style="fill:#fcfc09;fill-opacity:1;stroke-width:0.75"
id="rect1066"
width="61.49773"
height="36.566219"
x="152.91328"
y="-472.18262"
transform="matrix(1.3333333,0,0,1.3333333,0,880)" /><rect
style="fill:#f0ffff;fill-opacity:1"
id="rect5117"
width="181.72302"
height="68.700165"
x="157.34554"
y="177.29076" /></g><g
id="g1089"
transform="matrix(1.3333333,0,0,-1.3333333,-101.19214,799.99731)"><g
id="g1337"
style="fill:#00b7b7;fill-opacity:1"><path
id="path1191"
style="fill:#00b7b7;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 112.253,369.323 c 12.988,-10.101 30.989,0.076 39.875,15.722 9.969,-34.512 37.501,-53.367 57.648,-37.596 -6.503,-20.085 -34.373,-34.554 -61.522,13.215 -15.947,-14.598 -28.559,-14.416 -36.001,8.659 m 14.302,-81.369 c 15.405,-6.791 28.15,7.974 30.66,25.885 21.351,-31.973 53.097,-43.81 65.802,-22.905 1.237,-21.743 -18.954,-43.315 -60.644,-2.464 -9.305,-18.663 -20.837,-21.694 -35.818,-0.516 m 33.549,175.931 24.381,-9.342 24.382,9.342 -24.382,-24.381 z m -14.899,47.955 c 1.574,0 3.075,-0.31 4.448,-0.869 -1.973,-1.1 -3.309,-3.206 -3.309,-5.626 0,-3.554 2.883,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.208,1.566 0.005,-0.143 0.008,-0.284 0.008,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.512,0 -11.791,5.279 -11.791,11.791 0,6.513 5.279,11.793 11.791,11.793 m 77.642,0 c 1.573,0 3.075,-0.31 4.447,-0.869 -1.973,-1.1 -3.308,-3.206 -3.308,-5.626 0,-3.554 2.882,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.207,1.566 0.006,-0.143 0.009,-0.284 0.009,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.513,0 -11.792,5.279 -11.792,11.791 0,6.513 5.279,11.793 11.792,11.793 m 0,8.887 c 11.421,0 20.677,-9.259 20.677,-20.68 0,-11.42 -9.256,-20.677 -20.677,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 m -77.642,0 c 11.42,0 20.679,-9.259 20.679,-20.68 0,-11.42 -9.259,-20.677 -20.679,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 M 367.82,249.402 c -5.257,-16.303 -14.169,-16.431 -25.436,-6.118 -19.182,-33.751 -38.872,-23.527 -43.468,-9.336 14.236,-11.143 33.688,2.178 40.73,26.562 6.28,-11.055 18.998,-18.245 28.174,-11.108 m -7.657,101.75 c -5.26,-16.304 -14.169,-16.433 -25.436,-6.118 -19.182,-33.751 -38.873,-23.529 -43.469,-9.338 14.236,-11.142 33.688,2.179 40.731,26.564 6.279,-11.055 18.997,-18.247 28.174,-11.108 m 3.828,-50.877 c -5.259,-16.302 -14.168,-16.429 -25.435,-6.117 -19.182,-33.752 -38.873,-23.528 -43.469,-9.338 14.236,-11.14 33.687,2.181 40.731,26.564 6.279,-11.055 18.996,-18.243 28.173,-11.109 m -184.999,-126.56 8.456,14.687 -2.481,14.064 c 8.24,-6.441 16.897,-12.257 25.895,-17.419 l -13.787,-20.682 c -5.163,5.163 -11.523,8.215 -18.083,9.35 m 214.435,47.276 -16.013,24.214 v 93.753 c 0,40.019 -32.441,72.459 -72.458,72.459 -37.742,0 -68.739,-28.855 -72.144,-65.707 -0.563,6.626 -0.974,13.336 -1.228,20.135 0,36.412 26.858,66.546 61.843,71.684 15.118,42.436 3.44,91.058 -31.815,121.878 -0.332,0.288 -0.668,0.569 -1.002,0.854 -14.934,-8.987 -28.921,-18.756 -41.766,-29.467 14.159,17.506 30.102,32.253 47.212,45.198 -47.368,32.008 -116.692,32.008 -164.058,0 17.11,-12.946 33.054,-27.694 47.212,-45.201 -11.522,9.609 -23.965,18.462 -37.188,26.67 -40.329,-37.119 -47.937,-98.2 -17.545,-144.158 4.83,-7.304 7.155,-15.981 6.624,-24.722 -3.808,-62.683 19.436,-123.991 63.84,-168.396 3.505,-3.505 7.116,-6.877 10.824,-10.115 l -15.66,-23.489 c -18.988,18.987 -54.154,9.494 -56.053,-19.369 4.94,7.294 12.965,10.334 21.93,10.306 4.624,3.683 10.595,5.668 18.277,5.498 -14.197,-2.669 -23.71,-11.684 -25.256,-26.007 9.826,11.065 21.246,13.643 34.785,11.262 -7.045,-4.94 -12.081,-12.841 -12.767,-23.274 4.941,7.293 12.965,10.335 21.932,10.303 1.457,1.162 3.047,2.155 4.783,2.963 0.557,-0.597 1.095,-1.202 1.614,-1.819 -7.504,-4.493 -12.316,-11.823 -13.378,-21.652 5.924,6.673 12.428,10.259 19.627,11.533 1.471,-3.662 2.152,-7.45 1.823,-11.24 4.057,2.964 6.698,7.077 8.006,11.651 2.475,-0.187 5.026,-0.574 7.654,-1.132 12.8,-8.149 22.377,-20.41 21.31,-32.736 11.849,8.659 11.621,27.116 1.367,38.28 l 8.659,15.04 -2.26,12.808 c 15.693,-7.825 32.28,-13.746 49.402,-17.626 -7.313,17.831 -12.59,36.793 -15.633,56.995 19.737,-52.989 51.201,-99.462 92.224,-140.627 3.548,-6.147 10.784,-9.143 17.64,-7.305 6.856,1.837 11.623,8.048 11.623,15.147 v 65.793 c 33.793,-9.913 62.771,-33.463 79.074,-66.13 l 119.851,29.509 c -14.567,69.186 -99.576,110.135 -175.589,96.362 z" /></g><g
aria-label="OWL
"
transform="scale(1,-1)"
id="text945"
style="font-size:78.6739px;line-height:0.8;white-space:pre;display:inline;fill:#00b7b7;stroke-width:0.737564"><path
d="m 329.01902,-597.70958 c -17.30826,0 -30.68282,13.13854 -30.68282,30.1321 0,16.83621 13.53191,30.05343 30.60415,30.05343 16.91488,0 29.97475,-13.13854 29.97475,-30.05343 0,-16.75754 -13.29589,-30.1321 -29.89608,-30.1321 z m -0.15735,10.38495 c 10.77833,0 19.19643,8.65413 19.19643,19.82582 0,11.25037 -8.18208,19.5898 -19.19643,19.5898 -11.01434,0 -19.66847,-8.65413 -19.66847,-19.66847 0,-11.25037 8.49678,-19.74715 19.66847,-19.74715 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10825" /><path
d="m 377.87546,-538.54681 h 8.49678 l 9.59822,-38.47154 9.36219,38.47154 h 8.57546 l 16.99356,-58.14001 h -11.01435 l -10.30628,40.59573 -9.75556,-40.59573 h -7.86739 l -9.91291,40.59573 -10.22761,-40.59573 h -11.01434 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10827" /><path
d="m 436.40882,-538.54681 h 28.55862 v -10.30628 h -17.7803 v -47.83373 h -10.77832 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10829" /></g><g
aria-label="BOARD"
transform="matrix(0.38790989,0,0,-0.38790989,110.12962,699.298)"
id="text7255"
style="font-size:186.012px;white-space:pre;shape-inside:url(#rect7257);fill:#00b7b7"><path
d="m 570.38691,585.88051 h 34.0402 c 18.41518,0 28.83186,-2.04613 37.57442,-7.25447 9.67262,-5.95238 15.43899,-18.04316 15.43899,-32.18007 0,-16.92709 -7.06845,-27.15775 -23.06548,-33.85419 10.60268,-5.95238 15.25298,-14.88096 15.25298,-28.45983 0,-11.90477 -4.46429,-21.94942 -12.27679,-27.71579 -7.8125,-5.58036 -18.04316,-7.99851 -34.78424,-7.99851 h -32.18008 z m 13.76489,-12.4628 v -53.38545 h 16.36905 c 16.18305,0 24.36758,1.11608 30.13395,3.90626 8.18453,4.09226 12.83482,12.27679 12.83482,23.25149 0,9.48662 -4.27827,17.85716 -10.78869,21.20537 -6.51042,3.53423 -15.81102,5.02233 -29.76192,5.02233 z m 0,-65.84825 v -46.68901 h 16.55507 c 14.13691,0 21.7634,1.30208 26.97174,4.83631 4.83631,3.16221 7.99851,10.41667 7.99851,18.6012 0,9.48661 -3.72024,16.55507 -10.60268,19.71727 -5.76637,2.60417 -11.71876,3.53423 -24.18156,3.53423 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10814" /><path
d="m 745.23807,445.99949 c -39.43454,0 -72.73069,32.18007 -72.73069,70.31253 0,39.99258 32.36609,71.98665 72.9167,71.98665 39.62056,0 72.35867,-32.18008 72.35867,-71.05659 0,-39.24853 -32.73811,-71.24259 -72.54468,-71.24259 z m 0,12.64882 c 32.18008,0 58.59378,26.59971 58.59378,58.77979 0,31.80805 -26.59972,58.22175 -58.40777,58.22175 -32.73811,0 -58.9658,-26.4137 -58.9658,-58.9658 0,-31.43603 26.97174,-58.03574 58.77979,-58.03574 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10816" /><path
d="m 821.31701,585.88051 h 14.50893 l 20.0893,-46.31699 h 63.98812 l 19.90329,46.31699 h 15.06697 L 895.7218,448.41765 h -15.43899 z m 39.80656,-58.77979 26.97174,-63.05807 26.4137,63.05807 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10818" /><path
d="m 1023.698,534.5412 c 26.4137,-2.79018 40.5506,-17.29912 40.5506,-42.03871 0,-17.1131 -7.2544,-30.13394 -20.6473,-37.38841 -8.5566,-4.6503 -20.2753,-6.69643 -38.5045,-6.69643 h -34.04018 v 137.46286 h 13.76489 V 460.88045 h 19.34529 c 14.5089,0 24.1815,1.4881 31.622,5.02232 9.3006,4.46429 14.5089,13.76489 14.5089,26.22769 0,15.62501 -7.0684,25.48365 -20.8333,29.01788 -6.5104,1.6741 -15.439,2.41815 -30.69199,2.41815 l 46.31699,62.31402 h 17.1131 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10820" /><path
d="m 1086.5701,585.88051 h 37.0164 c 20.6474,0 35.1563,-3.1622 47.2471,-10.23066 20.8333,-12.27679 31.808,-32.36609 31.808,-58.03574 0,-25.85567 -10.7887,-46.31699 -31.064,-58.40777 -13.2068,-7.8125 -27.7158,-10.78869 -52.6414,-10.78869 h -32.3661 z m 13.7649,-12.4628 V 460.88045 h 19.1593 c 20.6473,0 34.2262,2.79018 44.2708,8.74256 15.811,9.67263 24.9256,26.97174 24.9256,47.43306 0,18.04316 -7.0684,33.85418 -19.7172,44.08484 -10.9748,8.74257 -25.1117,12.2768 -49.4792,12.2768 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10822" /></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -1,79 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1081"
xml:space="preserve"
width="1074.8558"
height="706.80176"
viewBox="0 0 1074.8558 706.80176"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata1087"><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><defs
id="defs1085"><rect
x="556.24976"
y="416.63327"
width="844.34723"
height="241.55865"
id="rect7257" /></defs><g
id="layer1"
transform="translate(-101.19214,-80.002686)"><rect
style="fill:#fcfc09;fill-opacity:1;stroke-width:0.75"
id="rect1066"
width="61.49773"
height="36.566219"
x="152.91328"
y="-472.18262"
transform="matrix(1.3333333,0,0,1.3333333,0,880)" /><rect
style="fill:#f0ffff;fill-opacity:1"
id="rect5117"
width="181.72302"
height="68.700165"
x="157.34554"
y="177.29076" /></g><g
id="g1089"
transform="matrix(1.3333333,0,0,-1.3333333,-101.19214,799.99731)"><g
id="g1337"
style="fill:#00b7b7;fill-opacity:1"><path
id="path1191"
style="fill:#00b7b7;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 112.253,369.323 c 12.988,-10.101 30.989,0.076 39.875,15.722 9.969,-34.512 37.501,-53.367 57.648,-37.596 -6.503,-20.085 -34.373,-34.554 -61.522,13.215 -15.947,-14.598 -28.559,-14.416 -36.001,8.659 m 14.302,-81.369 c 15.405,-6.791 28.15,7.974 30.66,25.885 21.351,-31.973 53.097,-43.81 65.802,-22.905 1.237,-21.743 -18.954,-43.315 -60.644,-2.464 -9.305,-18.663 -20.837,-21.694 -35.818,-0.516 m 33.549,175.931 24.381,-9.342 24.382,9.342 -24.382,-24.381 z m -14.899,47.955 c 1.574,0 3.075,-0.31 4.448,-0.869 -1.973,-1.1 -3.309,-3.206 -3.309,-5.626 0,-3.554 2.883,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.208,1.566 0.005,-0.143 0.008,-0.284 0.008,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.512,0 -11.791,5.279 -11.791,11.791 0,6.513 5.279,11.793 11.791,11.793 m 77.642,0 c 1.573,0 3.075,-0.31 4.447,-0.869 -1.973,-1.1 -3.308,-3.206 -3.308,-5.626 0,-3.554 2.882,-6.436 6.437,-6.436 1.608,0 3.079,0.59 4.207,1.566 0.006,-0.143 0.009,-0.284 0.009,-0.428 0,-6.512 -5.28,-11.791 -11.792,-11.791 -6.513,0 -11.792,5.279 -11.792,11.791 0,6.513 5.279,11.793 11.792,11.793 m 0,8.887 c 11.421,0 20.677,-9.259 20.677,-20.68 0,-11.42 -9.256,-20.677 -20.677,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 m -77.642,0 c 11.42,0 20.679,-9.259 20.679,-20.68 0,-11.42 -9.259,-20.677 -20.679,-20.677 -11.42,0 -20.678,9.257 -20.678,20.677 0,11.421 9.258,20.68 20.678,20.68 M 367.82,249.402 c -5.257,-16.303 -14.169,-16.431 -25.436,-6.118 -19.182,-33.751 -38.872,-23.527 -43.468,-9.336 14.236,-11.143 33.688,2.178 40.73,26.562 6.28,-11.055 18.998,-18.245 28.174,-11.108 m -7.657,101.75 c -5.26,-16.304 -14.169,-16.433 -25.436,-6.118 -19.182,-33.751 -38.873,-23.529 -43.469,-9.338 14.236,-11.142 33.688,2.179 40.731,26.564 6.279,-11.055 18.997,-18.247 28.174,-11.108 m 3.828,-50.877 c -5.259,-16.302 -14.168,-16.429 -25.435,-6.117 -19.182,-33.752 -38.873,-23.528 -43.469,-9.338 14.236,-11.14 33.687,2.181 40.731,26.564 6.279,-11.055 18.996,-18.243 28.173,-11.109 m -184.999,-126.56 8.456,14.687 -2.481,14.064 c 8.24,-6.441 16.897,-12.257 25.895,-17.419 l -13.787,-20.682 c -5.163,5.163 -11.523,8.215 -18.083,9.35 m 214.435,47.276 -16.013,24.214 v 93.753 c 0,40.019 -32.441,72.459 -72.458,72.459 -37.742,0 -68.739,-28.855 -72.144,-65.707 -0.563,6.626 -0.974,13.336 -1.228,20.135 0,36.412 26.858,66.546 61.843,71.684 15.118,42.436 3.44,91.058 -31.815,121.878 -0.332,0.288 -0.668,0.569 -1.002,0.854 -14.934,-8.987 -28.921,-18.756 -41.766,-29.467 14.159,17.506 30.102,32.253 47.212,45.198 -47.368,32.008 -116.692,32.008 -164.058,0 17.11,-12.946 33.054,-27.694 47.212,-45.201 -11.522,9.609 -23.965,18.462 -37.188,26.67 -40.329,-37.119 -47.937,-98.2 -17.545,-144.158 4.83,-7.304 7.155,-15.981 6.624,-24.722 -3.808,-62.683 19.436,-123.991 63.84,-168.396 3.505,-3.505 7.116,-6.877 10.824,-10.115 l -15.66,-23.489 c -18.988,18.987 -54.154,9.494 -56.053,-19.369 4.94,7.294 12.965,10.334 21.93,10.306 4.624,3.683 10.595,5.668 18.277,5.498 -14.197,-2.669 -23.71,-11.684 -25.256,-26.007 9.826,11.065 21.246,13.643 34.785,11.262 -7.045,-4.94 -12.081,-12.841 -12.767,-23.274 4.941,7.293 12.965,10.335 21.932,10.303 1.457,1.162 3.047,2.155 4.783,2.963 0.557,-0.597 1.095,-1.202 1.614,-1.819 -7.504,-4.493 -12.316,-11.823 -13.378,-21.652 5.924,6.673 12.428,10.259 19.627,11.533 1.471,-3.662 2.152,-7.45 1.823,-11.24 4.057,2.964 6.698,7.077 8.006,11.651 2.475,-0.187 5.026,-0.574 7.654,-1.132 12.8,-8.149 22.377,-20.41 21.31,-32.736 11.849,8.659 11.621,27.116 1.367,38.28 l 8.659,15.04 -2.26,12.808 c 15.693,-7.825 32.28,-13.746 49.402,-17.626 -7.313,17.831 -12.59,36.793 -15.633,56.995 19.737,-52.989 51.201,-99.462 92.224,-140.627 3.548,-6.147 10.784,-9.143 17.64,-7.305 6.856,1.837 11.623,8.048 11.623,15.147 v 65.793 c 33.793,-9.913 62.771,-33.463 79.074,-66.13 l 119.851,29.509 c -14.567,69.186 -99.576,110.135 -175.589,96.362 z" /></g><g
aria-label="OWL
"
transform="scale(1,-1)"
id="text945"
style="font-size:139.509px;line-height:0.8;white-space:pre;display:inline;fill:#00b7b7;stroke-width:1.30789"><path
d="m 372.73102,-532.40137 c -30.69198,0 -54.40851,23.298 -54.40851,53.43195 0,29.85492 23.99555,53.29244 54.269,53.29244 29.99444,0 53.15293,-23.29801 53.15293,-53.29244 0,-29.71542 -23.57702,-53.43195 -53.01342,-53.43195 z m -0.27902,18.41519 c 19.11273,0 34.0402,15.34599 34.0402,35.15627 0,19.94978 -14.50894,34.73774 -34.0402,34.73774 -19.53126,0 -34.87725,-15.34599 -34.87725,-34.87725 0,-19.94979 15.06697,-35.01676 34.87725,-35.01676 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10565" /><path
d="M 459.36603,-427.4906 H 474.433 l 17.0201,-68.2199 16.60157,68.2199 h 15.20648 l 30.13395,-103.09715 h -19.53126 l -18.27568,71.98664 -17.29912,-71.98664 h -13.9509 l -17.57813,71.98664 -18.13617,-71.98664 h -19.53126 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10567" /><path
d="m 563.16068,-427.4906 h 50.64177 v -18.27568 h -31.52903 v -84.82147 h -19.11274 z"
style="font-weight:600;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic Semi-Bold'"
id="path10569" /></g><g
aria-label="BOARD"
transform="matrix(0.75000002,0,0,-0.75000002,-19.94521,727.82195)"
id="text7255"
style="font-size:186.012px;white-space:pre;shape-inside:url(#rect7257);display:inline;fill:#00b7b7"><path
d="m 570.38691,585.88051 h 34.0402 c 18.41518,0 28.83186,-2.04613 37.57442,-7.25447 9.67262,-5.95238 15.43899,-18.04316 15.43899,-32.18007 0,-16.92709 -7.06845,-27.15775 -23.06548,-33.85419 10.60268,-5.95238 15.25298,-14.88096 15.25298,-28.45983 0,-11.90477 -4.46429,-21.94942 -12.27679,-27.71579 -7.8125,-5.58036 -18.04316,-7.99851 -34.78424,-7.99851 h -32.18008 z m 13.76489,-12.4628 v -53.38545 h 16.36905 c 16.18305,0 24.36758,1.11608 30.13395,3.90626 8.18453,4.09226 12.83482,12.27679 12.83482,23.25149 0,9.48662 -4.27827,17.85716 -10.78869,21.20537 -6.51042,3.53423 -15.81102,5.02233 -29.76192,5.02233 z m 0,-65.84825 v -46.68901 h 16.55507 c 14.13691,0 21.7634,1.30208 26.97174,4.83631 4.83631,3.16221 7.99851,10.41667 7.99851,18.6012 0,9.48661 -3.72024,16.55507 -10.60268,19.71727 -5.76637,2.60417 -11.71876,3.53423 -24.18156,3.53423 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10572" /><path
d="m 745.23807,445.99949 c -39.43454,0 -72.73069,32.18007 -72.73069,70.31253 0,39.99258 32.36609,71.98665 72.9167,71.98665 39.62056,0 72.35867,-32.18008 72.35867,-71.05659 0,-39.24853 -32.73811,-71.24259 -72.54468,-71.24259 z m 0,12.64882 c 32.18008,0 58.59378,26.59971 58.59378,58.77979 0,31.80805 -26.59972,58.22175 -58.40777,58.22175 -32.73811,0 -58.9658,-26.4137 -58.9658,-58.9658 0,-31.43603 26.97174,-58.03574 58.77979,-58.03574 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10574" /><path
d="m 821.31701,585.88051 h 14.50893 l 20.0893,-46.31699 h 63.98812 l 19.90329,46.31699 h 15.06697 L 895.7218,448.41765 h -15.43899 z m 39.80656,-58.77979 26.97174,-63.05807 26.4137,63.05807 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10576" /><path
d="m 1023.698,534.5412 c 26.4137,-2.79018 40.5506,-17.29912 40.5506,-42.03871 0,-17.1131 -7.2544,-30.13394 -20.6473,-37.38841 -8.5566,-4.6503 -20.2753,-6.69643 -38.5045,-6.69643 h -34.04018 v 137.46286 h 13.76489 V 460.88045 h 19.34529 c 14.5089,0 24.1815,1.4881 31.622,5.02232 9.3006,4.46429 14.5089,13.76489 14.5089,26.22769 0,15.62501 -7.0684,25.48365 -20.8333,29.01788 -6.5104,1.6741 -15.439,2.41815 -30.69199,2.41815 l 46.31699,62.31402 h 17.1131 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10578" /><path
d="m 1086.5701,585.88051 h 37.0164 c 20.6474,0 35.1563,-3.1622 47.2471,-10.23066 20.8333,-12.27679 31.808,-32.36609 31.808,-58.03574 0,-25.85567 -10.7887,-46.31699 -31.064,-58.40777 -13.2068,-7.8125 -27.7158,-10.78869 -52.6414,-10.78869 h -32.3661 z m 13.7649,-12.4628 V 460.88045 h 19.1593 c 20.6473,0 34.2262,2.79018 44.2708,8.74256 15.811,9.67263 24.9256,26.97174 24.9256,47.43306 0,18.04316 -7.0684,33.85418 -19.7172,44.08484 -10.9748,8.74257 -25.1117,12.2768 -49.4792,12.2768 z"
style="font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic'"
id="path10580" /></g></g></svg>

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -8,7 +8,7 @@
<meta name="author" content="Frederick Boniface">
<meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<script src="./js/main.js" defer></script>
<script src="./js/index.js" defer></script>
@ -38,13 +38,9 @@
<!-- Main Content Begins -->
<picture>
<source media="(max-width:450px)" srcset="/images/logo/logo-full-256.webp" type="image/webp">
<source media="(max-width:450px)" srcset="/images/logo/logo-full-256.png" type="image/png">
<source media="(max-width:700px)" srcset="/images/logo/logo-full-512.webp" type="image/webp">
<source media="(max-width:700px)" srcset="/images/logo/logo-full-512.png" type="image/png">
<source srcset="/images/logo/logo-full-715.webp" type="image/webp">
<source srcset="/images/logo/logo-full-715.png" type="image/png">
<img class="titleimg" src="/images/logo/logo-full-512.png" alt="OwlBoard Logo">
<source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
<source srcset="/images/logo/logo-full-256.webp" type="image/webp">
<img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<br>
<form action="board.html">

View File

@ -7,24 +7,20 @@
<meta name="author" content="Frederick Boniface">
<meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<title>OwlBoard - Report</title>
</head>
<body>
<div id="top_button" class="hide_micro">
<button aria-label="Back" class="sidebar_control" onclick="history.back()">&#8678;</button>
</div>
<picture>
<source media="(min-width:800px)" secset="/images/logo/logo-full-715.webp" type="image/webp">
<source media="(min-width:800px)" srcset="/images/logo/logo-full-715.png" type="image/png">
<source media="(min-width:700px)" srcset="/images/logo/logo-full-512.webp" type="image/webp">
<source media="(min-width:700px)" srcset="/images/logo/logo-full-512.png" type="image/png">
<source media="(min-width:450px)" srcset="/images/logo/logo-full-256.webp" type="image/png">
<source media="(min-width:450px)" srcset="/images/logo/logo-full-256.png" type="image/png">
<img class="titleimg" src="/images/logo/logo-full-512.png" alt="OwlBoard Logo">
</picture>
<h2>Report an Issue</h2>
<div id="top_button" class="hide_micro">
<button aria-label="Back" class="sidebar_control" onclick="history.back()">&#8678;</button>
</div>
<picture>
<source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
<source srcset="/images/logo/logo-full-256.webp" type="image/webp">
<img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<h2>Report an Issue</h2>
<p>This page's functionality is not yet implemented.</p>
<form>
<label for="subject">Subject:</label><br>

View File

@ -11,12 +11,6 @@
"orientation": "portrait",
"theme_color": "#155bb7",
"icons": [
{
"src": "/images/app-icons/maskable/app-1200.png",
"sizes": "1200x1200",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/app-icons/maskable/app-768.png",
"sizes": "768x768",
@ -41,27 +35,17 @@
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/app-icons/maskable/app-128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/app-icons/maskable/app-76.png",
"sizes": "76x76",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/app-icons/any/app-512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/images/app-icons/any/app-256.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"purpose": "any"
}
]
}

View File

@ -9,7 +9,7 @@
<meta name="theme-color" content="#155bb7">
<link rel="stylesheet" type="text/css" href="./styles/main.css"/>
<link rel="stylesheet" type="text/css" href="./styles/settings.css"/>
<link rel="icon" type="image/png" href="./images/logo/logo-sq-256.png"/>
<link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
<link rel="manifest" type="application/json" href="./manifest.json"/>
<title>OwlBoard - Settings</title>
<script src="./js/main.js" defer></script>
@ -28,17 +28,14 @@
</div>
<picture>
<source srcset="./images/logo/logo-full-256.webp" type="image/webp">
<source srcset="./images/logo/logo-full-256.png" type="image/png">
<img class="titleimg" src="./images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<h2>Settings</h2>
<p>Change your OwlBoard settings.</p>
<p>Any settings you apply will only apply to the device you are using now.</p>
<source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
<source srcset="/images/logo/logo-full-256.webp" type="image/webp">
<img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
</picture>
<h2>Settings</h2>
<p>Any settings you apply will only apply to the device you are using now.</p>
<p>Settings are not yet fully implemented, some options won't apply properly yet.</p>
<label>Personal Quick Links:</label><br>
<label>Personal Quick Links:</label><br>
<p>Enter one CRS/3ALPHA code per box</p>
<input type="text" maxlength="3" id="ql0" name="ql0" autocomplete="off" class="small-lookup-box">
<input type="text" maxlength="3" id="ql1" name="ql1" autocomplete="off" class="small-lookup-box"><br>