AdminLTE3

This commit is contained in:
2025-10-26 22:14:47 +09:00
parent 291fc63a4c
commit 9974811a3e
226 changed files with 88284 additions and 3406 deletions

View File

@@ -0,0 +1,56 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
<!-- Background circle -->
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="2"/>
<!-- Chart/Graph -->
<rect x="40" y="60" width="120" height="80" rx="8" fill="rgba(255,255,255,0.9)"/>
<!-- Chart bars -->
<rect x="55" y="100" width="12" height="30" fill="rgba(34,197,94,0.7)"/>
<rect x="72" y="85" width="12" height="45" fill="rgba(59,130,246,0.7)"/>
<rect x="89" y="95" width="12" height="35" fill="rgba(245,158,11,0.7)"/>
<rect x="106" y="75" width="12" height="55" fill="rgba(239,68,68,0.7)"/>
<rect x="123" y="90" width="12" height="40" fill="rgba(139,92,246,0.7)"/>
<!-- Trend line -->
<path d="M55 110 L72 95 L89 105 L106 85 L123 100" stroke="rgba(236,72,153,0.8)" stroke-width="3" fill="none"/>
<!-- Chart dots -->
<circle cx="61" cy="110" r="3" fill="rgba(236,72,153,0.8)"/>
<circle cx="78" cy="95" r="3" fill="rgba(236,72,153,0.8)"/>
<circle cx="95" cy="105" r="3" fill="rgba(236,72,153,0.8)"/>
<circle cx="112" cy="85" r="3" fill="rgba(236,72,153,0.8)"/>
<circle cx="129" cy="100" r="3" fill="rgba(236,72,153,0.8)"/>
<!-- Megaphone/Speaker -->
<path d="M20 120 L35 115 L35 125 Z" fill="rgba(255,255,255,0.8)"/>
<rect x="35" y="117" width="15" height="6" rx="3" fill="rgba(255,255,255,0.8)"/>
<path d="M50 115 Q60 115 60 120 Q60 125 50 125" stroke="rgba(255,255,255,0.6)" stroke-width="2" fill="none"/>
<!-- Social media icons -->
<circle cx="170" cy="40" r="8" fill="rgba(59,130,246,0.7)"/>
<text x="166" y="45" fill="white" font-family="sans-serif" font-size="8" font-weight="bold">f</text>
<circle cx="170" cy="60" r="8" fill="rgba(29,161,242,0.7)"/>
<text x="167" y="65" fill="white" font-family="sans-serif" font-size="8" font-weight="bold">t</text>
<circle cx="170" cy="80" r="8" fill="rgba(225,48,108,0.7)"/>
<text x="167" y="85" fill="white" font-family="sans-serif" font-size="8" font-weight="bold">i</text>
<!-- Target/Bullseye -->
<circle cx="30" cy="170" r="12" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2"/>
<circle cx="30" cy="170" r="8" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2"/>
<circle cx="30" cy="170" r="4" fill="rgba(239,68,68,0.7)"/>
<!-- SEO elements -->
<text x="140" y="170" fill="rgba(255,255,255,0.5)" font-family="sans-serif" font-size="12" font-weight="bold">SEO</text>
<!-- Growth arrow -->
<path d="M140 110 L155 95" stroke="rgba(34,197,94,0.8)" stroke-width="3" fill="none"/>
<path d="M150 95 L155 95 L155 100" stroke="rgba(34,197,94,0.8)" stroke-width="3" fill="none"/>
<!-- Analytics symbols -->
<circle cx="60" cy="40" r="3" fill="rgba(255,255,255,0.4)"/>
<circle cx="75" cy="35" r="4" fill="rgba(255,255,255,0.3)"/>
<circle cx="90" cy="45" r="2" fill="rgba(255,255,255,0.4)"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB