initial commit
This commit is contained in:
BIN
public/assets/img/apple-touch-icon.png
Normal file
BIN
public/assets/img/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
public/assets/img/avatar_default.png
Normal file
BIN
public/assets/img/avatar_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
public/assets/img/favicon.png
Normal file
BIN
public/assets/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
29
public/assets/img/favicon.svg
Normal file
29
public/assets/img/favicon.svg
Normal 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
BIN
public/assets/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
29
public/assets/img/logo.svg
Normal file
29
public/assets/img/logo.svg
Normal 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 |
Reference in New Issue
Block a user