Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ config :algora,
{"/onboarding/solver", "/onboarding/dev"},
{"/:org/contract/:id", "/:org/contracts/:id"},
{"/org/*path", "/*path"},
{"/@/:handle", "/:handle/profile"}
{"/@/:handle", "/:handle/profile"},
{"/challenges/limbo", "/challenges/turso"}
]

# Configures the endpoint
Expand Down
8 changes: 6 additions & 2 deletions lib/algora_web/components/header.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ defmodule AlgoraWeb.Components.Header do
end

attr :class, :string, default: nil
attr :hide_banner, :boolean, default: false

def header(assigns) do
~H"""
<header class="absolute inset-x-0 top-0 z-50">
<AlgoraWeb.Components.Banner.banner />
<%= if !@hide_banner do %>
<AlgoraWeb.Components.Banner.banner />
<% end %>
<nav
class={
classes([
"-mt-3 mx-auto container flex items-center justify-between p-6 lg:px-8",
"mx-auto flex container items-center justify-between p-6 lg:px-8",
!@hide_banner && "-mt-3",
@class
])
}
Expand Down
465 changes: 465 additions & 0 deletions lib/algora_web/live/challenges/limbo_live.ex

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/algora_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ defmodule AlgoraWeb.Router do
live "/crowdfund", CrowdfundLive, :index
live "/pricing", PricingLive
live "/challenges", ChallengesLive
live "/challenges/turso", Challenges.LimboLive
live "/challenges/prettier", Challenges.PrettierLive
live "/challenges/golem", Challenges.GolemLive
live "/challenges/tsperf", Challenges.TsperfLive
Expand Down
Binary file added priv/static/images/challenges/limbo/bg.webp
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/challenges/limbo/hn-post.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/challenges/limbo/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions priv/static/images/wordmarks/turso-aqua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading