Skip to content

Commit 0c39d6c

Browse files
committed
Add 3D SVG illustrations & fix site-wide issues
Visuals: - Add 47 inline SVG illustrations across index.html, kids.html, getting-started.html - Hero: floating 3D circuit board with animated glowing LEDs - Product cards: 10 SVG icons (CPU chip, rocket, brain, globe, etc.) - Hardware boards: 16 isometric PCB illustrations with per-board features - Kids page: 6 cartoon Meet the Team SVGs + 10 project card illustrations - Getting started: 5 path selector SVGs replacing emoji icons - CSS: new keyframe animations (svg-float, svg-pulse-glow, svg-bob) Bug fixes: - flow.html: add missing Kids/Hardware Lab navbar links - docs/eos.html: add missing navbar links, remove duplicate footer, fix year 2026->2025 - docs/ebuild.html: add missing Kids/Hardware Lab navbar links - docs/eai.html: add missing Kids/Hardware Lab navbar links - docs/eostudio.html: add emoji to Kids/Hardware Lab navbar links - docs/index.html: add missing footer - flow.html: remove duplicate STM32L4 entry - kids.html: fix navbar (add nav-inner wrapper, add emoji) - getting-started.html: fix navbar (add nav-inner wrapper)
1 parent da0c6c8 commit 0c39d6c

10 files changed

Lines changed: 201 additions & 63 deletions

File tree

docs/eai.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title>EAI API Reference v0.1.0 - EmbeddedOS</title><link rel="stylesheet" href="../style.css"></head><body>
33
<nav class="navbar"><div class="nav-inner">
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
5-
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../flow.html">Flow</a>
5+
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div></div></nav>
77
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">EAI Modules</div>
88
<a href="#config" class="sidebar-link active">Config</a><a href="#tool" class="sidebar-link">Tool Registry</a>
@@ -496,4 +496,4 @@ <h1>EAI Developer Documentation <span class="version-badge">v0.1.0</span></h1>
496496
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
497497
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
498498
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
499-
</body></html>
499+
</body></html>

docs/ebuild.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title>ebuild CLI Reference v0.1.0 - EmbeddedOS</title><link rel="stylesheet" href="../style.css"></head><body>
33
<nav class="navbar"><div class="nav-inner">
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
5-
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../flow.html">Flow</a>
5+
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div></div></nav>
77
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">ebuild</div>
88
<a href="#install" class="sidebar-link active">Installation</a><a href="#init" class="sidebar-link">ebuild init</a>

docs/eos.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<nav class="navbar"><div class="nav-inner">
1111
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
1212
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links">
13-
<a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../flow.html">Flow</a>
13+
<a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a>
1414
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a>
1515
</div></div></nav>
1616
<div class="doc-layout">
@@ -1068,12 +1068,6 @@ <h3>Core Dump</h3>
10681068
MLOG_DEBUG("Sensor reading: %.2f", temperature);</code></pre></div></div>
10691069

10701070
</main></div>
1071-
<div class="footer"><div class="footer-inner">
1072-
<div class="footer-brand"><h4>EmbeddedOS</h4><p>Open-source embedded operating system.</p></div>
1073-
<div><h4>Documentation</h4><ul><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li></ul></div>
1074-
<div><h4>Tools</h4><ul><li><a href="ebuild.html">ebuild</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li></ul></div>
1075-
<div><h4>Links</h4><ul><li><a href="https://github.com/embeddedos-org">GitHub</a></li><li><a href="../getting-started.html">Get Started</a></li></ul></div>
1076-
</div><div class="footer-bottom">&copy; 2026 EmbeddedOS Project. MIT License. v0.1.0</div></div>
10771071
<footer class="footer"><div class="footer-inner">
10781072
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
10791073
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>

docs/eostudio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.career-link{color:var(--cyan);font-size:.82rem;font-weight:600}
1111
</style></head><body>
1212
<nav class="navbar"><div class="nav-inner"><a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
13-
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids</a><a href="../hardware-lab.html">Hardware Lab</a><a href="../flow.html">Flow</a>
13+
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a>
1414
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div></div></nav>
1515
<div class="doc-layout"><aside class="doc-sidebar sidebar-pink"><h4>EoStudio</h4><ul>
1616
<li><a href="#overview" class="active">Overview</a></li><li><a href="#why">Why EoStudio?</a></li><li><a href="#editors">10 Editors</a></li><li><a href="#paths">Learning Paths</a></li><li><a href="#codegen">Code Generation</a></li><li><a href="#ai-tutor">AI Tutor</a></li><li><a href="#install">Installation</a></li></ul>

docs/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,20 @@ <h2 style="margin-top:3rem">Quick Reference</h2>
7676
<tr><td>eApps</td><td>C + LVGL</td><td><code>eapps/registry.h</code></td><td>38 apps: Snake, eCalc, eSSH, eBot, eGuard</td></tr>
7777
</table></div>
7878

79-
</div></body></html>
79+
</div>
80+
81+
<footer class="footer"><div class="footer-inner">
82+
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
83+
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
84+
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
85+
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide &#127918;</a></li><li><a href="../hardware-lab.html">Hardware Lab &#128268;</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
86+
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
87+
</body></html>
88+
89+
<footer class="footer"><div class="footer-inner">
90+
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
91+
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
92+
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
93+
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide &#127918;</a></li><li><a href="../hardware-lab.html">Hardware Lab &#128268;</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
94+
</div><div class="footer-bottom">&copy; 2025 EmbeddedOS Project &bull; MIT License</div></footer>
95+
</body></html>

flow.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<body class="flow-page">
106106
<nav class="navbar"><div class="nav-inner">
107107
<a href="index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
108-
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="index.html">Home</a><a href="getting-started.html">Get Started</a><a href="docs/index.html">Docs</a><a href="flow.html" class="active">Flow</a>
108+
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="index.html">Home</a><a href="getting-started.html">Get Started</a><a href="docs/index.html">Docs</a><a href="kids.html">Kids &#127918;</a><a href="hardware-lab.html">Hardware Lab &#128268;</a><a href="flow.html" class="active">Flow</a>
109109
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div></div></nav>
110110
<section class="flow-hero">
111111
<h1>EoS Platform Flow</h1>
@@ -198,7 +198,6 @@ <h2>Hardware Targets</h2>
198198
<div class="hw-target">STM32F4<small>Cortex-M4 &bull; 180MHz</small></div>
199199
<div class="hw-target">STM32H7<small>Cortex-M7 &bull; 480MHz</small></div>
200200
<div class="hw-target">STM32L4<small>Cortex-M4 &bull; LP</small></div>
201-
<div class="hw-target">STM32L4<small>Cortex-M4 &bull; LP</small></div>
202201
<div class="hw-target">nRF5340<small>Cortex-M33 &bull; Dual</small></div>
203202
<div class="hw-target">nRF9160<small>Cortex-M33 &bull; LTE</small></div>
204203
<div class="hw-target">RP2040<small>Cortex-M0+ &bull; Dual</small></div>

getting-started.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
.path-content{display:none;animation:fadeIn .3s}
1111
.path-content.active{display:block}
1212
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
13+
.path-btn .svg-icon{margin-bottom:0.25rem}
14+
.path-btn .svg-icon svg{width:48px;height:48px}
1315
</style></head><body>
16+
<svg width="0" height="0" aria-hidden="true" style="position:absolute"><defs>
17+
<linearGradient id="gs-grad-pcb" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#1a5a2a"/><stop offset="100%" stop-color="#0d3318"/></linearGradient>
18+
</defs></svg>
1419
<nav class="navbar"><div class="nav-inner">
1520
<a href="index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
16-
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="index.html">Home</a><a href="getting-started.html" class="active">Get Started</a><a href="docs/index.html">Docs</a><a href="kids.html">Kids 🎮</a><a href="hardware-lab.html">Hardware Lab 🔌</a><a href="flow.html">Flow</a>
21+
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="index.html">Home</a><a href="getting-started.html" class="active">Get Started</a><a href="docs/index.html">Docs</a><a href="kids.html">Kids &#127918;</a><a href="hardware-lab.html">Hardware Lab &#128268;</a><a href="flow.html">Flow</a>
1722
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div></div></nav>
1823

1924
<div class="content-wrapper" style="max-width:900px">
@@ -23,11 +28,11 @@ <h1>Getting Started with EmbeddedOS <span class="version-badge">v0.1.0</span></h
2328
<h2 style="border:none;text-align:center;font-size:1.6rem">🎯 Choose Your Path</h2>
2429

