Skip to content

Commit 2a38e08

Browse files
authored
Merge pull request #8 from web3dev1337/feature/editor-usability-work1
fix: showcase outro buttons styling
2 parents 494afdd + 9618287 commit 2a38e08

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

showcase.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
.outro{text-align:center;padding:50px 20px;max-width:700px;margin:0 auto}
7676
.outro h2{color:#e0e0ff;margin-bottom:10px;font-size:22px}
7777
.outro p{color:#555;margin-bottom:18px;font-size:14px}
78-
.outro a{display:inline-block;padding:10px 28px;background:#e94560;color:#fff;text-decoration:none;border-radius:6px;font-family:monospace;letter-spacing:1px;font-size:14px;margin:0 6px}
78+
.outro-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
79+
.outro-actions a{display:inline-block;padding:8px 18px;border-radius:6px;border:1px solid #333;background:#111;color:#bbb;text-decoration:none;font-family:monospace;font-size:12px;letter-spacing:.5px;transition:all .2s}
80+
.outro-actions a.primary{background:#1a1a3e;border-color:#e94560;color:#fff}
81+
.outro-actions a:hover{border-color:#e94560;color:#fff}
7982
#loading{text-align:center;padding:60px;color:#555;font-family:monospace;font-size:14px}
8083
.progress{width:300px;height:3px;background:#111;margin:12px auto 0;border-radius:3px;overflow:hidden}
8184
.progress-bar{width:0;height:100%;background:#e94560;transition:width .3s}
@@ -235,10 +238,13 @@ <h2>3D Material Preview <span class="new">NEW</span></h2>
235238
<div class="outro" id="outro" style="display:none">
236239
<h2>From Single Effect to Texture Studio</h2>
237240
<p>Multi-layer compositing, gradient color mapping, PBR material generation, 3D preview, undo/redo, and ZIP export — all running entirely in your browser.</p>
238-
<a href="editor.html">Open Editor</a>
239-
<a href="gallery.html">View Gallery</a>
241+
<div class="outro-actions">
242+
<a class="primary" href="editor.html">Open Editor</a>
243+
<a href="gallery.html">Gallery</a>
240244
<a href="demos.html">Material Forge</a>
241-
<p style="margin-top:30px;font-size:12px;color:#444">Built on <a href="https://github.com/mebiusbox/EffectTextureMaker" target="_blank" style="color:#666">EffectTextureMaker</a> by <a href="https://github.com/mebiusbox" target="_blank" style="color:#666">mebiusbox</a> (MIT License)</p>
245+
<a href="sprite-gallery.html">Sprite Gallery</a>
246+
</div>
247+
<p style="margin-top:40px;font-size:11px;color:#333">Built on <a href="https://github.com/mebiusbox/EffectTextureMaker" target="_blank" style="color:#444">EffectTextureMaker</a> by <a href="https://github.com/mebiusbox" target="_blank" style="color:#444">mebiusbox</a> (MIT)</p>
242248
</div>
243249

244250
<script type="importmap">

0 commit comments

Comments
 (0)