Skip to content

Commit 0c324c7

Browse files
Update resources.html
1 parent ad142a5 commit 0c324c7

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

resources.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>
@@ -11,7 +12,7 @@
1112
<header>
1213
<div class="nav-container">
1314
<div class="logo">
14-
<i class="fa-brands fa-python"></i> PythonPro
15+
<i class="fas fa-code"></i> PythonPro
1516
</div>
1617
<nav>
1718
<button class="menu-toggle" onclick="toggleMenu()"></button>
@@ -93,21 +94,32 @@ <h3>Python for Data Analysis</h3>
9394
</div>
9495
</main>
9596

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">
97113
<h4>Connect</h4>
98114
<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>
102118
</div>
103119
</div>
104120
</div>
105121
<div class="copyright">
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>
122+
<p>&copy; 2023 Advanced Python Programming. All rights reserved.</p>
111123
</div>
112124
</footer>
113125

0 commit comments

Comments
 (0)