新規作成
This commit is contained in:
8
public/images/accounting.svg
Normal file
8
public/images/accounting.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" fill="#1a1a2e"/>
|
||||
<rect x="50" y="40" width="100" height="120" fill="none" stroke="#ec4899" stroke-width="2"/>
|
||||
<line x1="50" y1="70" x2="150" y2="70" stroke="#ec4899" stroke-width="2"/>
|
||||
<line x1="50" y1="100" x2="150" y2="100" stroke="#ec4899" stroke-width="2"/>
|
||||
<line x1="50" y1="130" x2="150" y2="130" stroke="#ec4899" stroke-width="2"/>
|
||||
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">会計システム</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 587 B |
6
public/images/ai.svg
Normal file
6
public/images/ai.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" fill="#1a1a2e"/>
|
||||
<circle cx="100" cy="70" r="30" fill="#f59e0b" stroke="#f59e0b" stroke-width="2"/>
|
||||
<path d="M 80 100 L 120 100 M 85 115 L 115 115 M 75 130 L 125 130" stroke="#f59e0b" stroke-width="3" stroke-linecap="round"/>
|
||||
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">AI活用</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 460 B |
8
public/images/healthcare.svg
Normal file
8
public/images/healthcare.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" fill="#1a1a2e"/>
|
||||
<circle cx="100" cy="50" r="25" fill="#60a5fa"/>
|
||||
<rect x="80" y="85" width="40" height="60" fill="#60a5fa"/>
|
||||
<circle cx="70" cy="165" r="8" fill="#60a5fa"/>
|
||||
<circle cx="130" cy="165" r="8" fill="#60a5fa"/>
|
||||
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">医療システム</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 471 B |
55
public/images/hero-image.svg
Normal file
55
public/images/hero-image.svg
Normal file
@@ -0,0 +1,55 @@
|
||||
<svg width="800" height="400" viewBox="0 0 800 400" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="gradientBg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1a3a52;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#0a1e2e;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect width="800" height="400" fill="url(#gradientBg)"/>
|
||||
|
||||
<!-- Left side: Code/System visualization -->
|
||||
<rect x="40" y="60" width="300" height="280" fill="none" stroke="#60a5fa" stroke-width="2" rx="8"/>
|
||||
<text x="60" y="90" font-size="14" fill="#60a5fa" font-family="monospace">system.design</text>
|
||||
<line x1="40" y1="100" x2="340" y2="100" stroke="#60a5fa" stroke-width="1" opacity="0.3"/>
|
||||
|
||||
<text x="60" y="130" font-size="12" fill="#34d399" font-family="monospace">class Infrastructure {</text>
|
||||
<text x="80" y="155" font-size="12" fill="#e5e7eb" font-family="monospace">reliability: 99.9%</text>
|
||||
<text x="80" y="180" font-size="12" fill="#e5e7eb" font-family="monospace">scalability: adaptive</text>
|
||||
<text x="80" y="205" font-size="12" fill="#e5e7eb" font-family="monospace">maintenance: easy</text>
|
||||
<text x="80" y="230" font-size="12" fill="#e5e7eb" font-family="monospace">security: enterprise</text>
|
||||
<text x="60" y="260" font-size="12" fill="#34d399" font-family="monospace">}</text>
|
||||
|
||||
<!-- Right side: Technology stack -->
|
||||
<g>
|
||||
<!-- Database -->
|
||||
<circle cx="580" cy="100" r="35" fill="none" stroke="#f59e0b" stroke-width="2"/>
|
||||
<text x="565" y="110" font-size="18">📊</text>
|
||||
<text x="520" y="155" font-size="13" fill="#f59e0b" text-anchor="middle">Database</text>
|
||||
|
||||
<!-- API -->
|
||||
<circle cx="720" cy="100" r="35" fill="none" stroke="#ec4899" stroke-width="2"/>
|
||||
<text x="705" y="110" font-size="18">🔌</text>
|
||||
<text x="720" y="155" font-size="13" fill="#ec4899" text-anchor="middle">API</text>
|
||||
|
||||
<!-- Backend -->
|
||||
<circle cx="580" cy="240" r="35" fill="none" stroke="#8b5cf6" stroke-width="2"/>
|
||||
<text x="565" y="250" font-size="18">⚙️</text>
|
||||
<text x="550" y="295" font-size="13" fill="#8b5cf6" text-anchor="middle">Backend</text>
|
||||
|
||||
<!-- Frontend -->
|
||||
<circle cx="720" cy="240" r="35" fill="none" stroke="#34d399" stroke-width="2"/>
|
||||
<text x="705" y="250" font-size="18">🎨</text>
|
||||
<text x="720" y="295" font-size="13" fill="#34d399" text-anchor="middle">Frontend</text>
|
||||
|
||||
<!-- Connecting lines -->
|
||||
<line x1="615" y1="120" x2="685" y2="120" stroke="#60a5fa" stroke-width="2" opacity="0.5"/>
|
||||
<line x1="615" y1="260" x2="685" y2="260" stroke="#60a5fa" stroke-width="2" opacity="0.5"/>
|
||||
<line x1="650" y1="135" x2="650" y2="225" stroke="#60a5fa" stroke-width="2" opacity="0.5"/>
|
||||
</g>
|
||||
|
||||
<!-- Bottom text -->
|
||||
<text x="400" y="370" font-size="14" fill="#a0aec0" text-anchor="middle">
|
||||
設計から運用まで一貫したサポート
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
9
public/images/logistics.svg
Normal file
9
public/images/logistics.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" fill="#1a1a2e"/>
|
||||
<rect x="60" y="40" width="80" height="50" fill="#34d399" stroke="#34d399" stroke-width="2"/>
|
||||
<circle cx="70" cy="110" r="12" fill="#34d399"/>
|
||||
<circle cx="100" cy="110" r="12" fill="#34d399"/>
|
||||
<circle cx="130" cy="110" r="12" fill="#34d399"/>
|
||||
<rect x="40" y="140" width="120" height="30" fill="#34d399" stroke="#34d399" stroke-width="2"/>
|
||||
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">物流システム</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 606 B |
9
public/images/payroll.svg
Normal file
9
public/images/payroll.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="200" fill="#1a1a2e"/>
|
||||
<circle cx="100" cy="60" r="20" fill="#8b5cf6" stroke="#8b5cf6" stroke-width="2"/>
|
||||
<rect x="60" y="100" width="80" height="50" fill="#8b5cf6" stroke="#8b5cf6" stroke-width="2" rx="4"/>
|
||||
<circle cx="80" cy="140" r="6" fill="#1a1a2e"/>
|
||||
<circle cx="100" cy="140" r="6" fill="#1a1a2e"/>
|
||||
<circle cx="120" cy="140" r="6" fill="#1a1a2e"/>
|
||||
<text x="100" y="190" font-size="12" fill="#e5e7eb" text-anchor="middle">給与システム</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 598 B |
Reference in New Issue
Block a user