-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from cw-ayush/main
Modified Footer of the Main Page
- Loading branch information
Showing
2 changed files
with
324 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -420,7 +420,7 @@ <h2>Best of <b>novels</b></h2> | |
|
||
</section> | ||
</main> | ||
|
||
<!-- | ||
<footer class="bg-light text-center text-white mt-5"> | ||
<div class="container p-4 pb-0 border-top border-1 border-danger border-opacity-25"> | ||
<section class="mb-4"> | ||
|
@@ -468,7 +468,114 @@ <h2>Best of <b>novels</b></h2> | |
Creator : | ||
<a class="text-white" href="https://github.com/mahdi-Eth">Mahdi Ettehadnejad</a> | ||
</div> | ||
</footer> | ||
</footer> --> | ||
|
||
|
||
<footer class="new_footer_area bg_color"> | ||
<div class="new_footer_top"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-md-6"> | ||
<div class="f_widget company_widget wow fadeInLeft" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInLeft;"> | ||
<h3 class="f-title f_600 t_color f_size_18">Get in Touch</h3> | ||
<p>Don’t miss any updates of our new Books and Novels.!</p> | ||
<form action="#" class="f_subscribe_two mailchimp" method="post" novalidate="true" _lpchecked="1"> | ||
<input type="text" name="EMAIL" class="form-control memail" placeholder="Email"> | ||
<button class="btn btn_get btn_get_two" type="submit">Subscribe</button> | ||
<p class="mchimp-errmessage" style="display: none;"></p> | ||
<p class="mchimp-sucmessage" style="display: none;"></p> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6"> | ||
<div class="f_widget about-widget pl_70 wow fadeInLeft" data-wow-delay="0.4s" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInLeft;"> | ||
<h3 class="f-title f_600 t_color f_size_18">Download</h3> | ||
<ul class="list-unstyled f_list"> | ||
<li><a href="#">Company</a></li> | ||
<li><a href="#">Android App</a></li> | ||
<li><a href="#">ios App</a></li> | ||
<li><a href="#">Desktop</a></li> | ||
<li><a href="#">Projects</a></li> | ||
<li><a href="#">My tasks</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6"> | ||
<div class="f_widget about-widget pl_70 wow fadeInLeft" data-wow-delay="0.6s" style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInLeft;"> | ||
<h3 class="f-title f_600 t_color f_size_18">Help</h3> | ||
<ul class="list-unstyled f_list"> | ||
<li><a href="#">FAQ</a></li> | ||
<li><a href="#">Term & conditions</a></li> | ||
<li><a href="#">Reporting</a></li> | ||
<li><a href="#">Documentation</a></li> | ||
<li><a href="#">Support Policy</a></li> | ||
<li><a href="#">Privacy</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6"> | ||
<div class="f_widget social-widget pl_70 wow fadeInLeft" data-wow-delay="0.8s" style="visibility: visible; animation-delay: 0.8s; animation-name: fadeInLeft;"> | ||
<h3 class="f-title f_600 t_color f_size_18">Creator Handles</h3> | ||
<div class="f_social_icon"> | ||
<a | ||
class="btn btn-primary btn-floating m-1" | ||
style="background-color: #55acee;" | ||
href="https://twitter.com/ettehadnejad" | ||
role="button" | ||
><i class="bi bi-twitter"></i | ||
></a> | ||
|
||
<a | ||
class="btn btn-primary btn-floating m-1" | ||
style="background-color: #dd4b39;" | ||
href="https://mail.google.com/mail/u/0/?hl=fr#search/mahdi.ettehad85%40gmail.com" | ||
role="button" | ||
><i class="bi bi-google"></i | ||
></a> | ||
|
||
<a | ||
class="btn btn-primary btn-floating m-1" | ||
style="background-color: #ac2bac;" | ||
href="https://www.instagram.com/mahdi__ettehad/" | ||
role="button" | ||
><i class="bi bi-instagram"></i | ||
></a> | ||
|
||
<a | ||
class="btn btn-primary btn-floating m-1" | ||
style="background-color: #0082ca;" | ||
href="https://www.linkedin.com/in/mahdi-ettehadnejad-86a0b323a/" | ||
role="button" | ||
><i class="bi bi-linkedin"></i | ||
></a> | ||
<a | ||
class="btn btn-primary btn-floating m-1" | ||
style="background-color: #333333;" | ||
href="https://github.com/mahdi-Eth" | ||
role="button" | ||
><i class="bi bi-github"></i | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer_bg"> | ||
<div class="footer_bg_one"></div> | ||
<div class="footer_bg_two"></div> | ||
</div> | ||
</div> | ||
<div class="footer_bottom"> | ||
<div class="container"> | ||
<div class="row align-items-center"> | ||
<div class="col-lg-6 col-sm-5 text-right"> | ||
<p>Creator :<i class="icon_heart"></i> <a href="https://github.com/mahdi-Eth" target="_blank">Mahdi Ettehadnejad</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
|
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