This commit is contained in:
Aitzol 2023-11-15 11:02:02 +01:00
parent bd0680d9a2
commit d477a40859
11 changed files with 70 additions and 64 deletions

4
app.py
View File

@ -332,6 +332,10 @@ def post_delete():
def serve_static(filename):
return static_file(filename, root=path.join(BASE_DIR, 'static'))
@get("/static/fonts/<filepath:re:.*\.(eot|otf|svg|ttf|woff|woff2?)>")
def font(filepath):
return static_file(filepath, root="static/fonts")
def index_tpl(**kwargs):
return template('index', **kwargs)

View File

@ -8,12 +8,12 @@
@font-face {
font-family: "remixicon";
src: url('remixicon.eot?t=1699935309030'); /* IE9*/
src: url('remixicon.eot?t=1699935309030#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1699935309030") format("woff2"),
url("remixicon.woff?t=1699935309030") format("woff"),
url('remixicon.ttf?t=1699935309030') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1699935309030#remixicon') format('svg'); /* iOS 4.1- */
src: url('remixicon.eot?t=1700036445706'); /* IE9*/
src: url('remixicon.eot?t=1700036445706#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1700036445706") format("woff2"),
url("remixicon.woff?t=1700036445706") format("woff"),
url('remixicon.ttf?t=1700036445706') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1700036445706#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}
@ -41,18 +41,8 @@
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-user-line:before { content: "\f264"; }
@ -65,3 +55,13 @@
.ri-toggle-fill:before { content: "\f218"; }
.ri-history-line:before { content: "\ee17"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-fill:before { content: "\ece0"; }

Binary file not shown.

View File

@ -8,12 +8,12 @@
@font-face {
font-family: "remixicon";
src: url('remixicon.eot?t=1699935309030'); /* IE9*/
src: url('remixicon.eot?t=1699935309030#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1699935309030") format("woff2"),
url("remixicon.woff?t=1699935309030") format("woff"),
url('remixicon.ttf?t=1699935309030') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1699935309030#remixicon') format('svg'); /* iOS 4.1- */
src: url('remixicon.eot?t=1700036445706'); /* IE9*/
src: url('remixicon.eot?t=1700036445706#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1700036445706") format("woff2"),
url("remixicon.woff?t=1700036445706") format("woff"),
url('remixicon.ttf?t=1700036445706') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1700036445706#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}
@ -42,18 +42,8 @@
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-user-line:before { content: "\f264"; }
@ -66,4 +56,14 @@
.ri-toggle-fill:before { content: "\f218"; }
.ri-history-line:before { content: "\ee17"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-fill:before { content: "\ece0"; }
}

View File

@ -5,31 +5,11 @@
<font-face font-family="remixicon"
units-per-em="1200" ascent="1020"
descent="180" />
<missing-glyph horiz-adv-x="0" /><glyph glyph-name="home-line"
unicode="&#xEE2B;"
horiz-adv-x="1200" d="M1050 1.6726250000001C1050 -25.9423749999998 1027.615 -48.327375 1000 -48.327375H200C172.386 -48.327375 150 -25.9423749999998 150 1.6726250000001V527.216625C150 542.646125 157.1235 557.211125 169.303 566.684125L569.3050000000001 877.7951250000001C587.36 891.838125 612.64 891.838125 630.6949999999999 877.7951250000001L1030.6950000000002 566.684125C1042.875 557.211125 1050 542.646125 1050 527.216625V1.6726250000001zM950 51.6726250000001V502.7621250000001L600 774.984625L250 502.7621250000001V51.6726250000001H950z" /><glyph glyph-name="home-fill"
unicode="&#xEE26;"
horiz-adv-x="1200" d="M1050 1.6726250000001C1050 -25.9423749999998 1027.615 -48.327375 1000 -48.327375H200C172.386 -48.327375 150 -25.9423749999998 150 1.6726250000001V527.216625C150 542.646125 157.1235 557.211125 169.303 566.684125L569.3050000000001 877.7951250000001C587.36 891.838125 612.64 891.838125 630.6949999999999 877.7951250000001L1030.6950000000002 566.684125C1042.875 557.211125 1050 542.646125 1050 527.216625V1.6726250000001z" /><glyph glyph-name="mail-line"
unicode="&#xEEF6;"
horiz-adv-x="1200" d="M150 870H1050C1077.615 870 1100 847.614 1100 820V20C1100 -7.615 1077.615 -30 1050 -30H150C122.386 -30 100 -7.615 100 20V820C100 847.614 122.386 870 150 870zM1000 658.104L603.59 303.1L200 659.203V70H1000V658.104zM225.573 770L603.095 436.9L975.05 770H225.573z" /><glyph glyph-name="mail-fill"
unicode="&#xEEF3;"
horiz-adv-x="1200" d="M150 870H1050C1077.615 870 1100 847.614 1100 820V20C1100 -7.615 1077.615 -30 1050 -30H150C122.386 -30 100 -7.615 100 20V820C100 847.614 122.386 870 150 870zM603.0300000000001 435.855L282.361 708.115L217.639 631.885L603.655 304.145L982.72 632.192L917.28 707.808L603.0300000000001 435.855z" /><glyph glyph-name="send-plane-line"
unicode="&#xF0DA;"
horiz-adv-x="1200" d="M1103.5500131470606 890.3025092883845L830.8900131470604 -64.0094907116156C823.3400131470604 -90.4344907116155 807.1100131470604 -91.6344907116156 795.0350131470605 -67.4794907116156L567.2200131470604 388.1455092883844L113.3630131470604 569.6900092883843C87.8790131470604 579.8835092883844 88.1945131470604 595.1385092883843 115.0650131470604 604.0955092883844L1069.3750131470604 922.1990092883844C1095.8000131470603 931.0070092883844 1110.9550131470605 916.2165092883844 1103.5500131470606 890.3025092883845zM968.9850131470604 783.3255092883844L357.8285131470604 579.6070092883842L639.6600131470605 466.8755092883844L791.6950131470604 162.8055092883844L968.9850131470604 783.3255092883844z" /><glyph glyph-name="send-plane-fill"
unicode="&#xF0D9;"
horiz-adv-x="1200" d="M114.3534685470316 572.2351730569304C88.2264685470316 580.9441730569303 88.0204685470316 594.9956730569303 114.8909685470316 603.9526730569304L1069.2029685470316 922.0561730569304C1095.6229685470316 930.8641730569304 1110.7779685470316 916.0736730569304 1103.3779685470317 890.1596730569304L830.7179685470315 -64.1523269430696C823.1679685470315 -90.5773269430696 807.9329685470316 -91.4923269430695 796.7679685470316 -66.3723269430696L617.0479685470316 338.0026730569304L917.0479685470316 738.0041730569304L517.0479685470316 438.0026730569304L114.3534685470316 572.2351730569304z" /><glyph glyph-name="chat-3-line"
unicode="&#xEB51;"
horiz-adv-x="1200" d="M364.5585 -21.21L100 -80L158.7905 184.56C121.272 254.7200000000001 100 334.875 100 420C100 696.1424999999999 323.8575 920 600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C514.875 -80 434.72 -58.73 364.5585 -21.21zM379.0375 84.4500000000001L411.714 66.9749999999999C469.124 36.2750000000001 533.275 20 600 20C820.915 20 1000 199.085 1000 420C1000 640.914 820.915 820 600 820C379.086 820 200 640.914 200 420C200 353.275 216.2745 289.125 246.9745 231.7149999999999L264.4480000000001 199.04L231.708 51.71L379.0375 84.4500000000001z" /><glyph glyph-name="chat-3-fill"
unicode="&#xEB50;"
horiz-adv-x="1200" d="M364.5585 -21.21L100 -80L158.7905 184.56C121.272 254.7200000000001 100 334.875 100 420C100 696.1424999999999 323.8575 920 600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C514.875 -80 434.72 -58.73 364.5585 -21.21z" /><glyph glyph-name="pencil-line"
<missing-glyph horiz-adv-x="0" /><glyph glyph-name="pencil-line"
unicode="&#xEFE0;"
horiz-adv-x="1200" d="M787.1306249999999 536.4213125000001L716.420625 607.1323125000001L250.7356249999999 141.4458125000001V70.7358125H321.4461249999999L787.1306249999999 536.4213125000001zM857.8406249999999 607.1323125000001L928.550625 677.8428125L857.8406249999999 748.5533125L787.1306249999999 677.8428125L857.8406249999999 607.1323125000001zM362.8676249999999 -29.2641875H150.7356249999999V182.8658125L822.4856249999998 854.6193125C842.015625 874.1458124999999 873.670625 874.1458124999999 893.195625 854.6193125L1034.620625 713.1983124999999C1054.145625 693.6718125 1054.145625 662.0138125000001 1034.620625 642.4873124999999L362.8676249999999 -29.2641875z" /><glyph glyph-name="pencil-fill"
unicode="&#xEFDF;"
horiz-adv-x="1200" d="M645.7106249999999 677.8415000000001L857.8406249999999 465.7120000000001L362.8676249999999 -29.263H150.7356249999999V182.8670000000002L645.7106249999999 677.8415000000001zM716.420625 748.5525000000001L822.4856249999998 854.6185000000002C842.015625 874.1445000000001 873.670625 874.1445000000001 893.195625 854.6185000000002L1034.620625 713.1970000000001C1054.145625 693.6710000000002 1054.145625 662.0125000000002 1034.620625 642.4865000000001L928.550625 536.4205000000002L716.420625 748.5525000000001z" /><glyph glyph-name="file-line"
unicode="&#xECEB;"
horiz-adv-x="1200" d="M450 919.841V920H999.8900000000002C1027.565 920 1050 897.2345 1050 870.41V-30.4099999999999C1050 -57.7999999999999 1027.7549999999999 -80 1000.33 -80H199.67C172.238 -80 150 -57.5050000000001 150 -29.6600000000001V620L450 919.841zM291.459 620H450V778.457L291.459 620zM550 820V570C550 542.386 527.615 520 500 520H250V20H950V820H550z" /><glyph glyph-name="file-fill"
unicode="&#xECE0;"
horiz-adv-x="1200" d="M150 620L450.1595 920H999.8900000000002C1027.565 920 1050 897.2345 1050 870.41V-30.4099999999999C1050 -57.7999999999999 1027.7549999999999 -80 1000.33 -80H199.67C172.238 -80 150 -57.5050000000001 150 -29.6600000000001V620zM500 845L225 570H500V845z" /><glyph glyph-name="settings-3-line"
horiz-adv-x="1200" d="M645.7106249999999 677.8415000000001L857.8406249999999 465.7120000000001L362.8676249999999 -29.263H150.7356249999999V182.8670000000002L645.7106249999999 677.8415000000001zM716.420625 748.5525000000001L822.4856249999998 854.6185000000002C842.015625 874.1445000000001 873.670625 874.1445000000001 893.195625 854.6185000000002L1034.620625 713.1970000000001C1054.145625 693.6710000000002 1054.145625 662.0125000000002 1034.620625 642.4865000000001L928.550625 536.4205000000002L716.420625 748.5525000000001z" /><glyph glyph-name="settings-3-line"
unicode="&#xF0E6;"
horiz-adv-x="1200" d="M166.98725 170.0005605357185C145.37475 207.4355605357185 129.15275 246.5005605357186 118.08075 286.3055605357186C166.70425 311.1155605357186 200.00025 361.6705605357185 200.00025 420.0005605357186C200.00025 478.2855605357185 166.75425 528.8105605357184 118.19075 553.6400605357185C140.52675 634.1850605357185 182.9427500000001 709.1970605357185 243.2512500000001 770.5100605357186C289.0492500000001 740.8025605357186 349.48175 737.2435605357184 400.00025 766.4105605357186C450.51875 795.5775605357185 477.65275 849.6930605357186 474.82425 904.2085605357186C558.0792500000001 925.7805605357185 644.2492500000001 925.0085605357186 725.16925 904.0795605357184C722.3892500000001 849.6075605357184 749.51925 795.5545605357186 799.9992500000001 766.4105605357186C850.5192500000002 737.2445605357186 910.94925 740.8025605357186 956.74425 770.5070605357184C985.67925 741.0175605357185 1011.39925 707.4350605357185 1033.01425 670.0000605357186C1054.6242499999998 632.5655605357185 1070.84925 593.4980605357184 1081.91925 553.6965605357184C1033.29425 528.8870605357185 999.99925 478.3305605357185 999.99925 420.0005605357186C999.99925 361.7105605357185 1033.24425 311.1905605357186 1081.80925 286.3605605357186C1059.47425 205.8155605357186 1017.0592500000002 130.8055605357186 956.74925 69.4905605357185C910.94925 99.1955605357186 850.5192500000002 102.7555605357186 799.9992500000001 73.5905605357186C749.4792500000001 44.4255605357185 722.3492500000001 -9.6944394642816 725.17425 -64.2094394642815C641.9242500000001 -85.7794394642814 555.7542500000001 -85.0094394642815 474.83075 -64.0794394642814C477.60975 -9.6044394642815 450.47875 44.4455605357186 400.00025 73.5905605357186C349.48325 102.7555605357186 289.05375 99.2005605357186 243.25625 69.4955605357184C214.3227500000001 98.9855605357186 188.60025 132.5655605357186 166.98725 170.0005605357185zM450.00025 160.1905605357185C504.5692500000001 128.6855605357186 543.7592500000001 78.8755605357184 562.52925 21.7155605357185C587.44425 19.3455605357184 612.52425 19.3105605357186 637.44425 21.6355605357185C656.20425 78.8255605357186 695.40425 128.6705605357186 749.9992500000001 160.1905605357185C804.59425 191.7155605357186 867.3642500000001 200.7355605357186 926.2742500000002 188.3905605357185C940.74425 208.8105605357185 953.2542500000002 230.5505605357186 963.65925 253.3105605357186C923.5442500000001 298.1455605357185 899.9992500000001 356.9905605357186 899.9992500000001 420.0005605357186C899.9992500000001 483.0105605357185 923.5442500000001 541.8505605357184 963.65925 586.6855605357187C958.4542500000002 597.9855605357186 952.70425 609.0995605357184 946.4092500000002 620.0000605357186C940.11425 630.9010605357184 933.3642500000002 641.4365605357184 926.17925 651.5895605357184C867.2992500000001 639.2725605357184 804.5692500000001 648.3035605357186 749.9992500000001 679.8080605357186C695.4292500000001 711.3130605357185 656.24425 761.1265605357185 637.4692500000001 818.2830605357185C612.55925 820.6535605357185 587.4742500000001 820.6875605357186 562.55925 818.3645605357185C543.79425 761.1750605357186 504.59425 711.3285605357185 450.00025 679.8080605357186C395.40425 648.2870605357184 332.63675 639.2635605357184 273.72825 651.6090605357185C259.25675 631.1900605357184 246.7457500000001 609.4520605357186 236.3422500000001 586.6920605357184C276.45475 541.8550605357184 300.00025 483.0105605357185 300.00025 420.0005605357186C300.00025 356.9905605357186 276.45575 298.1505605357185 236.3422500000001 253.3155605357186C241.54775 242.0155605357185 247.2962500000001 230.9005605357185 253.59025 220.0005605357185C259.88375 209.1005605357186 266.63425 198.5655605357186 273.82025 188.4105605357185C332.70275 200.7255605357186 395.43325 191.6955605357186 450.00025 160.1905605357185zM599.9992500000001 270.0005605357186C517.15925 270.0005605357186 450.00025 337.1555605357185 450.00025 420.0005605357186C450.00025 502.8405605357185 517.15925 570.0000605357186 599.9992500000001 570.0000605357186C682.84425 570.0000605357186 749.9992500000001 502.8405605357185 749.9992500000001 420.0005605357186C749.9992500000001 337.1555605357185 682.84425 270.0005605357186 599.9992500000001 270.0005605357186zM599.9992500000001 370.0005605357186C627.6142500000001 370.0005605357186 649.9992500000001 392.3855605357186 649.9992500000001 420.0005605357186C649.9992500000001 447.6155605357186 627.6142500000001 470.0005605357185 599.9992500000001 470.0005605357185C572.3842500000001 470.0005605357185 549.9992500000001 447.6155605357186 549.9992500000001 420.0005605357186C549.9992500000001 392.3855605357186 572.3842500000001 370.0005605357186 599.9992500000001 370.0005605357186z" /><glyph glyph-name="settings-3-fill"
unicode="&#xF0E5;"
@ -53,4 +33,24 @@
unicode="&#xEE17;"
horiz-adv-x="1200" d="M600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C323.8575 -80 100 143.86 100 420H200C200 199.085 379.086 20 600 20C820.915 20 1000 199.085 1000 420C1000 640.914 820.915 820 600 820C462.511 820 341.2235 750.633 269.2255 644.988L400 645V545H100V845H200L199.9945 720.0409999999999C291.2170000000001 841.4625 436.4365 920 600 920zM650 670L649.99 440.75L812.13 278.5800000000001L741.42 207.87L549.99 399.35L550 670H650z" /><glyph glyph-name="history-fill"
unicode="&#xEE16;"
horiz-adv-x="1200" d="M600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C323.8575 -80 100 143.86 100 420H200C200 199.085 379.086 20 600 20C820.915 20 1000 199.085 1000 420C1000 640.914 820.915 820 600 820C476.807 820 366.6215 764.3085 293.246 676.7284999999999L400 570H100V870L222.328 747.6759999999999C314.0010000000001 853.2455 449.205 920 600 920zM650 670L649.99 440.75L812.13 278.5800000000001L741.42 207.87L549.99 399.35L550 670H650z" /></font></defs></svg>
horiz-adv-x="1200" d="M600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C323.8575 -80 100 143.86 100 420H200C200 199.085 379.086 20 600 20C820.915 20 1000 199.085 1000 420C1000 640.914 820.915 820 600 820C476.807 820 366.6215 764.3085 293.246 676.7284999999999L400 570H100V870L222.328 747.6759999999999C314.0010000000001 853.2455 449.205 920 600 920zM650 670L649.99 440.75L812.13 278.5800000000001L741.42 207.87L549.99 399.35L550 670H650z" /><glyph glyph-name="mail-line"
unicode="&#xEEF6;"
horiz-adv-x="1200" d="M150 870H1050C1077.615 870 1100 847.614 1100 820V20C1100 -7.615 1077.615 -30 1050 -30H150C122.386 -30 100 -7.615 100 20V820C100 847.614 122.386 870 150 870zM1000 658.104L603.59 303.1L200 659.203V70H1000V658.104zM225.573 770L603.095 436.9L975.05 770H225.573z" /><glyph glyph-name="mail-fill"
unicode="&#xEEF3;"
horiz-adv-x="1200" d="M150 870H1050C1077.615 870 1100 847.614 1100 820V20C1100 -7.615 1077.615 -30 1050 -30H150C122.386 -30 100 -7.615 100 20V820C100 847.614 122.386 870 150 870zM603.0300000000001 435.855L282.361 708.115L217.639 631.885L603.655 304.145L982.72 632.192L917.28 707.808L603.0300000000001 435.855z" /><glyph glyph-name="home-line"
unicode="&#xEE2B;"
horiz-adv-x="1200" d="M1050 1.6726250000001C1050 -25.9423749999998 1027.615 -48.327375 1000 -48.327375H200C172.386 -48.327375 150 -25.9423749999998 150 1.6726250000001V527.216625C150 542.646125 157.1235 557.211125 169.303 566.684125L569.3050000000001 877.7951250000001C587.36 891.838125 612.64 891.838125 630.6949999999999 877.7951250000001L1030.6950000000002 566.684125C1042.875 557.211125 1050 542.646125 1050 527.216625V1.6726250000001zM950 51.6726250000001V502.7621250000001L600 774.984625L250 502.7621250000001V51.6726250000001H950z" /><glyph glyph-name="home-fill"
unicode="&#xEE26;"
horiz-adv-x="1200" d="M1050 1.6726250000001C1050 -25.9423749999998 1027.615 -48.327375 1000 -48.327375H200C172.386 -48.327375 150 -25.9423749999998 150 1.6726250000001V527.216625C150 542.646125 157.1235 557.211125 169.303 566.684125L569.3050000000001 877.7951250000001C587.36 891.838125 612.64 891.838125 630.6949999999999 877.7951250000001L1030.6950000000002 566.684125C1042.875 557.211125 1050 542.646125 1050 527.216625V1.6726250000001z" /><glyph glyph-name="send-plane-line"
unicode="&#xF0DA;"
horiz-adv-x="1200" d="M1103.5500131470606 890.3025092883845L830.8900131470604 -64.0094907116156C823.3400131470604 -90.4344907116155 807.1100131470604 -91.6344907116156 795.0350131470605 -67.4794907116156L567.2200131470604 388.1455092883844L113.3630131470604 569.6900092883843C87.8790131470604 579.8835092883844 88.1945131470604 595.1385092883843 115.0650131470604 604.0955092883844L1069.3750131470604 922.1990092883844C1095.8000131470603 931.0070092883844 1110.9550131470605 916.2165092883844 1103.5500131470606 890.3025092883845zM968.9850131470604 783.3255092883844L357.8285131470604 579.6070092883842L639.6600131470605 466.8755092883844L791.6950131470604 162.8055092883844L968.9850131470604 783.3255092883844z" /><glyph glyph-name="send-plane-fill"
unicode="&#xF0D9;"
horiz-adv-x="1200" d="M114.3534685470316 572.2351730569304C88.2264685470316 580.9441730569303 88.0204685470316 594.9956730569303 114.8909685470316 603.9526730569304L1069.2029685470316 922.0561730569304C1095.6229685470316 930.8641730569304 1110.7779685470316 916.0736730569304 1103.3779685470317 890.1596730569304L830.7179685470315 -64.1523269430696C823.1679685470315 -90.5773269430696 807.9329685470316 -91.4923269430695 796.7679685470316 -66.3723269430696L617.0479685470316 338.0026730569304L917.0479685470316 738.0041730569304L517.0479685470316 438.0026730569304L114.3534685470316 572.2351730569304z" /><glyph glyph-name="chat-3-line"
unicode="&#xEB51;"
horiz-adv-x="1200" d="M364.5585 -21.21L100 -80L158.7905 184.56C121.272 254.7200000000001 100 334.875 100 420C100 696.1424999999999 323.8575 920 600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C514.875 -80 434.72 -58.73 364.5585 -21.21zM379.0375 84.4500000000001L411.714 66.9749999999999C469.124 36.2750000000001 533.275 20 600 20C820.915 20 1000 199.085 1000 420C1000 640.914 820.915 820 600 820C379.086 820 200 640.914 200 420C200 353.275 216.2745 289.125 246.9745 231.7149999999999L264.4480000000001 199.04L231.708 51.71L379.0375 84.4500000000001z" /><glyph glyph-name="chat-3-fill"
unicode="&#xEB50;"
horiz-adv-x="1200" d="M364.5585 -21.21L100 -80L158.7905 184.56C121.272 254.7200000000001 100 334.875 100 420C100 696.1424999999999 323.8575 920 600 920C876.14 920 1100 696.1424999999999 1100 420C1100 143.86 876.14 -80 600 -80C514.875 -80 434.72 -58.73 364.5585 -21.21z" /><glyph glyph-name="file-line"
unicode="&#xECEB;"
horiz-adv-x="1200" d="M450 919.841V920H999.8900000000002C1027.565 920 1050 897.2345 1050 870.41V-30.4099999999999C1050 -57.7999999999999 1027.7549999999999 -80 1000.33 -80H199.67C172.238 -80 150 -57.5050000000001 150 -29.6600000000001V620L450 919.841zM291.459 620H450V778.457L291.459 620zM550 820V570C550 542.386 527.615 520 500 520H250V20H950V820H550z" /><glyph glyph-name="file-fill"
unicode="&#xECE0;"
horiz-adv-x="1200" d="M150 620L450.1595 920H999.8900000000002C1027.565 920 1050 897.2345 1050 870.41V-30.4099999999999C1050 -57.7999999999999 1027.7549999999999 -80 1000.33 -80H199.67C172.238 -80 150 -57.5050000000001 150 -29.6600000000001V620zM500 845L225 570H500V845z" /></font></defs></svg>

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -227,6 +227,8 @@ button.red:hover{
border: 0;
}
}
/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
@ -236,12 +238,12 @@ button.red:hover{
@font-face {
font-family: "remixicon";
src: url('fonts/remixicon.eot?t=1699935309030'); /* IE9*/
src: url('fonts/remixicon.eot?t=1699935309030#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("fonts/remixicon.woff2?t=1699935309030") format("woff2"),
url("fonts/remixicon.woff?t=1699935309030") format("woff"),
url('fonts/remixicon.ttf?t=1699935309030') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('fonts/remixicon.svg?t=1699935309030#remixicon') format('svg'); /* iOS 4.1- */
src: url('fonts/remixicon.eot?t=1700036445706'); /* IE9*/
src: url('fonts/remixicon.eot?t=1700036445706#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("fonts/remixicon.woff2?t=1700036445706") format("woff2"),
url("fonts/remixicon.woff?t=1700036445706") format("woff"),
url('fonts/remixicon.ttf?t=1700036445706') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('fonts/remixicon.svg?t=1700036445706#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}

View File

@ -76,8 +76,8 @@
<div class="grid-item">
<!--<a href="/_2fa">{{'Kendu' if data['secureAuth'] == True else "Ezarri"}}</a>-->
<a href="/_2fa">< i class={{ "ri-toogle-fill" if data['secureAuth'] == True else "ri-toggle-line"}}></i></a>
<i class="ri-toogle-fill"></i>
<a href="/_2fa">{{"<i class='ri-toogle-fill'></i>" if data['secureAuth'] == True else "<i class='ri-toggle-line'></i>"}}</a>
<!-- <a href="/_2fa"><i class="ri-toggle-fill"></i></a> -->
</div>
<div class="grid-item">