-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (73 loc) · 11.8 KB
/
Copy pathindex.html
File metadata and controls
74 lines (73 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Tumpa</title>
<style>
/* Pre-hydration background: match the sidebar colour so the boot
splash below sits on the same palette as the first-paint UI. */
html, body { margin: 0; background: #54298B; color: #fff; }
/* Boot splash — lives directly in the initial HTML payload so
WebKit can paint it in the very first frame, before Vite's
JS bundle has even downloaded. Kept outside #app and above
the Vue tree so a fast release build doesn't flicker past
it; main.js is responsible for fading it out after a
minimum perceivable duration. */
#tumpa-boot {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: #54298B;
z-index: 9999;
transition: opacity 220ms ease-out;
}
#tumpa-boot.fade-out {
opacity: 0;
pointer-events: none;
}
#tumpa-boot svg {
width: min(50vw, 320px);
height: auto;
}
@media (prefers-reduced-motion: no-preference) {
#tumpa-boot svg {
animation: tumpa-boot-pulse 1.2s ease-in-out infinite alternate;
}
}
@keyframes tumpa-boot-pulse {
from { opacity: 0.65; }
to { opacity: 1; }
}
</style>
</head>
<body>
<div id="tumpa-boot" aria-label="Tumpa is starting" role="status">
<svg width="139" height="47" viewBox="0 0 139 47" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50.5764 12.2391H56.9432C57.373 12.2391 57.7312 12.3824 58.0178 12.6689C58.3043 12.9555 58.4476 13.3137 58.4476 13.7435C58.4476 14.1554 58.3043 14.5046 58.0178 14.7912C57.7312 15.0598 57.373 15.1942 56.9432 15.1942H50.5764C50.1465 15.1942 49.7883 15.0509 49.5018 14.7643C49.2152 14.4778 49.072 14.1196 49.072 13.6898C49.072 13.2778 49.2152 12.9376 49.5018 12.6689C49.7883 12.3824 50.1465 12.2391 50.5764 12.2391ZM53.4508 8.88106C53.9165 8.88106 54.2926 9.04225 54.5791 9.36462C54.8836 9.66908 55.0358 10.0541 55.0358 10.5198V22.4744C55.0358 22.7251 55.0806 22.931 55.1701 23.0922C55.2776 23.2534 55.4119 23.3698 55.5731 23.4415C55.7522 23.5131 55.9403 23.5489 56.1373 23.5489C56.3522 23.5489 56.5492 23.5131 56.7283 23.4415C56.9074 23.3519 57.1133 23.3071 57.3461 23.3071C57.5969 23.3071 57.8208 23.4236 58.0178 23.6564C58.2327 23.8892 58.3401 24.2116 58.3401 24.6235C58.3401 25.125 58.0625 25.5369 57.5073 25.8592C56.9701 26.1816 56.388 26.3428 55.7612 26.3428C55.3851 26.3428 54.9642 26.3159 54.4985 26.2622C54.0508 26.1906 53.621 26.0383 53.2091 25.8055C52.8151 25.5548 52.4837 25.1787 52.2151 24.6772C51.9464 24.1758 51.8121 23.4862 51.8121 22.6087V10.5198C51.8121 10.0541 51.9644 9.66908 52.2688 9.36462C52.5912 9.04225 52.9852 8.88106 53.4508 8.88106ZM71.2666 11.9704C71.7323 11.9704 72.1173 12.1316 72.4218 12.454C72.7263 12.7585 72.8785 13.1435 72.8785 13.6092V20.4327C72.8785 22.3311 72.3502 23.8355 71.2935 24.9459C70.2368 26.0563 68.7145 26.6114 66.7266 26.6114C64.7386 26.6114 63.2163 26.0563 62.1597 24.9459C61.1209 23.8355 60.6015 22.3311 60.6015 20.4327V13.6092C60.6015 13.1435 60.7538 12.7585 61.0582 12.454C61.3627 12.1316 61.7478 11.9704 62.2134 11.9704C62.679 11.9704 63.0641 12.1316 63.3686 12.454C63.673 12.7585 63.8253 13.1435 63.8253 13.6092V20.4327C63.8253 21.5252 64.067 22.34 64.5506 22.8773C65.0341 23.3967 65.7595 23.6564 66.7266 23.6564C67.7116 23.6564 68.4459 23.3967 68.9295 22.8773C69.413 22.34 69.6548 21.5252 69.6548 20.4327V13.6092C69.6548 13.1435 69.807 12.7585 70.1115 12.454C70.4159 12.1316 70.801 11.9704 71.2666 11.9704ZM83.1115 11.7018C84.5442 11.7018 85.6009 12.051 86.2814 12.7495C86.962 13.4301 87.4097 14.3166 87.6246 15.4091L87.1679 15.1673L87.3829 14.7375C87.5978 14.3255 87.9291 13.8868 88.3768 13.4211C88.8246 12.9376 89.3619 12.5346 89.9887 12.2122C90.6334 11.8719 91.3498 11.7018 92.1378 11.7018C93.4273 11.7018 94.4034 11.9794 95.066 12.5346C95.7466 13.0898 96.2122 13.833 96.463 14.7643C96.7137 15.6777 96.8391 16.6985 96.8391 17.8268V24.7041C96.8391 25.1697 96.6868 25.5637 96.3824 25.8861C96.0779 26.1906 95.6929 26.3428 95.2272 26.3428C94.7616 26.3428 94.3765 26.1906 94.0721 25.8861C93.7676 25.5637 93.6154 25.1697 93.6154 24.7041V17.8268C93.6154 17.2358 93.5437 16.7075 93.4004 16.2419C93.2572 15.7583 92.9975 15.3732 92.6214 15.0867C92.2453 14.8001 91.708 14.6569 91.0095 14.6569C90.329 14.6569 89.7469 14.8001 89.2634 15.0867C88.7798 15.3732 88.4127 15.7583 88.1619 16.2419C87.9291 16.7075 87.8127 17.2358 87.8127 17.8268V24.7041C87.8127 25.1697 87.6605 25.5637 87.356 25.8861C87.0515 26.1906 86.6665 26.3428 86.2008 26.3428C85.7352 26.3428 85.3501 26.1906 85.0457 25.8861C84.7412 25.5637 84.589 25.1697 84.589 24.7041V17.8268C84.589 17.2358 84.5173 16.7075 84.3741 16.2419C84.2308 15.7583 83.9711 15.3732 83.595 15.0867C83.2189 14.8001 82.6816 14.6569 81.9832 14.6569C81.3026 14.6569 80.7205 14.8001 80.237 15.0867C79.7534 15.3732 79.3863 15.7583 79.1355 16.2419C78.9027 16.7075 78.7863 17.2358 78.7863 17.8268V24.7041C78.7863 25.1697 78.6341 25.5637 78.3296 25.8861C78.0252 26.1906 77.6401 26.3428 77.1745 26.3428C76.7088 26.3428 76.3238 26.1906 76.0193 25.8861C75.7148 25.5637 75.5626 25.1697 75.5626 24.7041V13.6092C75.5626 13.1435 75.7148 12.7585 76.0193 12.454C76.3238 12.1316 76.7088 11.9704 77.1745 11.9704C77.6401 11.9704 78.0252 12.1316 78.3296 12.454C78.6341 12.7585 78.7863 13.1435 78.7863 13.6092V14.7643L78.3834 14.6837C78.5445 14.3793 78.7684 14.0569 79.055 13.7166C79.3415 13.3584 79.6907 13.0271 80.1027 12.7226C80.5146 12.4182 80.9713 12.1764 81.4727 11.9973C81.9742 11.8003 82.5204 11.7018 83.1115 11.7018ZM106.695 11.7018C107.949 11.7018 109.068 12.0242 110.053 12.6689C111.056 13.2957 111.844 14.1644 112.417 15.2747C113.008 16.3851 113.303 17.6746 113.303 19.1432C113.303 20.6118 113.008 21.9102 112.417 23.0385C111.844 24.1489 111.065 25.0265 110.08 25.6712C109.113 26.298 108.02 26.6114 106.802 26.6114C106.086 26.6114 105.414 26.495 104.788 26.2622C104.161 26.0294 103.605 25.7339 103.122 25.3757C102.656 25.0175 102.289 24.6593 102.021 24.3011C101.77 23.925 101.644 23.6116 101.644 23.3609L102.477 23.0116V30.0769C102.477 30.5426 102.325 30.9276 102.021 31.2321C101.716 31.5545 101.331 31.7156 100.865 31.7156C100.4 31.7156 100.015 31.5634 99.7102 31.259C99.4057 30.9545 99.2535 30.5605 99.2535 30.0769V13.6092C99.2535 13.1435 99.4057 12.7585 99.7102 12.454C100.015 12.1316 100.4 11.9704 100.865 11.9704C101.331 11.9704 101.716 12.1316 102.021 12.454C102.325 12.7585 102.477 13.1435 102.477 13.6092V14.9255L102.021 14.6837C102.021 14.4509 102.146 14.1733 102.397 13.8509C102.647 13.5107 102.988 13.1793 103.417 12.857C103.847 12.5167 104.34 12.2391 104.895 12.0242C105.468 11.8093 106.068 11.7018 106.695 11.7018ZM106.292 14.6569C105.504 14.6569 104.814 14.8539 104.223 15.2479C103.632 15.6419 103.167 16.1792 102.826 16.8597C102.504 17.5224 102.343 18.2835 102.343 19.1432C102.343 19.9849 102.504 20.755 102.826 21.4535C103.167 22.1341 103.632 22.6714 104.223 23.0654C104.814 23.4594 105.504 23.6564 106.292 23.6564C107.08 23.6564 107.76 23.4594 108.334 23.0654C108.925 22.6714 109.381 22.1341 109.704 21.4535C110.044 20.755 110.214 19.9849 110.214 19.1432C110.214 18.2835 110.044 17.5224 109.704 16.8597C109.381 16.1792 108.925 15.6419 108.334 15.2479C107.76 14.8539 107.08 14.6569 106.292 14.6569ZM127.083 11.7018C127.549 11.7018 127.934 11.854 128.238 12.1585C128.543 12.463 128.695 12.857 128.695 13.3405V24.7041C128.695 25.1697 128.543 25.5637 128.238 25.8861C127.934 26.1906 127.549 26.3428 127.083 26.3428C126.617 26.3428 126.232 26.1906 125.928 25.8861C125.623 25.5637 125.471 25.1697 125.471 24.7041V23.3877L126.062 23.6295C126.062 23.8623 125.937 24.1489 125.686 24.4892C125.435 24.8115 125.095 25.1339 124.665 25.4563C124.235 25.7787 123.725 26.0563 123.134 26.2891C122.561 26.504 121.934 26.6114 121.253 26.6114C120.018 26.6114 118.898 26.298 117.895 25.6712C116.892 25.0265 116.095 24.1489 115.504 23.0385C114.931 21.9102 114.645 20.6207 114.645 19.1701C114.645 17.7015 114.931 16.412 115.504 15.3016C116.095 14.1733 116.883 13.2957 117.869 12.6689C118.854 12.0242 119.946 11.7018 121.146 11.7018C121.916 11.7018 122.623 11.8182 123.268 12.051C123.913 12.2839 124.468 12.5794 124.934 12.9376C125.417 13.2957 125.784 13.6629 126.035 14.039C126.304 14.3972 126.438 14.7016 126.438 14.9524L125.471 15.3016V13.3405C125.471 12.8749 125.623 12.4898 125.928 12.1854C126.232 11.863 126.617 11.7018 127.083 11.7018ZM121.656 23.6564C122.444 23.6564 123.134 23.4594 123.725 23.0654C124.316 22.6714 124.773 22.1341 125.095 21.4535C125.435 20.773 125.605 20.0118 125.605 19.1701C125.605 18.3104 125.435 17.5403 125.095 16.8597C124.773 16.1792 124.316 15.6419 123.725 15.2479C123.134 14.8539 122.444 14.6569 121.656 14.6569C120.886 14.6569 120.206 14.8539 119.615 15.2479C119.024 15.6419 118.558 16.1792 118.218 16.8597C117.895 17.5403 117.734 18.3104 117.734 19.1701C117.734 20.0118 117.895 20.773 118.218 21.4535C118.558 22.1341 119.024 22.6714 119.615 23.0654C120.206 23.4594 120.886 23.6564 121.656 23.6564Z" fill="white"/>
<path d="M8.00031 16.7989C8.00031 8.00675 15.2437 0.879333 24.0358 0.879333C32.8279 0.879333 40.0713 8.00675 40.0713 16.7989V25.9145H8.00031V16.7989Z" fill="#AE77F5"/>
<ellipse cx="12.1445" cy="25.6542" rx="4.14435" ry="4.08137" fill="#AE77F5"/>
<ellipse cx="35.927" cy="25.6542" rx="4.14435" ry="4.08137" fill="#AE77F5"/>
<ellipse cx="24.0357" cy="27.5077" rx="5.52584" ry="5.44186" fill="#AE77F5"/>
<ellipse cx="30.5233" cy="26.8658" rx="4.87397" ry="4.7999" fill="#AE77F5"/>
<ellipse cx="17.5482" cy="26.8658" rx="4.87397" ry="4.7999" fill="#AE77F5"/>
<rect x="12.6954" y="13.9875" width="5.83573" height="8.8334" rx="2.91786" fill="#CCA4FF"/>
<rect x="12.6954" y="10.8974" width="5.83573" height="8.8334" rx="2.91786" fill="#CCA4FF"/>
<rect x="29.5614" y="13.9875" width="5.83573" height="8.8334" rx="2.91786" fill="#CCA4FF"/>
<rect x="29.5614" y="10.8974" width="5.83573" height="8.8334" rx="2.91786" fill="#CCA4FF"/>
<rect x="12.6954" y="12.1108" width="5.83573" height="8.8334" rx="2.91786" fill="#282828"/>
<rect x="15.6131" y="13.8137" width="1.89833" height="2.71385" rx="0.949167" fill="white"/>
<rect x="29.5397" y="12.1108" width="5.83573" height="8.8334" rx="2.91786" fill="#282828"/>
<rect x="32.4576" y="13.8137" width="1.89833" height="2.71385" rx="0.949167" fill="white"/>
<path d="M27.4658 17.8355C26.5522 17.0667 25.2067 17.2139 24.3596 18.0645L24.044 18.3917L23.7118 18.0645C22.8813 17.2139 21.5192 17.0667 20.6056 17.8355C19.5592 18.7188 19.5093 20.2892 20.4395 21.238L23.662 24.5096C23.8613 24.7223 24.2101 24.7223 24.4094 24.5096L27.6319 21.238C28.5621 20.2892 28.5122 18.7188 27.4658 17.8355Z" fill="#F1DC6D"/>
<path d="M26.8235 19.1657C27.081 19.1657 27.2979 18.949 27.198 18.7117C27.1375 18.5677 27.0488 18.4369 26.9369 18.3268C26.825 18.2166 26.6922 18.1292 26.5461 18.0696C26.3999 18.01 26.2432 17.9793 26.085 17.9793C25.9268 17.9793 25.7702 18.01 25.624 18.0696C25.4778 18.1292 25.345 18.2166 25.2332 18.3268C25.1213 18.4369 25.0326 18.5677 24.972 18.7117C24.8722 18.949 25.0891 19.1657 25.3466 19.1657L26.085 19.1657H26.8235Z" fill="white"/>
<path d="M22.7248 19.1657C22.9823 19.1657 23.1992 18.949 23.0994 18.7117C23.0388 18.5677 22.9501 18.4369 22.8382 18.3268C22.7263 18.2166 22.5935 18.1292 22.4474 18.0696C22.3012 18.01 22.1445 17.9793 21.9863 17.9793C21.8281 17.9793 21.6715 18.01 21.5253 18.0696C21.3791 18.1292 21.2463 18.2166 21.1345 18.3268C21.0226 18.4369 20.9339 18.5677 20.8733 18.7117C20.7735 18.949 20.9904 19.1657 21.2479 19.1657L21.9863 19.1657H22.7248Z" fill="white"/>
</svg>
</div>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>