Skip to content

Commit

Permalink
improvement: add plangora to users list
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 14, 2024
1 parent 6fe5dce commit b4309cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/ash_hq_web/pages/home.ex
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,24 @@ defmodule AshHqWeb.Pages.Home do
</div>
</div>
<!-- will unhide this when we have more logos -->
<div class="hidden flex flex-col w-full dark:bg-none dark:bg-opacity-0 py-6">
<div class="flex flex-col w-full">
<div class="text-center w-full text-5xl font-bold text-black dark:text-white">
Trusted by <CalloutText.callout text="many" />
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 items-center align-middle justify-items-center justify-center mt-12 gap-4 gap-y-12 mx-auto">
<a class="block dark:hidden" href="www.plangora.com">
<img class="h-8" src="/images/plangora-logo-light.jpg">
</a>
<a class="hidden dark:block" href="www.plangora.com">
<img class="h-8" src="/images/plangora-logo-dark.png">
</a>
</div>
</div>
<div
id="testimonials"
class="flex flex-col items-center content-center w-full lg:w-[28rem] px-4 md:px-8 lg:px-0"
Expand Down
Binary file added priv/static/images/plangora-logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added priv/static/images/plangora-logo-light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4309cb

Please sign in to comment.