mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
fix: change logo to png instead of svg, fix favicon svg to be an actual vector
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 726 B |
11
src/assets/logo/sern-logo.svg
Normal file
11
src/assets/logo/sern-logo.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2160 2160" width="2160" height="2160">
|
||||
<title>sern-logo</title>
|
||||
<style>
|
||||
.s0 { fill: #ed5087 }
|
||||
.s1 { fill: #20317b }
|
||||
</style>
|
||||
<g id="Layer">
|
||||
<path id="Layer" class="s0" d="m690 812v258h558.5 558.5l-0.2-223.8-0.3-223.7-2.2-8c-8.1-28.7-28.9-49.5-57.8-57.7l-8-2.3-524.2-0.3-524.3-0.2z"/>
|
||||
<path id="Layer" class="s1" d="m352.2 1320.7l0.3 217.8 2.2 7c4.7 15.2 10.9 25.8 21 35.8 10.4 10.5 21 16.6 37.3 21.5 5.1 1.6 42.5 1.7 528.8 2l523.2 0.2v-251-251h-556.5-556.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 554 B |
@@ -5,7 +5,7 @@ description: With the support of the community made plugins and a powerful CLI,
|
||||
hero:
|
||||
tagline: With the support of the community made plugins and a powerful CLI, it's more than just a handler.
|
||||
image:
|
||||
file: ~/assets/logo/sern-logo.png
|
||||
file: ~/assets/logo/sern-logo.svg
|
||||
actions:
|
||||
- text: <b>npm create @sern/bot</b>
|
||||
link: /v3/guide/walkthrough/new-project
|
||||
|
||||
Reference in New Issue
Block a user