Skip to content

Commit f0adb2b

Browse files
committed
Waitlist
1 parent ffcdfc9 commit f0adb2b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,23 @@ <h3 class="roadmap-card-title">Hosted API Documentation</h3>
196196
<p class="roadmap-card-desc">One-click generation and cloud publishing of interactive, static HTML documentation for your APIs and SDKs.</p>
197197
</article>
198198
</div>
199+
200+
<!-- Email Gathering Form -->
201+
<div style="margin-top: 64px; display: flex; justify-content: center; flex-direction: column; align-items: center;">
202+
<h3 class="roadmap-card-title" style="margin-bottom: 24px; text-align: center;">Stay Updated</h3>
203+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSddXpoMELteYsRAuTTRTZrXUafDZfBPYa8fFfK7E1pTZ5cJhw/viewform?embedded=true" width="640" height="450" frameborder="0" marginheight="0" marginwidth="0">
204+
<div style="text-align: center; padding: 20px;">
205+
<p>It seems your browser does not support iframes, or they are disabled.</p>
206+
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSddXpoMELteYsRAuTTRTZrXUafDZfBPYa8fFfK7E1pTZ5cJhw/viewform?usp=publish-editor" target="_blank" rel="noopener noreferrer" style="color: var(--primary); text-decoration: underline;">Click here to fill out our update form</a>.</p>
207+
</div>
208+
</iframe>
209+
<noscript>
210+
<div style="text-align: center; padding: 20px; margin-top: 16px; border: 1px solid var(--border); border-radius: 8px; background-color: var(--surface);">
211+
<p>JavaScript is required to display the embedded form properly.</p>
212+
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSddXpoMELteYsRAuTTRTZrXUafDZfBPYa8fFfK7E1pTZ5cJhw/viewform?usp=publish-editor" target="_blank" rel="noopener noreferrer" style="color: var(--primary); text-decoration: underline;">Please click here to open the form directly</a>.</p>
213+
</div>
214+
</noscript>
215+
</div>
199216
</div>
200217
</section>
201218

0 commit comments

Comments
 (0)