Skip to content

Commit

Permalink
week 10 added
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaheerAhmedkhan65 committed Sep 14, 2024
1 parent 3e2c35a commit a8b5b92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ <h2 class="text-white">LIVE SECTION</h2>
<button type="button" class="btn btn-outline-primary">Week 9</button>
</a>
</li>
<li></li>
<a href="week-10/index.html">week 10</a>
<li class="list-group-item">
<a href="week-10/index.html">
<button type="button" class="btn btn-outline-primary">Week 10</button>
</a>
</li>

</ul>
Expand Down
9 changes: 9 additions & 0 deletions week-10/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Recursive Functions</title>
</head>
<body>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<ul>
<li>
<a href="recursive.html">Recursive Functions</a>
Expand Down

0 comments on commit a8b5b92

Please sign in to comment.