|
| 1 | + |
1 | 2 | <!DOCTYPE html> |
2 | 3 | <html lang="en"> |
3 | 4 | <head> |
|
11 | 12 | <header> |
12 | 13 | <div class="nav-container"> |
13 | 14 | <div class="logo"> |
14 | | - <i class="fa-brands fa-python"></i> PythonPro |
| 15 | + <i class="fas fa-code"></i> PythonPro |
15 | 16 | </div> |
16 | 17 | <nav> |
17 | 18 | <button class="menu-toggle" onclick="toggleMenu()">☰</button> |
@@ -93,21 +94,32 @@ <h3>Python for Data Analysis</h3> |
93 | 94 | </div> |
94 | 95 | </main> |
95 | 96 |
|
96 | | - <div class="footer-col"> |
| 97 | + <footer> |
| 98 | + <div class="footer-content"> |
| 99 | + <div class="footer-col"> |
| 100 | + <h3>PythonPro</h3> |
| 101 | + <p>Advancing Python education since 2023</p> |
| 102 | + </div> |
| 103 | + <div class="footer-col"> |
| 104 | + <h4>Quick Links</h4> |
| 105 | + <ul> |
| 106 | + <li><a href="index.html">Home</a></li> |
| 107 | + <li><a href="about.html">About</a></li> |
| 108 | + <li><a href="resources.html">Resources</a></li> |
| 109 | + <li><a href="contact.html">Contact</a></li> |
| 110 | + </ul> |
| 111 | + </div> |
| 112 | + <div class="footer-col"> |
97 | 113 | <h4>Connect</h4> |
98 | 114 | <div class="social-links"> |
99 | | - <a href="https://github.com/programmarself" target="_blank"><i class="fab fa-github"></i></a> |
100 | | - <a href="https://www.linkedin.com/in/iukhan/" target="_blank"><i class="fab fa-linkedin"></i></a> |
101 | | - <a href="https://programmarself.github.io/My_Portfolio/" target="_blank"><i class="fa fa-briefcase"></i></a> |
| 115 | + <a href="#"><i class="fab fa-github"></i></a> |
| 116 | + <a href="#"><i class="fab fa-linkedin"></i></a> |
| 117 | + <a href="#"><i class="fab fa-twitter"></i></a> |
102 | 118 | </div> |
103 | 119 | </div> |
104 | 120 | </div> |
105 | 121 | <div class="copyright"> |
106 | | - <p>© 2025 Advanced Python Programming & Applications | All rights reserved</p> |
107 | | - <p>By: <strong>Irfan Ullah Khan</strong></p> |
108 | | - <a href="https://www.linkedin.com/in/iukhan/" target="_blank">LinkedIn</a> | |
109 | | - <a href="https://github.com/programmarself" target="_blank">GitHub</a> | |
110 | | - <a href="https://programmarself.github.io/My_Portfolio/" target="_blank">Portfolio</a> |
| 122 | + <p>© 2023 Advanced Python Programming. All rights reserved.</p> |
111 | 123 | </div> |
112 | 124 | </footer> |
113 | 125 |
|
|
0 commit comments