initial commit

This commit is contained in:
2024-03-07 18:32:30 +03:00
commit 90c8baa2f7
14 changed files with 1014 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 212 212" width="32" height="32">
<style>
circle,
path {
fill: none;
stroke: #000;
stroke-width: 15
}
path {
stroke-width: 25
}
.blue {
stroke: #17a1fd
}
.dark-blue {
stroke: #0267aa
}
</style>
<g transform="translate(6 6)">
<path d="M58 168V70a50 50 0 0 1 50-50h20" class="blue" />
<path d="M58 168v-30a50 50 0 0 1 50-50h20" class="dark-blue" />
<circle cx="142" cy="20" r="18" class="blue" />
<circle cx="142" cy="88" r="18" class="dark-blue" />
<circle cx="58" cy="180" r="18" class="dark-blue" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 767 B

BIN
public/assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 212 212" width="32" height="32">
<style>
circle,
path {
fill: none;
stroke: #000;
stroke-width: 15
}
path {
stroke-width: 25
}
.blue {
stroke: #17a1fd
}
.dark-blue {
stroke: #0267aa
}
</style>
<g transform="translate(6 6)">
<path d="M58 168V70a50 50 0 0 1 50-50h20" class="blue" />
<path d="M58 168v-30a50 50 0 0 1 50-50h20" class="dark-blue" />
<circle cx="142" cy="20" r="18" class="blue" />
<circle cx="142" cy="88" r="18" class="dark-blue" />
<circle cx="58" cy="180" r="18" class="dark-blue" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 767 B