Skip to content

Commit ad142a5

Browse files
Update resources.html
1 parent 4b8a435 commit ad142a5

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

resources.html

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header>
1212
<div class="nav-container">
1313
<div class="logo">
14-
<i class="fas fa-code"></i> PythonPro
14+
<i class="fa-brands fa-python"></i> PythonPro
1515
</div>
1616
<nav>
1717
<button class="menu-toggle" onclick="toggleMenu()"></button>
@@ -93,35 +93,24 @@ <h3>Python for Data Analysis</h3>
9393
</div>
9494
</main>
9595

96-
<footer>
97-
<div class="footer-content">
98-
<div class="footer-col">
99-
<h3>PythonPro</h3>
100-
<p>Advancing Python education since 2023</p>
101-
</div>
102-
<div class="footer-col">
103-
<h4>Quick Links</h4>
104-
<ul>
105-
<li><a href="index.html">Home</a></li>
106-
<li><a href="about.html">About</a></li>
107-
<li><a href="resources.html">Resources</a></li>
108-
<li><a href="contact.html">Contact</a></li>
109-
</ul>
110-
</div>
111-
<div class="footer-col">
96+
<div class="footer-col">
11297
<h4>Connect</h4>
11398
<div class="social-links">
114-
<a href="#"><i class="fab fa-github"></i></a>
115-
<a href="#"><i class="fab fa-linkedin"></i></a>
116-
<a href="#"><i class="fab fa-twitter"></i></a>
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>
117102
</div>
118103
</div>
119104
</div>
120105
<div class="copyright">
121-
<p>&copy; 2023 Advanced Python Programming. All rights reserved.</p>
106+
<p>&copy; 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>
122111
</div>
123112
</footer>
124113

125114
<script src="script.js"></script>
126115
</body>
127-
</html>
116+
</html>

0 commit comments

Comments
 (0)