-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from IntelligentBeaver/sfd-2024
Addition of Code of conduct page
- Loading branch information
Showing
6 changed files
with
3,022 additions
and
79 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]" class="text-white font-semibold text-sm md:text-base lg:text-xl hover:text-red-600">Contact</a></li> | ||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]" 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> | ||
|
Oops, something went wrong.