Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation Menu #1

Open
4 tasks
Chapi15 opened this issue Jul 31, 2020 · 0 comments
Open
4 tasks

Navigation Menu #1

Chapi15 opened this issue Jul 31, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Chapi15
Copy link
Owner

Chapi15 commented Jul 31, 2020

Fix the missing tags for the navigation menu: dropMenu.txt

Example for List

<ul>
  <li><a href="#home">Home</a></li>
  <li><a href="#journal">News</a></li>
  <li class="dropdown">
    <a href="javascript:void(0)" class="dropbtn">Projects</a>
    <div class="dropdown-content">
      <a href="#">Academic</a>
      <a href="#">Personal</a>
    </div>
  <li><a href="#about_me">About Me</a></li>
  </li>
</ul>

References for Fix

CSS Dropdowns
CSS Horizontal Navigation Bar

Tasks

  • Check CSS for Dropdown
  • Check JS for Dropdown
  • Check CSS for Navigation Bar
  • Make a tiny test for the Nav + Drop Bar
@Chapi15 Chapi15 added the enhancement New feature or request label Jul 31, 2020
@Chapi15 Chapi15 self-assigned this Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant