-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced Styling of Newsletter section (#662)
* Ehanced Styling of Newsletter section * Changed HTML and CSS
- Loading branch information
1 parent
b627576
commit 4e9047c
Showing
2 changed files
with
151 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,33 +93,33 @@ <h2 class="text-center customMargin1">Challenging and fun: It's hard fun!</h2> | |
</section> | ||
|
||
<!-- Newsletter CTA section --> | ||
<section id="call-to-action"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12" > | ||
<div class="row justify-content-center"> | ||
<div class="col-md-6 col-md-push-3" > | ||
<h2 >EXCITED?</h2> | ||
<p>The simplest way to get involved is to join our newsletter.</p> | ||
<br> | ||
<form action="https://buttondown.com/api/emails/embed-subscribe/sugarlabs" method="post" class="embeddable-buttondown-form"> | ||
<p>Sign up for our mailing list to receive regular | ||
news and updates from Sugar Labs.</p> | ||
<div class="d-flex align-items-center justify-content-center w-100"> | ||
<label for="email" class="text-center my-3">Email</label> | ||
<input type="email" name="email" placeholder="[email protected]" class="form-control w-100 col-md-8 m-2" /> | ||
<input type="hidden" value="1" name="embed" /> | ||
<section id="cta-section"> | ||
<div class="cta-container"> | ||
<div class="cta-row"> | ||
<div class="cta-col"> | ||
<div class="cta-inner-row justify-content-center"> | ||
<div class="cta-form-col"> | ||
<h2 class="cta-heading">EXCITED?</h2> | ||
<p class="cta-description">The simplest way to get involved is to join our newsletter.</p> | ||
<br> | ||
<form action="https://buttondown.com/api/emails/embed-subscribe/sugarlabs" method="post" class="cta-buttondown-form"> | ||
<p class="cta-signup-description">Sign up for our mailing list to receive regular news and updates from Sugar Labs.</p> | ||
<div class="cta-d-flex align-items-center justify-content-center w-100"> | ||
<label for="email" class="cta-label">Enter Your Email Address</label> | ||
<input type="email" name="email" placeholder="[email protected]" class="cta-form-control w-100 col-md-8 m-2" /> | ||
<input type="hidden" value="1" name="embed" /> | ||
</div> | ||
<input type="submit" value="Subscribe" class="cta-btn-primary" /> | ||
</form> | ||
<br> | ||
</div> | ||
</div> | ||
<input type="submit" value="Subscribe" class="btn btn-primary" /> | ||
</form> | ||
<br> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!-- By the numbers --> | ||
<section id="testimonial" class="customPadding5"> | ||
<div class="container"> | ||
|