feat(auth): implement login authorization
feat(font): implement satoshi font family
This commit is contained in:
10
src/assets/logo-white.svg
Normal file
10
src/assets/logo-white.svg
Normal 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 |
Reference in New Issue
Block a user