-
-
Notifications
You must be signed in to change notification settings - Fork 426
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 #3178 from dipak2005/branch1.0
Fixing footer on all pages
- Loading branch information
Showing
10 changed files
with
1,123 additions
and
996 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -379,12 +379,12 @@ <h1 class="title">Our Contributors</h1> | |
|
||
<footer id="footer" class="footer-area pt-120"> | ||
<div class="container"> | ||
<div class="subscribe-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s"> | ||
|
||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<div class="subscribe-content mt-45"> | ||
<h2 class="subscribe-title"> | ||
Subscribe Our Newsletter <span>get regular updates</span> | ||
|
||
</h2> | ||
</div> | ||
</div> | ||
|
@@ -405,10 +405,12 @@ <h2 class="subscribe-title"> | |
</div> | ||
|
||
<div class="footer-widget pb-100"> | ||
<div class="row" id="footer" style="padding-top: 500px;"> | ||
|
||
<div class="row" id="footer"> | ||
<div class="col-lg-4 col-md-6 col-sm-8"> | ||
<div class="footer-about mt-50 ml-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s"> | ||
<img src="./assets/images/FinvedaLogo.png" alt="FinVeda Logo" | ||
<img src="../assets/images/FinvedaLogo.png" alt="FinVeda Logo" | ||
|
||
style="height: 80px; width: auto; margin-bottom: 15px;" /> | ||
<p class="text custom-margin"> | ||
We at FinVeda aim to make you a stock market Guru easily with our AI-powered teaching and financial | ||
|
@@ -417,91 +419,79 @@ <h2 class="subscribe-title"> | |
</div> | ||
</div> | ||
|
||
<div class="col-lg-5 col-md-7 col-sm-7"> | ||
|
||
<div style="display: flex; justify-content: space-evenly;"> | ||
<div> | ||
<div class="footer-link d-flex mt-50"> | ||
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s"> | ||
<div class="footer-title"> | ||
<h3 class="title custom-margin">Quick Links</h3> | ||
|
||
</div> | ||
<ul class="link custom-margin"> | ||
|
||
<li><a href="./blogs/privacy-policy.html"><i class="fas fa-user-secret"></i> Privacy Policy</a></li> | ||
<li><a href="./blogs/refund-policy.html"><i class="fas fa-undo-alt"></i> Refund Policy</a></li> | ||
<li><a href="Licensing.html"><i class="fas fa-file-contract"></i> Licensing</a></li> | ||
<li><a href="./blogs/terms-of-service.html"><i class="fas fa-file-alt"></i> Terms of Service</a></li> | ||
<li><a href="./contributors.html"><i class="fas fa-users"></i> Our Contributors</a></li> | ||
<li><a href="./blogs/sitemap.html"><i class="fa-solid fa-sitemap"></i> Site Map</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s"> | ||
<div class="footer-title"> | ||
<h4 class="title custom-margin">Resources</h4> | ||
</div> | ||
<ul class="link custom-margin"> | ||
<li><a href="./index.html"><i class="fas fa-home"></i> Home</a></li> | ||
<li><a href="./about.html"><i class="fas fa-info-circle"></i> About Us</a></li> | ||
<li><a href="./trends.html"><i class="fas fa-chart-line"></i> Trends</a></li> | ||
<li><a href="./tools/sip.html"><i class="fas fa-tools"></i> Tools</a></li> | ||
<li><a href="./blog.html"><i class="fas fa-blog"></i> Blog</a></li> | ||
<li><a href="./quiz.html"><i class="fas fa-question-circle"></i> Quiz</a></li> | ||
</ul> | ||
<div class="footer-link d-flex mt-50 justify-content-md-between" | ||
style="justify-content: space-around !important;"> | ||
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s"> | ||
<div class="footer-title"> | ||
<h3 class="title custom-margin">Quick Links</h3> | ||
</div> | ||
<ul class="link custom-margin"> | ||
<li><a href="../blogs/privacy-policy.html"><i class="fas fa-user-secret"></i> Privacy Policy</a></li> | ||
<li><a href="../blogs/refund-policy.html"><i class="fas fa-undo-alt"></i> Refund Policy</a></li> | ||
<li><a href="../Licensing.html"><i class="fas fa-file-contract"></i> Licensing</a></li> | ||
<li><a href="../blogs/terms-of-service.html"><i class="fas fa-file-alt"></i> Terms of Service</a></li> | ||
<li><a href="../contributors.html"><i class="fas fa-users"></i> Our Contributors</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> | ||
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s"> | ||
<div class="footer-title"> | ||
<h4 class="title custom-margin">Contact Us</h4> | ||
<h4 class="title custom-margin">Resources</h4> | ||
</div> | ||
<ul class="contact custom-margin-big"> | ||
<li class="d-sm-flex justify-content-center"> | ||
<i class="fa fa-envelope d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i> | ||
<p style="width: 80%;"> | ||
<a href="mailto:[email protected]" target="_blank" | ||
style="color: white; text-decoration: underline;"> | ||
[email protected] | ||
</a> | ||
</p> | ||
</li> | ||
<li class="d-sm-flex justify-content-center"> | ||
<i class="fa fa-globe d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i> | ||
<div style="width: 80%;"> | ||
<a href="https://fin-veda.vercel.app/index.html" target="_blank" style="color: #fff ;"> | ||
fin-veda.vercel.app | ||
</a> | ||
</div> | ||
</li> | ||
<li class="d-sm-flex justify-content-center"> | ||
<!-- Modified: Inline CSS to adjust logo size and sync with other pages --> | ||
<i class="fa fa-location-dot d-sm-flex align-items-center white" style="font: 12px; width: 10%;"></i> | ||
<div style="width: 80%;"> | ||
<a href="https://www.google.com/maps/place/Delhi/@28.6436846,76.7635778,10z/data=!3m1!4b1!4m6!3m5!1s0x390cfd5b347eb62d:0x37205b715389640!8m2!3d28.7040592!4d77.1024902!16zL20vMDlmMDc?entry=ttu" | ||
style="color:#fff"> | ||
Delhi, India | ||
</a> | ||
</div> | ||
</li> | ||
<!-- Added: Social Media Redirects --> | ||
<div class="social-icons"> | ||
<a href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://x.com/"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://discord.com/"><i class="fa-brands fa-discord"></i></a> | ||
<a href="https://github.com/ayush-that/FinVeda"><i class="fa-brands fa-github"></i></a> | ||
</div> | ||
<ul class="link custom-margin"> | ||
<li><a href="../index.html"><i class="fas fa-home"></i> Home</a></li> | ||
<li><a href="../about.html"><i class="fas fa-info-circle"></i> About Us</a></li> | ||
<li><a href="../trends.html"><i class="fas fa-chart-line"></i> Trends</a></li> | ||
<li><a href="../tools/sip.html"><i class="fas fa-tools"></i> Tools</a></li> | ||
<li><a href="../blog.html"><i class="fas fa-blog"></i> Blog</a></li> | ||
<li><a href="../quiz.html"><i class="fas fa-question-circle"></i> Quiz</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<!-- quick and resourse --> | ||
|
||
<div class="col-lg-3 col-md-5 col-sm-5"> | ||
<div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s"> | ||
<div class="footer-title"> | ||
<h4 class="title custom-margin">Contact Us</h4> | ||
</div> | ||
<ul class="contact custom-margin-big" style="justify-content: space-around;"> | ||
<li class="d-sm-flex justify-content-center"> | ||
<i class="fa fa-envelope d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i> | ||
<p style="width: 80%;"> | ||
<a href="mailto:[email protected]" target="_blank" | ||
style="color: white; text-decoration: underline;"> | ||
[email protected] | ||
</a> | ||
</p> | ||
</li> | ||
<li class="d-sm-flex justify-content-center"> | ||
<i class="fa fa-globe d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i> | ||
<div style="width: 80%;"> | ||
<a href="https://fin-veda.vercel.app/index.html" target="_blank" style="color: #fff;"> | ||
fin-veda.vercel.app | ||
</a> | ||
</div> | ||
</li> | ||
<li class="d-sm-flex justify-content-center"> | ||
<i class="fa fa-location-dot d-sm-flex align-items-center white" style="font: 12px; width: 10%;"></i> | ||
<div style="width: 80%;"> | ||
<a href="https://www.google.com/maps/place/Delhi/@28.6436846,76.7635778,10z/data=!3m1!4b1!4m6!3m5!1s0x390cfd5b347eb62d:0x37205b715389640!8m2!3d28.7040592!4d77.1024902!16zL20vMDlmMDc?entry=ttu" | ||
style="color:#fff"> | ||
Delhi, India | ||
</a> | ||
</div> | ||
</li> | ||
<div class="social-icons"> | ||
<a href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://x.com/"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://discord.com/"><i class="fa-brands fa-discord"></i></a> | ||
<a href="https://github.com/ayush-that/FinVeda"><i class="fa-brands fa-github"></i></a> | ||
</div> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
@@ -511,17 +501,12 @@ <h4 class="title custom-margin">Contact Us</h4> | |
<div class="row"> | ||
|
||
<div class="col-lg-12"> | ||
<div class="copyright d-sm-flex justify-content-center" style=" | ||
display: flex; | ||
justify-content: center; | ||
text-align: center; | ||
width: 100%; | ||
height: 100%; | ||
"> | ||
|
||
<div class="copyright d-sm-flex justify-content-center" | ||
|
||
<div class="copyright-content" style="text-align: center"> | ||
<p class="text" style="text-align: center"> | ||
© <span id="copyright-year">2024</span> FinVeda. All rights are | ||
reserved<br /> | ||
© <span id="copyright-year">2024</span> FinVeda. All rights are reserved<br /> | ||
Made with ♥ in India | ||
</p> | ||
|
||
|
@@ -532,7 +517,6 @@ <h4 class="title custom-margin">Contact Us</h4> | |
</div> | ||
|
||
|
||
|
||
</footer> | ||
|
||
|
||
|
Oops, something went wrong.