Remove all image assets, HTML files, stylesheets, scripts, and documentation from the project.
This commit is contained in:
BIN
public/Logo.png
Normal file
BIN
public/Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
3
public/assets/README.md
Normal file
3
public/assets/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Assets
|
||||
|
||||
Place logo, SVG backgrounds, and other static assets here.
|
8
public/assets/grid-pattern.svg
Normal file
8
public/assets/grid-pattern.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse">
|
||||
<path d="M 20 0 L 0 0 0 20" fill="none" stroke="#c0c0c0" stroke-width="0.5" opacity="0.2"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="100" height="100" fill="url(#grid)" />
|
||||
</svg>
|
After Width: | Height: | Size: 336 B |
37
public/assets/knight-logo.svg
Normal file
37
public/assets/knight-logo.svg
Normal file
@@ -0,0 +1,37 @@
|
||||
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background -->
|
||||
<rect width="120" height="120" rx="5" fill="#0f0f0f"/>
|
||||
|
||||
<!-- Lion body -->
|
||||
<path d="M30 90 C28 80, 35 70, 40 65 L45 60 L42 55 C40 52, 38 48, 40 45 C42 42, 48 42, 50 45 L55 50
|
||||
L60 45 L65 40 C68 37, 74 38, 75 42 C76 46, 72 50, 70 55 L75 60 L80 65 C85 70, 90 80, 88 90
|
||||
C85 95, 80 95, 75 90 L70 85 L60 87 L50 85 L45 90 C40 95, 35 95, 30 90Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Lion mane -->
|
||||
<path d="M65 40 C60 35, 52 35, 47 40 C43 44, 43 48, 45 52 C47 56, 50 57, 55 60 C52 50, 57 45, 65 40Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Lion tail -->
|
||||
<path d="M30 65 C28 60, 28 55, 30 50 L32 48 C33 47, 35 47, 36 48 C38 50, 38 55, 36 60 C35 63, 33 65, 30 65Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Crown -->
|
||||
<path d="M60 33 L58 30 L60 27 L62 30 L60 33 Z
|
||||
M56 27 L54 24 L56 21 L58 24 L56 27 Z
|
||||
M64 27 L66 24 L64 21 L62 24 L64 27 Z
|
||||
M54 24 H66 V26 H54 Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Flag pole -->
|
||||
<path d="M65 40 L85 15" stroke="white" stroke-width="2"/>
|
||||
|
||||
<!-- Flag -->
|
||||
<path d="M82 18 C78 20, 75 25, 78 30 C81 33, 84 33, 86 30 L85 24 L87 18 C86 17, 84 17, 82 18Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Face -->
|
||||
<circle cx="58" cy="48" r="1.5" fill="#0f0f0f"/>
|
||||
<circle cx="66" cy="48" r="1.5" fill="#0f0f0f"/>
|
||||
<path d="M60 55 C62 57, 66 57, 68 55" stroke="#0f0f0f" stroke-width="1.2" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
37
public/assets/lion-logo.svg
Normal file
37
public/assets/lion-logo.svg
Normal file
@@ -0,0 +1,37 @@
|
||||
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background -->
|
||||
<rect width="120" height="120" rx="5" fill="#0f0f0f"/>
|
||||
|
||||
<!-- Lion body -->
|
||||
<path d="M30 90 C28 80, 35 70, 40 65 L45 60 L42 55 C40 52, 38 48, 40 45 C42 42, 48 42, 50 45 L55 50
|
||||
L60 45 L65 40 C68 37, 74 38, 75 42 C76 46, 72 50, 70 55 L75 60 L80 65 C85 70, 90 80, 88 90
|
||||
C85 95, 80 95, 75 90 L70 85 L60 87 L50 85 L45 90 C40 95, 35 95, 30 90Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Lion mane -->
|
||||
<path d="M65 40 C60 35, 52 35, 47 40 C43 44, 43 48, 45 52 C47 56, 50 57, 55 60 C52 50, 57 45, 65 40Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Lion tail -->
|
||||
<path d="M30 65 C28 60, 28 55, 30 50 L32 48 C33 47, 35 47, 36 48 C38 50, 38 55, 36 60 C35 63, 33 65, 30 65Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Crown -->
|
||||
<path d="M60 33 L58 30 L60 27 L62 30 L60 33 Z
|
||||
M56 27 L54 24 L56 21 L58 24 L56 27 Z
|
||||
M64 27 L66 24 L64 21 L62 24 L64 27 Z
|
||||
M54 24 H66 V26 H54 Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Flag pole -->
|
||||
<path d="M65 40 L85 15" stroke="white" stroke-width="2"/>
|
||||
|
||||
<!-- Flag -->
|
||||
<path d="M82 18 C78 20, 75 25, 78 30 C81 33, 84 33, 86 30 L85 24 L87 18 C86 17, 84 17, 82 18Z"
|
||||
fill="white"/>
|
||||
|
||||
<!-- Face -->
|
||||
<circle cx="58" cy="48" r="1.5" fill="#0f0f0f"/>
|
||||
<circle cx="66" cy="48" r="1.5" fill="#0f0f0f"/>
|
||||
<path d="M60 55 C62 57, 66 57, 68 55" stroke="#0f0f0f" stroke-width="1.2" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
public/favicon.ico
Normal file
1
public/favicon.ico
Normal file
@@ -0,0 +1 @@
|
||||
|
3
public/favicon.svg
Normal file
3
public/favicon.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<image href="/Logo.png" width="100" height="100" />
|
||||
</svg>
|
After Width: | Height: | Size: 123 B |
Reference in New Issue
Block a user