Skip to content

Commit

Permalink
feat: developers page
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalo55 committed Oct 1, 2024
1 parent 0cf2bc1 commit 53f9dcd
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/astro/common/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
Contributors
</a>
</div>
<div class="pb-6">
<a href="/developers"
class="text-sm leading-6 text-gray-600 hover:text-gray-900"
title="Integrate with CyberPath"
>
Developers
</a>
</div>
<div class="pb-6">
<a href="#"
class="termly-display-preferences text-sm leading-6 text-gray-600 hover:text-gray-900"
Expand Down
12 changes: 12 additions & 0 deletions src/components/astro/common/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ import { Image } from "astro:assets";
>
Database
</a>
<a href="/developers"
class="text-sm font-semibold leading-6 text-gray-900"
title="Integrate with CyberPath"
>
Developers
</a>
</div>
</nav>
<!-- Mobile menu, show/hide based on menu open state. -->
Expand Down Expand Up @@ -126,6 +132,12 @@ import { Image } from "astro:assets";
>
Database
</a>
<a href="/developers"
class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
title="Integrate with CyberPath"
>
Developers
</a>
</div>
<div class="py-6">
<HeaderSearchBar />
Expand Down
Loading

0 comments on commit 53f9dcd

Please sign in to comment.