-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edab6a6
commit 07cc656
Showing
7 changed files
with
111 additions
and
104 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 |
---|---|---|
|
@@ -621,7 +621,6 @@ <h1>Sign Up for Newsletters</h1> | |
} | ||
}); | ||
</script> | ||
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="./image/ml fusion lab log.jpg" alt=""> | ||
|
@@ -645,20 +644,23 @@ <h4 class="h46">ML Fusion Labs</h4> | |
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="./pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
<a href="./pages/contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="./pages/contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
<a href="./pages/privacy.html">Privacy Policy</a> | ||
<a href="./pages/terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
|
||
<button id="scrollTopBtn" onclick="scrollToTop()"> | ||
<i class="fas fa-arrow-up"></i> | ||
</button> | ||
</div> | ||
<script src="script/scroll.js"></script> | ||
|
||
|
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 |
---|---|---|
|
@@ -497,44 +497,45 @@ <h2>- John Doe</h2> | |
</script> | ||
<script src="../script/scroll.js"></script> | ||
<script src="../script/script.js"></script> | ||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<p class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
||
</p> | ||
<div class="footer-social"> | ||
<a href="https://facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://twitter.com/"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="https://linkedin.com/"><i class="fa-brands fa-linkedin"></i></a> | ||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="../image/ml fusion lab log.jpg" alt=""> | ||
<p class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
||
</p> | ||
<div class="footer-social"> | ||
<a href="https://facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://twitter.com/"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="https://linkedin.com/"><i class="fa-brands fa-linkedin"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">ML Fusion Labs</h4> | ||
<a href="#">Business</a> | ||
<a href="#">Franchise</a> | ||
<a href="#">Network</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
|
||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">ML Fusion Labs</h4> | ||
<a href="#">Business</a> | ||
<a href="#">Franchise</a> | ||
<a href="#">Network</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="./about.html">About Us</a> | ||
<a href="./privacy.html">Security</a> | ||
<a href="./contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="./contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="./privacy.html">Privacy Policy</a> | ||
<a href="./terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
</div> | ||
<script> | ||
// Get the current year | ||
const currentYear = new Date().getFullYear(); | ||
|
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 |
---|---|---|
|
@@ -155,7 +155,7 @@ <h4>Emily Brown</h4> | |
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<img src="../image/ml fusion lab log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
@@ -176,15 +176,16 @@ <h4 class="h46">ML Fusion Labs</h4> | |
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
<a href="about.html">About Us</a> | ||
<a href="./privacy.html">Security</a> | ||
<a href="./contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="./contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
<a href="./privacy.html">Privacy Policy</a> | ||
<a href="./terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
|
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 |
---|---|---|
|
@@ -314,45 +314,45 @@ <h3>Social Media Groups</h3> | |
|
||
<!-- Back to Top Button --> | ||
<button id="backToTop" title="Go to top" aria-label="Back to Top"> <i class="fas fa-arrow-up"></i></button> | ||
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
||
</span> | ||
<div class="footer-social"> | ||
<a href="https://facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://twitter.com/"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="https://linkedin.com/"><i class="fa-brands fa-linkedin"></i></a> | ||
</div> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">ML Fusion Labs</h4> | ||
<a href="#">Business</a> | ||
<a href="#">Franchise</a> | ||
<a href="#">Network</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
</div> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
||
</span> | ||
<div class="footer-social"> | ||
<a href="https://facebook.com/"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="https://instagram.com/"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://twitter.com/"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="https://linkedin.com/"><i class="fa-brands fa-linkedin"></i></a> | ||
</div> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">ML Fusion Labs</h4> | ||
<a href="#">Business</a> | ||
<a href="#">Franchise</a> | ||
<a href="#">Network</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
|
||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
|
||
</div> | ||
<div id="loading-spinner" style="display: none;"> | ||
<img src="spinner.gif" alt="Loading..."> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1342,9 +1342,10 @@ <h2>contact us</h2> | |
</section> | ||
|
||
|
||
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<img src="../image/ml fusion lab log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
@@ -1365,15 +1366,16 @@ <h4 class="h46">ML Fusion Labs</h4> | |
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
<a href="./about.html">About Us</a> | ||
<a href="./privacy.html">Security</a> | ||
<a href="./contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="./contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
<a href="./privacy.html">Privacy Policy</a> | ||
<a href="./terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
|
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 |
---|---|---|
|
@@ -355,7 +355,7 @@ <h5>Cloud Computing Essentials</h5> | |
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<img src="../image/ml fusion lab log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
@@ -376,22 +376,22 @@ <h4 class="h46">ML Fusion Labs</h4> | |
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
<a href="./about.html">About Us</a> | ||
<a href="./privacy.html">Security</a> | ||
<a href="./contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="./contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
<a href="./privacy.html">Privacy Policy</a> | ||
<a href="./terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
© 2024 ML Fusion Labs | All Rights Reserved | ||
|
||
</div> | ||
|
||
<button id="scrollTopBtn" onclick="scrollToTop()"> | ||
<i class="fas fa-arrow-up"></i> | ||
</button> | ||
|
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 |
---|---|---|
|
@@ -1550,7 +1550,7 @@ <h2>When did you start using our learning platform?</h2> | |
|
||
<div class="footer"> | ||
<div class="footer-col"> | ||
<img src="http://127.0.0.1:3000/image/ml%20fusion%20lab%20log.jpg" alt=""> | ||
<img src="../image/ml fusion lab log.jpg" alt=""> | ||
<span class="footer-p"> | ||
|
||
We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning tutorials, projects, and resources for all. | ||
|
@@ -1571,15 +1571,16 @@ <h4 class="h46">ML Fusion Labs</h4> | |
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">About Us</h4> | ||
<a href="http://127.0.0.1:3000/pages/about.html">About Us</a> | ||
<a href="#">Security</a> | ||
<a href="./about.html">About Us</a> | ||
<a href="./privacy.html">Security</a> | ||
<a href="./contributor.html">Contributors</a> | ||
</div> | ||
<div class="footer-col-main"> | ||
<h4 class="h46">Contact</h4> | ||
<a href="http://127.0.0.1:3000/pages/contact.html">Contact Us</a> | ||
<a href="./contact.html">Contact Us</a> | ||
<a href="[email protected]">Email Us</a> | ||
<a href="http://127.0.0.1:3000/pages/privacy.html">Privacy Policy</a> | ||
<a href="http://127.0.0.1:3000/pages/terms.html">Terms & Conditions</a> | ||
<a href="./privacy.html">Privacy Policy</a> | ||
<a href="./terms.html">Terms & Conditions</a> | ||
</div> | ||
</div> | ||
<div class="footer-bar"> | ||
|