Skip to content
Snippets Groups Projects

Resolve "As a user, I need a navigation bar (header) to switch to different places, and to enter the log in and register page."

3 unresolved threads

Closes #46 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
19 19 text-align: center;
20 20 margin-bottom: 30px;
21 21 }
  • 35 43 <!-- generate match in there -->
    36 44 </div>
    37 45 </div>
    46 <script src="/js/navBar.js"></script>
  • 1 <nav class="navbar">
    2 <div class="logo">
    3 <a href="/">Sports League Application</a>
    4 </div>
    5 <!-- put nav links here -->
    6 <ul class="nav-links">
    7 <li><a href="#">News</a></li>
    8 <li><a href="#">Videos</a></li>
    9 <li><a href="#">Rules</a></li>
  • Neat and Nice

  • Please register or sign in to reply
    Loading