init commit

This commit is contained in:
unurled 2025-06-23 23:12:40 +02:00
commit c9d982669a
461 changed files with 30317 additions and 0 deletions

25
public/.htaccess Normal file
View file

@ -0,0 +1,25 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Handle X-XSRF-Token Header
RewriteCond %{HTTP:x-xsrf-token} .
RewriteRule .* - [E=HTTP_X_XSRF_TOKEN:%{HTTP:X-XSRF-Token}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

0
public/favicon.ico Normal file
View file

20
public/index.php Normal file
View file

@ -0,0 +1,20 @@
<?php
use Illuminate\Foundation\Application;
use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
require $maintenance;
}
// Register the Composer autoloader...
require __DIR__.'/../vendor/autoload.php';
// Bootstrap Laravel and handle the request...
/** @var Application $app */
$app = require_once __DIR__.'/../bootstrap/app.php';
$app->handleRequest(Request::capture());

7
public/logo.svg Normal file
View file

@ -0,0 +1,7 @@
<svg width="1994" height="508" viewBox="0 0 1994 508" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M484.904 121.113C485.084 121.78 485.176 122.467 485.178 123.157V230.481C485.178 231.859 484.815 233.212 484.125 234.404C483.435 235.596 482.443 236.584 481.25 237.27L391.267 289.132V391.926C391.267 394.724 389.782 397.306 387.359 398.715L199.527 506.958C199.097 507.202 198.628 507.359 198.159 507.525C197.984 507.584 197.817 507.691 197.632 507.74C196.319 508.087 194.939 508.087 193.626 507.74C193.411 507.682 193.215 507.564 193.01 507.486C192.58 507.33 192.131 507.193 191.72 506.958L3.92801 398.715C2.73502 398.029 1.74377 397.04 1.05416 395.848C0.364547 394.656 0.000945257 393.304 0 391.926L0 69.9554C0 69.2511 0.0977117 68.5664 0.273593 67.9012C0.33222 67.6762 0.469016 67.4708 0.547186 67.2459C0.693753 66.835 0.83055 66.4144 1.04552 66.0329C1.19208 65.7786 1.40705 65.5732 1.58293 65.3384C1.80767 65.0254 2.01286 64.7026 2.27668 64.4288C2.50142 64.2038 2.79456 64.0375 3.04861 63.8419C3.33197 63.6071 3.58602 63.3528 3.90847 63.1669L97.8192 9.04537C99.0082 8.36047 100.356 8 101.728 8C103.099 8 104.447 8.36047 105.636 9.04537L199.537 63.1669H199.557C199.869 63.3626 200.133 63.6071 200.417 63.8321C200.671 64.0277 200.954 64.2038 201.179 64.419C201.452 64.7026 201.648 65.0254 201.882 65.3384C202.048 65.5732 202.273 65.7786 202.41 66.0329C202.635 66.4242 202.762 66.835 202.918 67.2459C202.996 67.4708 203.133 67.6762 203.192 67.911C203.371 68.5776 203.463 69.2649 203.465 69.9554V271.055L281.713 225.952V123.148C281.713 122.463 281.81 121.768 281.986 121.113C282.055 120.878 282.182 120.673 282.26 120.448C282.416 120.037 282.553 119.617 282.768 119.235C282.915 118.981 283.13 118.775 283.296 118.541C283.53 118.228 283.726 117.905 283.999 117.631C284.224 117.406 284.507 117.24 284.761 117.044C285.054 116.809 285.309 116.555 285.621 116.369L379.542 62.2475C380.73 61.5616 382.078 61.2006 383.45 61.2006C384.822 61.2006 386.17 61.5616 387.359 62.2475L481.26 116.369C481.592 116.565 481.846 116.809 482.139 117.034C482.383 117.23 482.667 117.406 482.891 117.621C483.165 117.905 483.36 118.228 483.595 118.541C483.771 118.775 483.986 118.981 484.123 119.235C484.347 119.617 484.474 120.037 484.631 120.448C484.719 120.673 484.846 120.878 484.904 121.113ZM469.524 225.952V136.705L436.664 155.642L391.267 181.808V271.055L469.534 225.952H469.524ZM375.623 387.397V298.091L330.969 323.621L203.455 396.475V486.622L375.623 387.397ZM15.6534 83.5029V387.397L187.802 486.612V396.485L97.8681 345.532L97.8388 345.513L97.7997 345.493C97.4968 345.317 97.2427 345.063 96.9594 344.848C96.7151 344.652 96.4317 344.495 96.2167 344.28L96.1972 344.251C95.9432 344.006 95.7673 343.703 95.5523 343.429C95.3569 343.165 95.1224 342.94 94.966 342.666L94.9563 342.637C94.7804 342.343 94.6729 341.991 94.5459 341.659C94.4188 341.365 94.2527 341.091 94.1746 340.778C94.0769 340.407 94.0573 340.006 94.0182 339.624C93.9791 339.331 93.901 339.037 93.901 338.744V128.606L48.5139 102.43L15.6534 83.5029ZM101.737 24.872L23.4997 69.9554L101.718 115.039L179.946 69.9456L101.718 24.872H101.737ZM142.425 306.23L187.812 280.074V83.5029L154.951 102.44L109.554 128.606V325.177L142.425 306.23ZM383.45 78.0741L305.222 123.157L383.45 168.241L461.668 123.148L383.45 78.0741ZM375.623 181.808L330.227 155.642L297.366 136.705V225.952L342.753 252.108L375.623 271.055V181.808ZM195.619 382.927L310.362 317.351L367.719 284.583L289.549 239.529L199.547 291.401L117.518 338.675L195.619 382.927Z" fill="#FF2D20"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M659.562 71V352.743H762.045V401.34H605V71H659.562ZM954.655 211.153V181.441H1006.36V401.34H954.643V371.603C947.694 382.616 937.804 391.272 924.984 397.558C912.189 403.845 899.296 406.988 886.33 406.988C869.564 406.988 854.22 403.918 840.31 397.791C826.768 391.926 814.574 383.333 804.486 372.548C794.514 361.84 786.632 349.354 781.249 335.738C775.657 321.625 772.835 306.563 772.94 291.378C772.94 275.969 775.71 261.26 781.249 247.251C786.597 233.551 794.481 220.987 804.486 210.22C814.575 199.433 826.768 190.836 840.31 184.964C854.22 178.825 869.564 175.756 886.33 175.756C899.296 175.756 912.189 178.911 924.996 185.21C937.804 191.496 947.694 200.152 954.655 211.153ZM949.9 318.279C953.083 309.675 954.694 300.566 954.655 291.39C954.655 281.936 953.062 272.973 949.9 264.477C946.929 256.304 942.424 248.777 936.627 242.303C930.826 235.936 923.808 230.8 915.988 227.201C907.912 223.431 898.978 221.541 889.173 221.541C879.368 221.541 870.508 223.431 862.603 227.201C854.698 230.982 847.896 236.016 842.209 242.303C836.426 248.746 831.992 256.286 829.169 264.477C826.133 273.117 824.607 282.218 824.659 291.378C824.659 300.82 826.154 309.795 829.169 318.267C831.988 326.463 836.423 334.008 842.209 340.453C847.948 346.783 854.879 351.915 862.603 355.555C870.508 359.337 879.368 361.215 889.173 361.215C898.978 361.215 907.924 359.337 915.988 355.567C923.81 351.971 930.828 346.835 936.627 340.465C942.426 333.988 946.932 326.457 949.9 318.279ZM1047.16 401.328V181.428H1187.6V232.038H1098.87V401.328H1047.16ZM1375 211.153V181.441H1426.71V401.34H1374.99V371.603C1368.03 382.616 1358.15 391.272 1345.33 397.558C1332.54 403.845 1319.64 406.988 1306.68 406.988C1289.9 406.988 1274.57 403.918 1260.66 397.791C1247.11 391.926 1234.92 383.333 1224.83 372.548C1214.86 361.84 1206.98 349.354 1201.6 335.738C1196 321.625 1193.18 306.563 1193.29 291.378C1193.29 275.969 1196.04 261.26 1201.6 247.251C1206.94 233.551 1214.83 220.987 1224.83 210.22C1234.92 199.433 1247.11 190.836 1260.66 184.964C1274.57 178.825 1289.9 175.756 1306.68 175.756C1319.64 175.756 1332.54 178.911 1345.34 185.21C1358.15 191.496 1368.03 200.152 1375 211.153ZM1370.25 318.279C1373.42 309.674 1375.03 300.566 1374.99 291.39C1374.99 281.936 1373.4 272.973 1370.25 264.477C1367.27 256.303 1362.76 248.776 1356.96 242.303C1351.16 235.936 1344.14 230.8 1336.32 227.201C1328.26 223.431 1319.32 221.541 1309.52 221.541C1299.71 221.541 1290.85 223.431 1282.95 227.201C1275.04 230.982 1268.24 236.016 1262.56 242.303C1256.77 248.745 1252.33 256.285 1249.5 264.477C1246.47 273.117 1244.94 282.218 1244.99 291.378C1244.99 300.82 1246.49 309.795 1249.5 318.267C1252.33 326.464 1256.76 334.009 1262.56 340.453C1268.29 346.783 1275.22 351.915 1282.95 355.555C1290.85 359.337 1299.71 361.215 1309.52 361.215C1319.32 361.215 1328.27 359.337 1336.32 355.567C1344.14 351.971 1351.16 346.835 1356.96 340.465C1362.76 333.989 1367.27 326.458 1370.25 318.279ZM1799.18 175.781C1869.6 175.781 1917.62 237.846 1908.6 310.495H1737.05C1737.05 329.464 1756.3 366.139 1802.03 366.139C1841.37 366.139 1867.72 331.724 1867.74 331.699L1902.67 358.588C1871.44 391.763 1845.87 407 1805.81 407C1734.24 407 1685.74 361.964 1685.74 291.39C1685.74 227.545 1735.87 175.781 1799.18 175.781ZM1737.18 272.273H1861.11C1860.73 268.037 1854.02 216.629 1798.78 216.629C1743.54 216.629 1737.59 268.037 1737.18 272.273ZM1942.28 401.328V71H1994V401.328H1942.28Z" fill="#FF2D20"/>
<path d="M1694.3 51.744L1662.55 147H1642.56L1611 51.744H1629.42L1652.55 117.992L1675.68 51.744H1694.3ZM1789.79 139.16C1787.57 141.251 1784.89 143.015 1781.75 144.452C1779.01 145.889 1775.61 147.131 1771.56 148.176C1767.51 149.221 1762.74 149.744 1757.25 149.744C1751.77 149.744 1746.21 149.025 1740.59 147.588C1734.98 146.151 1729.81 143.537 1725.11 139.748C1720.41 135.959 1716.42 130.863 1713.15 124.46C1709.89 117.927 1707.8 109.564 1706.88 99.372V51.744H1724.52V99.372C1724.91 105.513 1726.29 111.001 1728.64 115.836C1729.68 117.927 1730.99 119.952 1732.56 121.912C1734.13 123.872 1736.02 125.636 1738.24 127.204C1740.59 128.641 1743.27 129.817 1746.28 130.732C1749.41 131.647 1753.07 132.104 1757.25 132.104C1761.3 132.104 1764.83 131.647 1767.84 130.732C1770.97 129.817 1773.65 128.641 1775.87 127.204C1778.23 125.636 1780.19 123.872 1781.75 121.912C1783.32 119.952 1784.63 117.927 1785.67 115.836C1788.03 111.001 1789.4 105.513 1789.79 99.372V51.744H1807.43V147H1789.79V139.16ZM1913.11 117.012C1913.11 121.585 1911.87 125.832 1909.39 129.752C1906.91 133.672 1903.51 137.135 1899.2 140.14C1895.02 143.145 1890.05 145.497 1884.3 147.196C1878.68 148.895 1872.61 149.744 1866.07 149.744C1859.15 149.744 1852.61 148.437 1846.47 145.824C1840.33 143.211 1834.97 139.617 1830.4 135.044C1825.83 130.471 1822.23 125.113 1819.62 118.972C1817.01 112.831 1815.7 106.297 1815.7 99.372C1815.7 92.4467 1817.01 85.9133 1819.62 79.772C1822.23 73.6307 1825.83 68.3387 1830.4 63.896C1834.97 59.3227 1840.33 55.7293 1846.47 53.116C1852.61 50.5027 1859.15 49.196 1866.07 49.196C1872.87 49.196 1879.53 50.5027 1886.06 53.116C1892.6 55.7293 1898.28 59.5187 1903.12 64.484C1907.95 69.4493 1911.54 75.656 1913.9 83.104C1916.38 90.4213 1916.97 98.784 1915.66 108.192H1834.52C1834.52 110.544 1835.37 113.092 1837.06 115.836C1838.76 118.58 1840.98 121.193 1843.73 123.676C1846.6 126.028 1849.94 128.053 1853.72 129.752C1857.64 131.32 1861.76 132.104 1866.07 132.104C1869.86 132.104 1873.39 131.712 1876.66 130.928C1880.05 130.144 1882.99 129.099 1885.48 127.792C1887.96 126.355 1889.92 124.721 1891.36 122.892C1892.79 121.063 1893.51 119.103 1893.51 117.012H1913.11ZM1897.43 90.552C1897.04 88.4613 1896 86.1093 1894.3 83.496C1892.6 80.752 1890.38 78.1387 1887.63 75.656C1884.89 73.1733 1881.69 71.0827 1878.03 69.384C1874.37 67.6853 1870.38 66.836 1866.07 66.836C1861.76 66.836 1857.71 67.6853 1853.92 69.384C1850.26 71.0827 1847.06 73.1733 1844.32 75.656C1841.57 78.1387 1839.35 80.752 1837.65 83.496C1835.95 86.1093 1834.91 88.4613 1834.52 90.552H1897.43Z" fill="#080808"/>
<path d="M1599.41 182L1569.5 232.965L1539.59 182H1440L1569.5 402.688L1699 182H1599.41Z" fill="#41B883"/>
<path d="M1599.41 182L1569.5 232.965L1539.59 182H1491.8L1569.5 314.41L1647.2 182H1599.41Z" fill="#34495E"/>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

2
public/robots.txt Normal file
View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: