Skip to content

Commit fc9ea9f

Browse files
Update index.html
1 parent 6668a95 commit fc9ea9f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
<title>Advanced Python Programming | NAVTTC Certified</title>
6+
<title>Advanced Python Programming & Applications | NAVTTC Certified</title>
77
<link rel="stylesheet" href="style.css"/>
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
99
</head>
@@ -27,7 +27,7 @@
2727

2828
<section class="hero">
2929
<div class="hero-content">
30-
<h1>Advanced Python Programming Applications</h1>
30+
<h1>Advanced Python Programming & Applications</h1>
3131
<p class="subtitle">NAVTTC Certified Program</p>
3232
<div class="cta-buttons">
3333
<a href="#notebooks" class="btn btn-primary">
@@ -44,7 +44,6 @@ <h1>Advanced Python Programming Applications</h1>
4444
<section class="notebooks" id="notebooks">
4545
<div class="section-header">
4646
<h2><i class="fas fa-download"></i> Download Python Notebook Files</h2>
47-
<p>Click to download notebook files. Only filenames are shown.</p>
4847
</div>
4948
<div class="notebooks-grid" id="notebook-list">
5049
<!-- Notebooks will be loaded via script.js -->
@@ -113,8 +112,11 @@ <h4>Connect</h4>
113112
</div>
114113
</div>
115114
<div class="copyright">
116-
<p>&copy; 2025 Advance Python Programming Applications | All rights reserved</p>
115+
<p>&copy; 2025 Advanced Python Programming & Applications | All rights reserved</p>
117116
<p>By: <strong>Irfan Ullah Khan</strong></p>
117+
<a href="https://www.linkedin.com/in/iukhan/" target="_blank">LinkedIn</a> |
118+
<a href="https://github.com/programmarself" target="_blank">GitHub</a> |
119+
<a href="https://programmarself.github.io/My_Portfolio/" target="_blank">Portfolio</a>
118120
</div>
119121
</footer>
120122

0 commit comments

Comments
 (0)