mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
add subscription box to landing index page
This commit is contained in:
@@ -119,3 +119,17 @@
|
||||
learn/index
|
||||
contribute/index
|
||||
about/index
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div class="grid-container subscribe">
|
||||
<h2>Want the latest?</h2>
|
||||
<p class="subscribe__heading-subheading">subscribe to our mailing list</p>
|
||||
<div class="subscribe-form">
|
||||
<form id="subscribe">
|
||||
<input type="email" id="newsletter_email" name="email" placeholder="Enter email" required>
|
||||
<input class="button--reverse" type="submit" value="subscribe">
|
||||
</form>
|
||||
<div class="padding-top-1" id="subscription_msg" class="hidden"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user