Skip to content

Commit ab199ef

Browse files
committed
Homepage: human paragraph, no em dashes, open editor button below logo
1 parent 5e2ef93 commit ab199ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h1 style="font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:600
184184
Welcome to <span style="color:#003f6b;">Processing</span> for <span style="color:#e8b400;">C++</span>!
185185
</h1>
186186
<p style="font-size:0.95rem;color:#555;line-height:1.8;max-width:440px;font-family:'Space Grotesk',sans-serif;">
187-
Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. C++ Mode brings that same spirit to native C++ — write sketches with the Processing API you already know, compiled directly to fast machine code. Whether you're a student, artist, or developer pushing the limits of real-time graphics, C++ Mode gives you the full power of C++ without leaving the Processing workflow.
187+
Processing has helped hundreds of thousands of students, artists, and developers learn to code through visual work. C++ Mode takes that same idea further. You write sketches the same way you always have, but they compile to native C++. That means real speed, no interpreter, and no limits on what you can build. If you already know Processing, you already know most of what you need.
188188
</p>
189189
<div class="hero-actions">
190190
<a class="hero-link" href="/reference">Reference</a>
@@ -223,6 +223,7 @@ <h1 style="font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:600
223223
<iframe id="hero-iframe" sandbox="allow-scripts allow-same-origin"
224224
style="position:absolute;top:0;left:0;width:600px;height:700px;border:none;transform-origin:top left;transform:scale(0.533);"
225225
src="/assets/logo_sketch.html"></iframe>
226+
<button onclick="toggleHeroEditor()" style="margin-top:0.5rem;background:none;border:1px solid #e0e0e0;color:#555;padding:6px 18px;border-radius:4px;font-size:12px;cursor:pointer;font-family:'Space Grotesk',sans-serif;">Open Editor</button>
226227
</div>
227228
</div>
228229
<div class="scroll-hint"></div>

0 commit comments

Comments
 (0)