Skip to content

Commit

Permalink
Merge pull request #1281 from abhivyakti2/style/Subscribe
Browse files Browse the repository at this point in the history
Subscribe section bottom line closer to input field
  • Loading branch information
SurajPratap10 authored Oct 18, 2024
2 parents 4c70a4b + 0b80526 commit b9e66b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions views/includes/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
<div><a class="hvr-eff" href="/contactUs">Contact us</a></div>
<div><a class="hvr-eff" href="/privacypolicy">Privacy Policy</a></div>
</div>
<div class="middle2 box boxx">
<div class="topic">Subscribe Us
<div class="middle2 box boxx" style="padding-bottom: 5px;">
<div class="topic">Subscribe Us
<div class="borders">
<span></span>
</div>
</div>
<div class="border1">
<form name="submit-to-google-sheet" style="width: 100%;">
<i class="fas fa-envelope fa-solid"></i>
<input type="email" id="email_input" name="Email" placeholder="Enter email address" required pattern="^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$">
<button type="submit" id="subscribe_button" style="padding: 0 !important; margin: 0 !important; width:11% !important; display: inline; background-color: transparent;" aria-label="send mail"><i class="fas fa-paper-plane" style="color:#fff;"></i></button>
<div class="border1" style="margin-bottom: 5px; padding: 0;">
<form name="submit-to-google-sheet" style="width: 100%; display: flex; align-items: center;"> <i class="fas fa-envelope fa-solid"></i>
<input type="email" id="email_input" name="Email" placeholder="Enter email address" required pattern="^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$"
style="padding: 5px; margin: 0 10px; height: 30px;">
<button type="submit" id="subscribe_button" style="padding: 0 !important; margin: 0 !important; width:11% !important; display: inline; background-color: transparent;" aria-label="send mail"><i class="fas fa-paper-plane" style="color:#fff;"></i></button>
</form>


Expand Down

0 comments on commit b9e66b7

Please sign in to comment.