Skip to content

Instantly share code, notes, and snippets.

@skechagia
Last active May 2, 2025 17:20
Show Gist options
  • Save skechagia/0985605d4d45dfb2bf98cb46293d526d to your computer and use it in GitHub Desktop.
Save skechagia/0985605d4d45dfb2bf98cb46293d526d to your computer and use it in GitHub Desktop.
newsletter block
<section class="section text-center"><h2 class="mb-4">Stay Updated</h2><p class="mb-5">Subscribe to our newsletter for insights on design, technology, and business.</p><form class="newsletter-form" id="newsletter-form"><div class="input-group mb-3"><input class="form-control" type="email" placeholder="Your email address" required=""> <button class="btn btn-primary" type="submit">Subscribe</button></div></form></section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment