Uploaded the files.
This commit is contained in:
commit
37661b3ee7
374 changed files with 90632 additions and 0 deletions
41
newslettter.php
Normal file
41
newslettter.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<div id="newsletter" class="section">
|
||||
<!-- container -->
|
||||
<div class="container">
|
||||
<!-- row -->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="newsletter">
|
||||
<p>Sign Up for the <strong>DISCOUNTS</strong></p>
|
||||
<form id="offer_form" onsubmit="return false">
|
||||
<input class="input" type="email" id="email" name="email" placeholder="Enter Your Email">
|
||||
<button class="newsletter-btn" value="Sign Up" name="signup_button" type="submit"><i class="fa fa-envelope"></i> Subscribe</button>
|
||||
</form>
|
||||
<div class="" id="offer_msg">
|
||||
<!--Alert from signup form-->
|
||||
</div>
|
||||
<ul class="newsletter-follow">
|
||||
<li>
|
||||
<a href="https://github.com/batuhan-basoglu"><i class="fa fa-facebook"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/batuhan-basoglu"><i class="fa fa-twitter"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/batuhan-basoglu"><i class="fa fa-instagram"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/batuhan-basoglu"><i class="fa fa-github"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /row -->
|
||||
</div>
|
||||
<!-- /container -->
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue