-
Notifications
You must be signed in to change notification settings - Fork 39
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 #59 from PiyushhBansal/addfooter
Added footer
- Loading branch information
Showing
6 changed files
with
402 additions
and
5 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 |
---|---|---|
|
@@ -169,7 +169,40 @@ <h2 class="about-h2">Contact Us</h2> | |
|
||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<h3>Math 4 Python</h3> | ||
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through interactive lessons with real-time feedback.</p> | ||
<p><i class="fas fa-envelope"></i> [email protected]</p> | ||
<p><i class="fas fa-phone"></i> +123 456 7890</p> | ||
</div> | ||
|
||
<div class="footer-section links"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="learn.html">Learn</a></li> | ||
<li><a href="challenge.html">Challenge</a></li> | ||
<li><a href="faq.html">FAQs</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-section social"> | ||
<h3>Follow Us</h3> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin"></i></a> | ||
<a href="#"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Math 4 Python. All Rights Reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
|
||
|
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 |
---|---|---|
|
@@ -81,7 +81,40 @@ <h3>Challenge Description</h3> | |
</section> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<h3>Math 4 Python</h3> | ||
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through interactive lessons with real-time feedback.</p> | ||
<p><i class="fas fa-envelope"></i> [email protected]</p> | ||
<p><i class="fas fa-phone"></i> +123 456 7890</p> | ||
</div> | ||
|
||
<div class="footer-section links"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="learn.html">Learn</a></li> | ||
<li><a href="challenge.html">Challenge</a></li> | ||
<li><a href="faq.html">FAQs</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-section social"> | ||
<h3>Follow Us</h3> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin"></i></a> | ||
<a href="#"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Math 4 Python. All Rights Reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> |
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,40 @@ <h2><i class="fas fa-question-circle"></i> Frequently Asked Questions</h2> | |
|
||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<h3>Math 4 Python</h3> | ||
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through interactive lessons with real-time feedback.</p> | ||
<p><i class="fas fa-envelope"></i> [email protected]</p> | ||
<p><i class="fas fa-phone"></i> +123 456 7890</p> | ||
</div> | ||
|
||
<div class="footer-section links"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="learn.html">Learn</a></li> | ||
<li><a href="challenge.html">Challenge</a></li> | ||
<li><a href="faq.html">FAQs</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-section social"> | ||
<h3>Follow Us</h3> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin"></i></a> | ||
<a href="#"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Math 4 Python. All Rights Reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -59,7 +59,40 @@ <h2> Start learning Today!</h2> | |
<a href="learn.html" class="cta-button">Get Started</a> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<h3>Math 4 Python</h3> | ||
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through interactive lessons with real-time feedback.</p> | ||
<p><i class="fas fa-envelope"></i> [email protected]</p> | ||
<p><i class="fas fa-phone"></i> +123 456 7890</p> | ||
</div> | ||
|
||
<div class="footer-section links"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="learn.html">Learn</a></li> | ||
<li><a href="challenge.html">Challenge</a></li> | ||
<li><a href="faq.html">FAQs</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-section social"> | ||
<h3>Follow Us</h3> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin"></i></a> | ||
<a href="#"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Math 4 Python. All Rights Reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -122,6 +122,41 @@ <h3>Lesson Progress</h3> | |
<button id="lesson-reset-btn" class="reset-btn">Reset Progress</button> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<h3>Math 4 Python</h3> | ||
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through interactive lessons with real-time feedback.</p> | ||
<p><i class="fas fa-envelope"></i> [email protected]</p> | ||
<p><i class="fas fa-phone"></i> +123 456 7890</p> | ||
</div> | ||
|
||
<div class="footer-section links"> | ||
<h3>Quick Links</h3> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="learn.html">Learn</a></li> | ||
<li><a href="challenge.html">Challenge</a></li> | ||
<li><a href="faq.html">FAQs</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="footer-section social"> | ||
<h3>Follow Us</h3> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-linkedin"></i></a> | ||
<a href="#"><i class="fab fa-github"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="footer-bottom"> | ||
<p>© 2024 Math 4 Python. All Rights Reserved.</p> | ||
</div> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.