Skip to content

Commit

Permalink
Merge pull request #56 from IntelligentBeaver/sfd-2024
Browse files Browse the repository at this point in the history
Addition of Code of conduct page
  • Loading branch information
SatyaRajAwasth1 authored Sep 20, 2024
2 parents 86458a4 + 6f24537 commit 6d23a76
Show file tree
Hide file tree
Showing 6 changed files with 3,022 additions and 79 deletions.
2,621 changes: 2,620 additions & 1 deletion css/output.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const footerCode = `<section class="mt-7 flex h-80 w-full items-center justify-c
<li><a href="/pages/schedule.html" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">Schedule</a></li>
<li><a href="/pages/ourteam.html" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">Team</a></li>
<li><a href="/pages/faqs.html" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">FAQs</a></li>
<li><a href="/pages/codeofconduct.html" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">Code of Conduct</a></li>
<li><a href="mailto:nosk@ncit.edu.np" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">Contact</a></li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions js/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const navCode = `
</div>
</span>
<span id="faqs" class="lg:hover:border-b-2"><a href="/pages/faqs.html">FAQs</a></span>
<span id="codeofconduct" class="lg:hover:border-b-2"><a href="/pages/codeofconduct.html">Code of Conduct</a></span>
<span id="contact" class="lg:hover:border-b-2"><a href="mailto:nosk@ncit.edu.np" target="_blank">Contact Us</a></span>
</div>
<img id="hamMenu" src="/assets/navbar/hamMenu.svg" class="lg:hidden h-8 md:h-14 hover:cursor-pointer"></img>
Expand Down
Loading

0 comments on commit 6d23a76

Please sign in to comment.