Skip to content

Commit fc8cec0

Browse files
Update about.html
1 parent 6ce0173 commit fc8cec0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

about.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ <h1>About the Program</h1>
4141
<h2><i class="fas fa-chalkboard-teacher"></i> Dr. Atif Khan</h2>
4242
<p class="title">Associate Professor, Islamia College Peshawar</p>
4343
<div class="social-links">
44-
<a href="#"><i class="fab fa-linkedin"></i></a>
45-
<a href="#"><i class="fab fa-researchgate"></i></a>
44+
<a href="https://www.linkedin.com/in/atif-khan-60818454/?originalSubdomain=pk" target="_blank"><i class="fab fa-linkedin"></i></a>
45+
<a href="https://scholar.google.com.my/citations?user=3iI5cKEAAAAJ&hl=en" target="_blank"><i class="fab fa-researchgate"></i></a>
4646
<a href="#"><i class="fas fa-envelope"></i></a>
4747
</div>
4848
<p class="bio">With over 12 years of experience in teaching Python programming and data science, Dr. Khan specializes in machine learning applications and has published numerous research papers in international journals.</p>
@@ -139,14 +139,18 @@ <h4>Quick Links</h4>
139139
<div class="footer-col">
140140
<h4>Connect</h4>
141141
<div class="social-links">
142-
<a href="#"><i class="fab fa-github"></i></a>
143-
<a href="#"><i class="fab fa-linkedin"></i></a>
144-
<a href="#"><i class="fab fa-twitter"></i></a>
142+
<a href="https://github.com/programmarself" target="_blank"><i class="fab fa-github"></i></a>
143+
<a href="https://www.linkedin.com/in/iukhan/" target="_blank"><i class="fab fa-linkedin"></i></a>
144+
<a href="https://programmarself.github.io/My_Portfolio/" target="_blank"><i class="fa fa-briefcase"></i></a>
145145
</div>
146146
</div>
147147
</div>
148148
<div class="copyright">
149149
<p>&copy; 2023 Advanced Python Programming. All rights reserved.</p>
150+
<p>By: <strong>Irfan Ullah Khan</strong></p>
151+
<a href="https://www.linkedin.com/in/iukhan/" target="_blank">LinkedIn</a> |
152+
<a href="https://github.com/programmarself" target="_blank">GitHub</a> |
153+
<a href="https://programmarself.github.io/My_Portfolio/" target="_blank">Portfolio</a>
150154
</div>
151155
</footer>
152156

@@ -158,4 +162,4 @@ <h4>Connect</h4>
158162

159163
<script src="script.js"></script>
160164
</body>
161-
</html>
165+
</html>

0 commit comments

Comments
 (0)