diff --git a/static/eventos/utfc-2024/balloon.svg b/static/eventos/utfc-2024/balloon.svg new file mode 100644 index 0000000000000000000000000000000000000000..fe055ba0cef9cd720ad6e3ecb67d9f74cd976446 --- /dev/null +++ b/static/eventos/utfc-2024/balloon.svg @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg:svg + version="1.1" + id="balloon" + width="29.999998" + height="39.999996" + viewBox="0 0 29.999998 39.999999" + sodipodi:docname="balloon.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:svg="http://www.w3.org/2000/svg"> + <svg:defs + id="defs874" /> + <sodipodi:namedview + id="namedview872" + pagecolor="#505050" + bordercolor="#ffffff" + borderopacity="1" + inkscape:pageshadow="0" + inkscape:pageopacity="0" + inkscape:pagecheckerboard="1" + showgrid="false" + inkscape:zoom="4.9186512" + inkscape:cx="24.60024" + inkscape:cy="44.626055" + inkscape:window-width="1920" + inkscape:window-height="1012" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" + inkscape:showpageshadow="2" + inkscape:deskcolor="#505050" /> + <svg:g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="Image 1" + style="display:inline" + transform="translate(30.979957,5.207267)"> + <svg:path + style="fill:currentColor;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -29.919637,15.847037 c -1.275765,-4.960284 -1.059588,-16.76613609 8.395563,-19.6674503 9.455142,-2.9013145 15.7609761,1.762701 18.7308504,6.7618205 2.96988324,4.999119 0.5345054,13.7336418 -3.739728,18.0854108 -4.2742364,4.351773 -9.3484174,6.044046 -11.8021434,6.437009 0,0 -0.51726,1.041029 -1.594333,0.96905 0.320106,2.622532 0.0534,1.538237 0.557868,3.195666 -1.101138,0.15878 -0.943229,0.0661 -2.121607,0.03649 -0.457696,1.844678 -1.543352,2.822692 -2.920588,2.597697 -1.377238,-0.225014 -1.759219,-1.071281 -2.091859,-1.966945 -0.332638,-0.895664 -0.263681,-2.254951 -1.406782,-2.46445 -1.143106,-0.209476 -1.458071,1.501213 -2.025272,1.312815 -0.332546,-0.13543 -0.689285,-0.467192 -0.228005,-1.039427 0.461243,-0.572236 1.457956,-1.467951 2.332039,-1.341026 0.874083,0.126931 1.355462,0.625786 1.798958,1.501522 0.443485,0.875738 0.29054,2.194507 1.295268,2.612614 1.004756,0.418116 2.055227,0.383094 2.117569,-1.360056 l -1.059957,-0.429295 c 0,0 1.654275,-2.189494 1.959115,-3.034982 -0.727031,-0.55079 -0.759458,-1.319123 -0.759458,-1.319123 0,0 -6.161685,-5.927087 -7.437461,-10.887378 z" + id="path993" + sodipodi:nodetypes="zzzzcccczzzczzzzccccz" /> + </svg:g> + <script>{ + document.currentScript.dataset.injected = true; + const o = JSON.parse(decodeURIComponent(escape(atob('eyJ1c2VyQWdlbnQiOiJNb3ppbGxhLzUuMCAoWDExOyBMaW51eCB4ODZfNjQ7IHJ2OjEyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzEyOC4wIiwiYXBwVmVyc2lvbiI6IjUuMCAoWDExKSIsInBsYXRmb3JtIjoiTGludXgiLCJ2ZW5kb3IiOiIiLCJwcm9kdWN0IjoiR2Vja28iLCJ1c2VyQWdlbnREYXRhIjoiW2RlbGV0ZV0iLCJvc2NwdSI6IkxpbnV4IHg4Nl82NCIsInByb2R1Y3RTdWIiOiIyMDEwMDEwMSIsImJ1aWxkSUQiOiIyMDE4MTAwMTAwMDAwMCJ9')))); + + if (o.userAgentDataBuilder) { + const v = new class NavigatorUAData { + #p; + + constructor({p, ua}) { + this.#p = p; + + const version = p.browser.major; + const name = p.browser.name === 'Chrome' ? 'Google Chrome' : p.browser.name; + + this.brands = [{ + brand: name, + version + }, { + brand: 'Chromium', + version + }, { + brand: 'Not=A?Brand', + version: '24' + }]; + + this.mobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(ua); + + // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-CH-UA-Platform + this.platform = 'Unknown'; + if (p.os && p.os.name) { + const name = p.os.name.toLowerCase(); + if (name.includes('mac')) { + this.platform = 'macOS'; + } + else if (name.includes('debian')) { + this.platform = 'Linux'; + } + else { + this.platform = p.os.name; + } + } + } + toJSON() { + return { + brands: this.brands, + mobile: this.mobile, + platform: this.platform + }; + } + getHighEntropyValues(hints) { + if (!hints || Array.isArray(hints) === false) { + return Promise.reject(Error("Failed to execute 'getHighEntropyValues' on 'NavigatorUAData'")); + } + + const r = this.toJSON(); + + if (hints.includes('architecture')) { + r.architecture = this.#p?.cpu?.architecture || 'x86'; + } + if (hints.includes('bitness')) { + r.bitness = '64'; + } + if (hints.includes('model')) { + r.model = ''; + } + if (hints.includes('platformVersion')) { + r.platformVersion = this.#p?.os?.version || '10.0.0'; + } + if (hints.includes('uaFullVersion')) { + r.uaFullVersion = this.brands[0].version; + } + if (hints.includes('fullVersionList')) { + r.fullVersionList = this.brands; + } + return Promise.resolve(r); + } + }(o.userAgentDataBuilder); + + navigator.__defineGetter__('userAgentData', () => { + return v; + }); + } + delete o.userAgentDataBuilder; + + for (const key of Object.keys(o)) { + if (o[key] === '[delete]') { + delete Object.getPrototypeOf(window.navigator)[key]; + } + else { + navigator.__defineGetter__(key, () => { + if (o[key] === 'empty') { + return ''; + } + return o[key]; + }); + } + } + }</script> +</svg:svg> diff --git a/static/eventos/utfc-2024/scoreboard.html b/static/eventos/utfc-2024/scoreboard.html index b0c523f4d60d3db3f9a6e2d441767374a1d10a72..39266206ee9aa846b333cd1e190cc9d26621b71e 100644 --- a/static/eventos/utfc-2024/scoreboard.html +++ b/static/eventos/utfc-2024/scoreboard.html @@ -51,35 +51,35 @@ [UFPR] Programação Casual </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#FF5E0E"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#FF5E0E"><use href="star.svg#balloon"></use></svg> 2/16 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/19 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/46 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 2/50 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 1/115 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="balloon.svg#balloon"></use></svg> 2/99 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 2/55 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/60 </td> <td class="boca-score"> @@ -101,35 +101,35 @@ [UTFPR/CT] progr(amadores) </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 2/142 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/41 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/66 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/33 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 1/164 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="balloon.svg#balloon"></use></svg> 2/169 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 1/124 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/49 </td> <td class="boca-score"> @@ -151,34 +151,34 @@ [UFSC/Joinville] C não vale nada, mas JAVAleu </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/44 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/6 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/73 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/67 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#ff0000"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#ff0000"><use href="star.svg#balloon"></use></svg> 1/83 </td> <td class="boca-score"> 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 1/55 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 5/96 </td> <td class="boca-score"> @@ -200,33 +200,33 @@ [UFPR] Jiló de sal </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 4/22 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/5 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#8660c8"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#8660c8"><use href="star.svg#balloon"></use></svg> 1/12 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/26 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 4/171 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 4/96 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 4/53 </td> <td class="boca-score"> @@ -248,23 +248,23 @@ [UTFPR/CT] O(rrivel) </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/63 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 3/49 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/79 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/37 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 1/134 </td> <td class="boca-score"> @@ -273,7 +273,7 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/14 </td> <td class="boca-score"> @@ -299,29 +299,29 @@ 8/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/25 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/63 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/127 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="balloon.svg#balloon"></use></svg> 4/177 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#25602d"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#25602d"><use href="star.svg#balloon"></use></svg> 1/47 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/89 </td> <td class="boca-score"> @@ -343,19 +343,19 @@ [UTFPR/CT] SwordOut </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/20 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/28 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/37 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/56 </td> <td class="boca-score"> @@ -366,7 +366,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/62 </td> <td class="boca-score"> @@ -388,19 +388,19 @@ [UTFPR/CT] Slow Sort </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 3/69 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#6fd323"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#6fd323"><use href="star.svg#balloon"></use></svg> 1/5 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/48 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/59 </td> <td class="boca-score"> @@ -411,7 +411,7 @@ 3/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/17 </td> <td class="boca-score"> @@ -433,18 +433,18 @@ [UTFPR/CT] #include <cerveja> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/64 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/16 </td> <td class="boca-score"> 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/76 </td> <td class="boca-score"> @@ -453,11 +453,11 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 1/100 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/34 </td> <td class="boca-score"> @@ -479,19 +479,19 @@ [UTFPR/CT] Já viu? </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 2/46 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/22 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/96 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/37 </td> <td class="boca-score"> @@ -502,7 +502,7 @@ 4/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/86 </td> <td class="boca-score"> @@ -527,23 +527,23 @@ 3/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/10 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/26 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 2/166 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 1/149 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#800080"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#800080"><use href="star.svg#balloon"></use></svg> 1/96 </td> <td class="boca-score"> @@ -570,17 +570,17 @@ [UTFPR/CT] Chatas GPT </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 3/53 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/30 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/78 </td> <td class="boca-score"> @@ -588,11 +588,11 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 3/142 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/92 </td> <td class="boca-score"> @@ -614,19 +614,19 @@ [UFPR] Trepa colinas </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 9/108 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/5 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/17 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 2/121 </td> <td class="boca-score"> @@ -637,7 +637,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 6/119 </td> <td class="boca-score"> @@ -662,28 +662,28 @@ 7/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 6/49 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/106 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 2/92 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="balloon.svg#balloon"></use></svg> 2/156 </td> <td class="boca-score"> 4/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 3/75 </td> <td class="boca-score"> @@ -708,11 +708,11 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 3/172 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 1/53 </td> <td class="boca-score"> @@ -722,11 +722,11 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#25602d"><use href="balloon.svg#balloon"></use></svg> 1/94 </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#0238be"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#0238be"><use href="star.svg#balloon"></use></svg> 1/12 </td> <td class="boca-score"> @@ -748,11 +748,11 @@ [UTFPR/CT] Chupinguaios </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/45 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/67 </td> <td class="boca-score"> @@ -763,14 +763,14 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#800080"><use href="balloon.svg#balloon"></use></svg> 4/172 </td> <td class="boca-score"> 3/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/55 </td> <td class="boca-score"> @@ -792,19 +792,19 @@ [UTFPR/CT+UFSCar] schlopschlopschlop </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 3/120 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 2/58 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 2/93 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 2/170 </td> <td class="boca-score"> @@ -835,17 +835,17 @@ [UTFPR/CT] "Fica a cargo do leitor" </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 4/124 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/35 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 4/175 </td> <td class="boca-score"> @@ -856,7 +856,7 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 3/108 </td> <td class="boca-score"> @@ -878,17 +878,17 @@ [UTFPR/CT] Autômatos com conhecimento finito </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 1/34 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 2/53 </td> <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 1/106 </td> <td class="boca-score"> @@ -922,14 +922,14 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 9/171 </td> <td class="boca-score"> 3/- </td> <td class="boca-score"> - <svg class="table-balloon" viewBox="0 -10 30 30" color="#18314b"><use href="/static/star.svg#balloon"></use></svg> + <svg class="table-balloon" viewBox="0 -10 30 30" color="#18314b"><use href="star.svg#balloon"></use></svg> 1/22 </td> <td class="boca-score"> @@ -940,7 +940,7 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/106 </td> <td class="boca-score"> @@ -965,7 +965,7 @@ 5/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/20 </td> <td class="boca-score"> @@ -980,7 +980,7 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/54 </td> <td class="boca-score"> @@ -1002,11 +1002,11 @@ [UTFPR/CT] Primos do Cormen </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#FF5E0E"><use href="balloon.svg#balloon"></use></svg> 2/43 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/21 </td> <td class="boca-score"> @@ -1046,7 +1046,7 @@ 3/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 2/36 </td> <td class="boca-score"> @@ -1055,7 +1055,7 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#ff0000"><use href="balloon.svg#balloon"></use></svg> 2/128 </td> <td class="boca-score"> @@ -1087,7 +1087,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/113 </td> <td class="boca-score"> @@ -1102,7 +1102,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 1/111 </td> <td class="boca-score"> @@ -1130,11 +1130,11 @@ 3/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#8660c8"><use href="balloon.svg#balloon"></use></svg> 3/148 </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#18314b"><use href="balloon.svg#balloon"></use></svg> 2/71 </td> <td class="boca-score"> @@ -1169,7 +1169,7 @@ 4/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 4/140 </td> <td class="boca-score"> @@ -1184,7 +1184,7 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 3/104 </td> <td class="boca-score"> @@ -1209,7 +1209,7 @@ 8/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 6/148 </td> <td class="boca-score"> @@ -1224,7 +1224,7 @@ <td class="boca-score"> </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 7/145 </td> <td class="boca-score"> @@ -1249,7 +1249,7 @@ 1/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 1/64 </td> <td class="boca-score"> @@ -1303,7 +1303,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#0238be"><use href="balloon.svg#balloon"></use></svg> 2/86 </td> <td class="boca-score"> @@ -1328,7 +1328,7 @@ 2/- </td> <td class="boca-score"> - <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="/static/balloon.svg#balloon"></use></svg> + <svg class="balloon" viewBox="-2 0 34 40" color="#6fd323"><use href="balloon.svg#balloon"></use></svg> 2/126 </td> <td class="boca-score"> diff --git a/static/eventos/utfc-2024/star.svg b/static/eventos/utfc-2024/star.svg new file mode 100644 index 0000000000000000000000000000000000000000..395564deaee2c948b98e4dd749641e0e4ffa0afe --- /dev/null +++ b/static/eventos/utfc-2024/star.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + height="29.5pt" + viewBox="0 -10 30.80912 29.5" + width="30.749735pt" + version="1.1" + id="svg1" + sodipodi:docname="star.svg" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <path + d="M 30.355353,1.2332253 C 30.158586,0.62457761 29.618738,0.19228551 28.980047,0.13472361 L 20.304403,-0.65303317 16.87382,-8.6826481 c -0.252953,-0.5884668 -0.829036,-0.9693883 -1.469103,-0.9693883 -0.640067,0 -1.21615,0.3809215 -1.469103,0.9707643 L 10.50503,-0.65303317 1.8280105,0.13472361 C 1.1904664,0.19366161 0.65199408,0.62457761 0.45408022,1.2332253 0.25616636,1.8418735 0.43894425,2.5094599 0.92123026,2.9302848 L 7.4789896,8.6814823 5.545259,17.199574 c -0.1414981,0.626307 0.1015942,1.273713 0.6212614,1.649359 0.2793272,0.201812 0.6061255,0.304553 0.9356767,0.304553 0.2841425,0 0.565992,-0.0766 0.8189454,-0.227956 l 7.4835745,-4.472669 7.480822,4.472669 c 0.547416,0.329322 1.237477,0.299279 1.755998,-0.0766 0.519896,-0.376793 0.762759,-1.024427 0.621262,-1.649359 L 23.329068,8.6814823 29.886827,2.9314314 c 0.482286,-0.4219715 0.66644,-1.0884113 0.468526,-1.6982061 z m 0,0" + fill="#ffc107" + id="balloon" + style="fill:currentColor;stroke:#000000;stroke-width:0.751448;stroke-dasharray:none" /> +</svg>