Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Feb 18, 2024
1 parent c3c41fb commit 6464fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h2 class="text-success fw-semi-bold text-capitalize mb-lg-4 fs-8 fs-md-11 fs-xx
<p class="fs-8 fs-md-7 fs-xxl-6 text-success fw-bold my-0">join us </p>
<h1 class="fs-5 fs-lg-4 fs-xl-3 text-secondary text-capitalize fw-light mt-3 mb-4"> Subscribe to <br />our <span class="fw-bold">Newsletter</span></h1>
<p class="text-success fs-8 fs-lg-7 text-capitalize beginner-guide my-4">Get Our <span class="fw-bold">Beginners Guide To Plant Parenthood </span><br class="d-none d-xxl-block" />for free </p>
<form class="needs-validation">
<form class="needs-validation" method="POST" onsubmit="return false;">
<div class="input-group position-relative"> <input class="form-control email-input" type="email" name="email" placeholder="your email address" /><button class="btn shadow-none submit-button position-absolute end-0" type="submit"><span class="uil uil-arrow-right"></span></button></div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h2 class="text-success fw-semi-bold text-capitalize mb-lg-4 fs-8 fs-md-11 fs-xx
<p class="fs-8 fs-md-7 fs-xxl-6 text-success fw-bold my-0">join us </p>
<h1 class="fs-5 fs-lg-4 fs-xl-3 text-secondary text-capitalize fw-light mt-3 mb-4"> Subscribe to <br />our <span class="fw-bold">Newsletter</span></h1>
<p class="text-success fs-8 fs-lg-7 text-capitalize beginner-guide my-4">Get Our <span class="fw-bold">Beginners Guide To Plant Parenthood </span><br class="d-none d-xxl-block" />for free </p>
<form class="needs-validation">
<form class="needs-validation" method="POST" onsubmit="return false;">
<div class="input-group position-relative"> <input class="form-control email-input" type="email" name="email" placeholder="your email address" /><button class="btn shadow-none submit-button position-absolute end-0" type="submit"><span class="uil uil-arrow-right"></span></button></div>
</form>
</div>
Expand Down

0 comments on commit 6464fe9

Please sign in to comment.