Skip to content

Commit 5d9299c

Browse files
Merge pull request #1114 from umar-farooq-shaik/main
Adding HomeButton to Projects and About Us Pages
2 parents 627c6fe + 7e07fd8 commit 5d9299c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1><img src="../image/ml fusion lab log.jpg" alt="logo" width="100" height="100
3535
</div>
3636
<div class="hamburger" id="hamburger">&#9776;</div>
3737
<ul>
38-
38+
<li><a href="../index.html">Home</a></li>
3939
<li><a href="courses.html">Courses</a></li>
4040
<li><a href="projects.html">Projects</a></li>
4141
<li><a href="about.html">About Us</a></li>
@@ -309,4 +309,4 @@ <h4 class="h46">Contact</h4>
309309

310310
</body>
311311

312-
</html>
312+
</html>

pages/projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ <h1><img src="../image/ml fusion lab log.jpg" alt="logo" width="100" height="100
418418
</div>
419419
<div class="hamburger" id="hamburger">&#9776;</div>
420420
<ul>
421-
421+
<li><a href="../index.html">Home</a></li>
422422
<li><a href="../pages/courses.html">Courses</a></li>
423423
<li><a href="../pages/projects.html">Projects</a></li>
424424
<li><a href="../pages/about.html">About Us</a></li>
@@ -828,4 +828,4 @@ <h4 class="h46">Contact</h4>
828828
</script>
829829
</body>
830830

831-
</html>
831+
</html>

0 commit comments

Comments
 (0)