Skip to content

Commit 128ccab

Browse files
committed
update landing pages
1 parent 117dab5 commit 128ccab

File tree

6 files changed

+637
-360
lines changed

6 files changed

+637
-360
lines changed

lib/algora_web/components/footer.ex

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule AlgoraWeb.Components.Footer do
1313
<footer aria-labelledby="footer-heading">
1414
<h2 id="footer-heading" class="sr-only">Footer</h2>
1515
<div class="mx-auto max-w-7xl px-6 pb-8 lg:px-8">
16-
<div class="border-t border-white/10 pt-16 sm:pt-24">
16+
<%!-- <div class="border-t border-white/10 pt-16 sm:pt-24">
1717
<div class="grid grid-cols-2 gap-x-12 gap-y-20 md:grid-cols-4">
1818
<div>
1919
<h3 class="text-base font-semibold leading-6 text-white">
@@ -166,8 +166,13 @@ defmodule AlgoraWeb.Components.Footer do
166166
</ul>
167167
</div>
168168
</div>
169-
</div>
170-
<div class="mt-16 border-t border-white/10 pt-8 sm:mt-20 flex flex-col md:flex-row md:justify-between md:items-start lg:mt-24 gap-8">
169+
</div> --%>
170+
<div class={
171+
classes([
172+
"pt-8 border-t border-white/10 flex flex-col md:flex-row md:justify-between md:items-start gap-8"
173+
# "mt-16 sm:mt-20 lg:mt-24"
174+
])
175+
}>
171176
<div class="flex gap-4 sm:gap-6 md:order-2">
172177
<.link
173178
class="rounded-xl border-2 border-gray-500 p-3 text-gray-400 transition-colors hover:border-gray-400 hover:text-gray-300 sm:p-3"

lib/algora_web/components/header.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ defmodule AlgoraWeb.Components.Header do
1010
%{name: "Bounties", path: ~p"/bounties"},
1111
%{name: "Jobs", path: ~p"/jobs"},
1212
%{name: "Testimonials", path: ~p"/testimonials"},
13-
%{name: "Crowdfund", path: ~p"/crowdfund"},
1413
%{name: "Docs", path: ~p"/docs"},
1514
%{name: "Pricing", path: ~p"/pricing"}
1615
]

0 commit comments

Comments
 (0)