forked from nwudoebuka/loomis
-
Notifications
You must be signed in to change notification settings - Fork 2
/
newsletter.php
25 lines (25 loc) · 1.1 KB
/
newsletter.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<section class="irs-newsletter-field irs-newsletter-field-two">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="irs-newsletter-col">
<img src="images/newsletter.jpg" alt="">
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="irs-newsletter-col">
<h2>Subscribe our newsletter</h2>
<p>subscirbe to our news and updates to stay ahead!</p>
<form>
<div class="input-group">
<input placeholder="Your Email Address" class="form-control" name="search-field" type="text">
<span class="input-group-btn">
<button type="submit" class="btn">Subscribe</button>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
</section>