feat(auth): implement login authorization

feat(font): implement satoshi font family
This commit is contained in:
shafin-r
2026-01-11 15:44:51 +06:00
parent bd6f1d2333
commit 1506c25796
35 changed files with 3870 additions and 7 deletions

10
src/assets/logo-white.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="100" viewBox="0 0 400 100">
<style>
.logo-text { fill: #FFFFFF; font-family: Arial, sans-serif; font-weight: bold; }
.scholars-text { fill: #FFFFFF; font-family: Arial, sans-serif; font-weight: normal; }
.logo-shape { fill: #FFFFFF; }
</style>
<path class="logo-shape" d="M20,20 C20,60 60,80 100,80 L100,20 C60,20 60,60 20,60 Z" />
<text class="logo-text" x="120" y="70" font-size="48">EDBRIDGE</text>
<text class="scholars-text" x="120" y="90" font-size="20">SCHOLARS</text>
</svg>

After

Width:  |  Height:  |  Size: 565 B