Skip to content

Commit

Permalink
update: course tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky Goswami committed Feb 27, 2024
1 parent 6dee96f commit 5d6d820
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<i id="menu-close" class="fa-solid fa-xmark"></i>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a Whref="blog.html">Blog</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion course-inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a Whref="courses.html">Courses</a></li>
<li><a class="active" href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- <img id="menu-btn" src="assets/menu.png" alt="" /> -->
Expand Down
18 changes: 9 additions & 9 deletions courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c2.jpg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -92,7 +92,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c3.jpg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -108,7 +108,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c4.jpg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -124,7 +124,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c5.jpg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -140,7 +140,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c6.jpg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -156,7 +156,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c7.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -172,7 +172,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c7.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -188,7 +188,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c7.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand All @@ -204,7 +204,7 @@ <h6>Javascript begginers course</h6>
</div>
</div>
</div>
<div class="courses">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c7.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <h2>Enhance your future with Wisdom workshop</h2>
repudiandae dolorum explicabo laboriosam esse illo distinctio, at incidunt?
</p>
<div class="btn">
<a class="blue" href="#">Learn more</a>
<a class="yellow" href="#">Visit Courses</a>
<a class="blue" href="about.html">Learn more</a>
<a class="yellow" href="courses.html">Visit Courses</a>
</div>
</section>

Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ nav .navigation ul li a:hover {
background-color: #f9f9ff;
height: 100%;
border-radius: 1rem;
cursor: pointer;
}

#course .courses img {
Expand Down

0 comments on commit 5d6d820

Please sign in to comment.