-
Notifications
You must be signed in to change notification settings - Fork 299
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 #548 from Srujitha-Raghava/newsletter
newsletter is added in footer
- Loading branch information
Showing
3 changed files
with
157 additions
and
107 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 |
---|---|---|
|
@@ -348,64 +348,57 @@ <h2>Rate us:</h2> | |
|
||
<footer class="footer"> | ||
<div class="footer-grid"> | ||
<div class="footer-title"> | ||
<h2>AgriLearnNetwork</h2> | ||
<div class="quick-links"> | ||
<h2>Quick Links</h2> | ||
<ul> | ||
<li><a href="#home"><p>Home</p></a></li> | ||
<li><a href="#about"><p>About Us</p></a></li> | ||
<li><a href="blogpage.html"><p>Blogs</p></a></li> | ||
<li><a href="#Resource Library"><p>Resource Library</p></a></li> | ||
<li><a href="#contact"><p>Contact Us</p></a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-icons"> | ||
<p><b>Follow us on our socials:</b></p> | ||
<div> | ||
<div class="socialIcons"> | ||
<a | ||
href="mailto:[email protected]" | ||
class="email-link" | ||
data-tooltip="[email protected]" | ||
><i class="fas fa-envelope"></i | ||
></a> | ||
<a | ||
href="https://www.instagram.com/your_username_here" | ||
target="_blank" | ||
><i class="fab fa-instagram"></i | ||
></a> | ||
<a href="https://twitter.com/your_username_here" target="_blank" | ||
><i class="fa-brands fa-x-twitter"></i | ||
></a> | ||
<a | ||
href="https://www.facebook.com/your_page_or_profile_here" | ||
target="_blank" | ||
><i class="fab fa-facebook"></i | ||
></a> | ||
<a href="mailto:[email protected]" class="email-link" data-tooltip="[email protected]"> | ||
<i class="fas fa-envelope"></i> | ||
</a> | ||
<a href="https://www.instagram.com/your_username_here" target="_blank"> | ||
<i class="fab fa-instagram"></i> | ||
</a> | ||
<a href="https://twitter.com/your_username_here" target="_blank"> | ||
<i class="fa-brands fa-x-twitter"></i> | ||
</a> | ||
<a href="https://www.facebook.com/your_page_or_profile_here" target="_blank"> | ||
<i class="fab fa-facebook"></i> | ||
</a> | ||
</div> | ||
|
||
<div class="footer-text"> | ||
<p style="font-weight: 600; font-size: 15px"> | ||
Copyright © | ||
<script>document.write(new Date().getFullYear());</script> | ||
by AgriLearnNetwork | All Rights Reserved. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="quick-links"> | ||
<h2>Quick Links</h2> | ||
<ul> | ||
<li> | ||
<a href="#home"><p>Home</p></a> | ||
</li> | ||
<li> | ||
<a href="#about"><p>About Us</p></a> | ||
</li> | ||
<li> | ||
<a href="blogpage.html"><p>Blogs</p></a> | ||
</li> | ||
<li> | ||
<a href="#Resource Library"><p>Resource Library</p></a> | ||
</li> | ||
<li> | ||
<a href="#contact"><p>Contact Us</p></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-text footer-right"> | ||
<p style="font-weight: 600; font-size: 15px"> | ||
Copyright © | ||
<script> | ||
document.write(new Date().getFullYear()); | ||
</script> | ||
by AgriLearnNetwork | All Rights Reserved. | ||
</p> | ||
<div class="newsletter"> | ||
<h2 style="font-size: 16px;" >Subscribe to Our Newsletter</h2> | ||
<form id="newsletter-form"> | ||
<input type="email" placeholder="Enter Email" required /> | ||
<button type="submit" class="subscribe-btn" align="right">Subscribe</button> | ||
</form> | ||
<p id="thank-you-message" style="display:none; font-size: 12px;"> | ||
Thanks for subscribing! | ||
</p> | ||
<p style="font-size: 13px;"> | ||
You'll get an email about once a month. | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<div id="backtoTop"> | ||
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a> | ||
</div> | ||
|
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
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