Skip to content

Commit

Permalink
Merge pull request #29 from iicsrm/ayaniic
Browse files Browse the repository at this point in the history
Events added in nav bar
  • Loading branch information
iicsrm authored Jan 26, 2024
2 parents 7aff36c + 543c61d commit 8b9616c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added event.html
Empty file.
1 change: 1 addition & 0 deletions script/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const generateHeader = () => {
<nav class="bg-white p-4 flex justify-evenly text-lg font-medium border-b-2 shadow-md">
<a class="mx-4" href="./index.html">Home</a>
<a class="mx-4" href="./event.html">Event</a>
<a class="mx-4" href="./teams.html">Teams</a>
<a class="mx-4" href="./members.html">Members</a>
<a class="mx-4" href="#">Contact</a>
Expand Down

0 comments on commit 8b9616c

Please sign in to comment.