2530
<div class="path-selector">
26-
<div class="path-btn active" onclick="showPath('sim')"><span class="path-emoji">🎮</span>No Hardware<span class="path-label">Simulator only</span></div>
27-
<div class="path-btn" onclick="showPath('raspi')"><span class="path-emoji">🍓</span>Raspberry Pi<span class="path-label">RPi 4 or 5</span></div>
28-
<div class="path-btn" onclick="showPath('stm32')"><span class="path-emoji">⚙️</span>STM32 Board<span class="path-label">Discovery/Nucleo</span></div>
29-
<div class="path-btn" onclick="showPath('apps')"><span class="path-emoji">📱</span>I Want Apps<span class="path-label">Build eApps</span></div>
30-
<div class="path-btn" onclick="showPath('design')"><span class="path-emoji">🎨</span>I Want to Design<span class="path-label">EoStudio</span></div>
31+
<div class="path-btn active" onclick="showPath('sim')"><div class="svg-icon"><svg viewBox="0 0 48 48" aria-hidden="true"><rect x="6" y="6" width="36" height="26" rx="3" fill="none" stroke="#3fb950" stroke-width="2"/><line x1="6" y1="10" x2="42" y2="10" stroke="#3fb950" stroke-width="0.8" opacity="0.4"/><rect x="12" y="15" width="12" height="10" rx="1" fill="url(#gs-grad-pcb)" stroke="#3fb950" stroke-width="0.8"/><rect x="15" y="18" width="5" height="4" fill="#1a1e24" stroke="#58a6ff" stroke-width="0.5"/><circle cx="34" cy="20" r="2" fill="#f85149" opacity="0.7"><animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/></circle><circle cx="34" cy="26" r="1.5" fill="#3fb950" opacity="0.6"/><line x1="18" y1="34" x2="30" y2="34" stroke="#3fb950" stroke-width="2" stroke-linecap="round"/><line x1="24" y1="32" x2="24" y2="34" stroke="#3fb950" stroke-width="2"/></svg></div>No Hardware<span class="path-label">Simulator only</span></div>
32+
<div class="path-btn" onclick="showPath('raspi')"><div class="svg-icon"><svg viewBox="0 0 48 48" aria-hidden="true"><rect x="8" y="8" width="32" height="32" rx="3" fill="url(#gs-grad-pcb)" stroke="#2a8a4a" stroke-width="1"/><rect x="18" y="16" width="10" height="10" rx="1.5" fill="#1a1e24" stroke="#3fb950" stroke-width="1"/><text x="23" y="23" text-anchor="middle" fill="#3fb950" font-size="4" font-family="monospace">RPi</text><rect x="34" y="12" width="6" height="5" rx="1" fill="#2a2e34" stroke="#6e7681" stroke-width="0.5"/><rect x="34" y="18" width="6" height="5" rx="1" fill="#2a2e34" stroke="#6e7681" stroke-width="0.5"/><rect x="34" y="28" width="6" height="8" rx="1" fill="#2a2e34" stroke="#6e7681" stroke-width="0.5"/><g><circle cx="12" cy="10" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="14" cy="10" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="16" cy="10" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="18" cy="10" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="20" cy="10" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="12" cy="12" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="14" cy="12" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="16" cy="12" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="18" cy="12" r="0.6" fill="#e3b341" opacity="0.5"/><circle cx="20" cy="12" r="0.6" fill="#e3b341" opacity="0.5"/></g><circle cx="12" cy="34" r="1.5" fill="#3fb950" opacity="0.7"><animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/></circle></svg></div>Raspberry Pi<span class="path-label">RPi 4 or 5</span></div>
33+
<div class="path-btn" onclick="showPath('stm32')"><div class="svg-icon"><svg viewBox="0 0 48 48" aria-hidden="true"><rect x="8" y="8" width="32" height="32" rx="3" fill="url(#gs-grad-pcb)" stroke="#2a8a4a" stroke-width="1"/><rect x="16" y="14" width="14" height="14" rx="2" fill="#1a1e24" stroke="#79c0ff" stroke-width="1"/><text x="23" y="23" text-anchor="middle" fill="#79c0ff" font-size="4" font-family="monospace">STM</text><line x1="18" y1="14" x2="18" y2="10" stroke="#8b949e" stroke-width="1.2"/><line x1="22" y1="14" x2="22" y2="10" stroke="#8b949e" stroke-width="1.2"/><line x1="26" y1="14" x2="26" y2="10" stroke="#8b949e" stroke-width="1.2"/><line x1="18" y1="28" x2="18" y2="32" stroke="#8b949e" stroke-width="1.2"/><line x1="22" y1="28" x2="22" y2="32" stroke="#8b949e" stroke-width="1.2"/><line x1="26" y1="28" x2="26" y2="32" stroke="#8b949e" stroke-width="1.2"/><circle cx="12" cy="12" r="1.5" fill="#3fb950" opacity="0.7"><animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/></circle><circle cx="12" cy="17" r="1.5" fill="#f85149" opacity="0.5"/><rect x="34" y="18" width="6" height="8" rx="1" fill="#2a2e34" stroke="#6e7681" stroke-width="0.5"/></svg></div>STM32 Board<span class="path-label">Discovery/Nucleo</span></div>
34+
<div class="path-btn" onclick="showPath('apps')"><div class="svg-icon"><svg viewBox="0 0 48 48" aria-hidden="true"><rect x="10" y="4" width="18" height="30" rx="3" fill="none" stroke="#e3b341" stroke-width="1.5"/><line x1="10" y1="10" x2="28" y2="10" stroke="#e3b341" stroke-width="0.5" opacity="0.4"/><line x1="10" y1="28" x2="28" y2="28" stroke="#e3b341" stroke-width="0.5" opacity="0.4"/><rect x="13" y="13" width="5" height="5" rx="1" fill="#58a6ff" opacity="0.5"/><rect x="20" y="13" width="5" height="5" rx="1" fill="#3fb950" opacity="0.5"/><rect x="13" y="21" width="5" height="5" rx="1" fill="#f0883e" opacity="0.5"/><rect x="20" y="21" width="5" height="5" rx="1" fill="#bc8cff" opacity="0.5"/><rect x="30" y="10" width="12" height="20" rx="2" fill="none" stroke="#e3b341" stroke-width="1" opacity="0.6"/><rect x="32" y="13" width="3" height="3" rx="0.5" fill="#58a6ff" opacity="0.3"/><rect x="37" y="13" width="3" height="3" rx="0.5" fill="#3fb950" opacity="0.3"/><rect x="32" y="18" width="3" height="3" rx="0.5" fill="#f0883e" opacity="0.3"/><rect x="37" y="18" width="3" height="3" rx="0.5" fill="#bc8cff" opacity="0.3"/></svg></div>I Want Apps<span class="path-label">Build eApps</span></div>
35+
<div class="path-btn" onclick="showPath('design')"><div class="svg-icon"><svg viewBox="0 0 48 48" aria-hidden="true"><rect x="6" y="6" width="36" height="28" rx="2" fill="none" stroke="#f778ba" stroke-width="1.5"/><line x1="6" y1="12" x2="42" y2="12" stroke="#f778ba" stroke-width="0.5" opacity="0.4"/><circle cx="10" cy="9" r="1" fill="#f85149" opacity="0.6"/><circle cx="14" cy="9" r="1" fill="#e3b341" opacity="0.6"/><circle cx="18" cy="9" r="1" fill="#3fb950" opacity="0.6"/><rect x="10" y="16" width="14" height="14" rx="1" fill="none" stroke="#f778ba" stroke-width="0.8" opacity="0.5"/><path d="M14 26L17 20L20 24L22 22" stroke="#f778ba" stroke-width="1" fill="none" stroke-linecap="round"/><rect x="28" y="16" width="10" height="4" rx="1" fill="#58a6ff" opacity="0.3"/><rect x="28" y="22" width="10" height="4" rx="1" fill="#bc8cff" opacity="0.3"/><rect x="28" y="28" width="10" height="4" rx="1" fill="#3fb950" opacity="0.3"/><line x1="16" y1="36" x2="32" y2="36" stroke="#f778ba" stroke-width="1.5" stroke-linecap="round"/><line x1="24" y1="34" x2="24" y2="36" stroke="#f778ba" stroke-width="1.5"/></svg></div>I Want to Design<span class="path-label">EoStudio</span></div>
3136
</div>
3237

3338
<!-- PATH: SIMULATOR -->

0 commit comments

Comments
 (0)