Skip to content

Commit

Permalink
Fix Issue developer-job-simulation#2 (desktop nav visible on mobile b…
Browse files Browse the repository at this point in the history
…ug) and remove relevant TODO comments in index.html
  • Loading branch information
JunYuHuang committed Apr 8, 2023
1 parent f0e42fd commit 8109070
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<body>
<!-- Navbar -->
<!-- TODO: Fix Issue, Nav Buttons Don't Work (Desktop & Mobile) -->
<nav class="top">
<div class="bar blue card left-align large">
<a
Expand All @@ -28,7 +27,6 @@
title="Toggle Navigation Menu"
><i class="fa fa-bars"></i
></a>
<!-- TODO: Fix Issue, Desktop Nav Is Visible on Mobile -->
<a
href="#header"
id="nav-logo"
Expand All @@ -38,13 +36,13 @@
<a
href="#challenges"
id="nav-challenges"
class="bar-item button padding-large hover-white"
class="bar-item button padding-large hover-white hide-small"
>Browse Challenges</a
>
<a
href="#signup"
id="nav-signup"
class="bar-item button padding-large hover-white"
class="bar-item button padding-large hover-white hide-small"
>Sign Up</a
>
</div>
Expand Down

0 comments on commit 8109070

Please sign in to comment.