@@ -15,7 +15,7 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
1515 |> assign ( :page_title , "ClickHouse Challenge" )
1616 |> assign (
1717 :page_description ,
18- "Contribute to ClickHouse to win an interview and cash prizes !"
18+ "Contribute to ClickHouse to win interviews and bounties !"
1919 )
2020 |> assign ( :page_image , "#{ AlgoraWeb.Endpoint . url ( ) } /images/challenges/clickhouse/og.png" )
2121 |> assign ( :jobs , jobs )
@@ -36,7 +36,7 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
3636 < article >
3737 < div class = "text-white " >
3838 < div class = "relative z-20 " >
39- < section class = "mb-12 min-h-[calc(100svh-280px )] md:min-h-0 " >
39+ < section class = "mb-12 min-h-[calc(100svh-36px )] md:min-h-0 " >
4040 < div class = "relative z-20 mx-auto max-w-[100rem] px-6 lg:px-8 " >
4141 < div class = "max-w-5xl pt-24 2xl:pt-72 " >
4242 < a
@@ -53,17 +53,17 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
5353 style = "aspect-ratio: 1200/300; "
5454 />
5555 </ a >
56- < h1 class = "mt-6 mb-2 text-[1.4rem] font-black tracking-tighter mix-blend-exclusion sm:text-5xl/[3rem] md:text-6xl/[4rem] lg:text-7xl/[5rem] " >
56+ < h1 class = "mt-6 mb-2 text-2xl font-black tracking-tighter mix-blend-exclusion sm:text-5xl/[3rem] md:text-6xl/[4rem] lg:text-7xl/[5rem] " >
5757 Contribute to
5858 < span style = "background: radial-gradient(53.44% 245.78% at 13.64% 46.56%, rgb(255, 215, 0) 0%, rgb(255, 204, 0) 100%) text; -webkit-text-fill-color: transparent; " >
5959 ClickHouse
6060 </ span >
61- < br /> Win interviews & rewards
61+ < br /> Win interviews & bounties
6262 </ h1 >
6363 < p class = "max-w-xl xl:max-w-2xl mt-4 text-base font-medium tracking-tight text-white/90 shadow-black [text-shadow:_0_1px_0_var(--tw-shadow-color)] md:mt-6 md:text-lg md:text-white/80 " >
6464 ClickHouse is building the world's fastest real-time analytics database. From Postgres migrations to AI-powered query generation, we're pushing the boundaries of what's possible with databases.
6565 < br /> < br />
66- Join us in this public take-home challenge where you can showcase your skills. Top 10 submissions get guaranteed interviews, and the top 3 winners receive cash prizes !
66+ Join us in this public take-home challenge where you can showcase your skills. Top 10 submissions get guaranteed interviews, and the top 3 winners receive bounties !
6767 </ p >
6868 </ div >
6969 </ div >
@@ -115,7 +115,7 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
115115 class = "inline-flex items-center gap-2 text-sm text-[#ffcc00] hover:text-[#ffd700] transition-colors font-medium mt-auto "
116116 href = "https://github.com/PeerDB-io/peerdb "
117117 >
118- < . icon name = "github " class = "w-4 h-4 " /> View Repository →
118+ < . icon name = "github " class = "w-4 h-4 shrink-0 " /> View Repository →
119119 </ a >
120120 </ div >
121121 </ div >
@@ -148,15 +148,15 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
148148 class = "inline-flex items-center gap-2 text-sm text-[#ffcc00] hover:text-[#ffd700] transition-colors font-medium mt-auto "
149149 href = "https://github.com/ClickHouse/ai-sdk-cpp "
150150 >
151- < . icon name = "github " class = "w-4 h-4 " /> View Repository →
151+ < . icon name = "github " class = "w-4 h-4 shrink-0 " /> View Repository →
152152 </ a >
153153 < a
154154 target = "_blank "
155155 rel = "noopener "
156156 class = "inline-flex items-center gap-2 text-sm text-[#ffcc00] hover:text-[#ffd700] transition-colors font-medium mt-auto "
157157 href = "https://clickhouse.com/docs/interfaces/cli#ai-sql-generation "
158158 >
159- < . icon name = "tabler-book " class = "w-4 h-4 " /> View Docs →
159+ < . icon name = "tabler-book " class = "w-4 h-4 shrink-0 " /> View Docs →
160160 </ a >
161161 </ div >
162162 </ div >
@@ -189,7 +189,7 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
189189 class = "inline-flex items-center gap-2 text-sm text-[#ffcc00] hover:text-[#ffd700] transition-colors font-medium mt-auto "
190190 href = "https://github.com/ethanniser/NextFaster "
191191 >
192- < . icon name = "github " class = "w-4 h-4 " /> View Repository →
192+ < . icon name = "github " class = "w-4 h-4 shrink-0 " /> View Repository →
193193 </ a >
194194 </ div >
195195 </ div >
@@ -299,7 +299,7 @@ defmodule AlgoraWeb.Challenges.ClickhouseLive do
299299 </ div >
300300 <%= if job. location do %>
301301 < div class = "flex items-center gap-2 text-sm text-muted-foreground " >
302- < . icon name = "tabler-map-pin " class = "w-4 h-4 " />
302+ < . icon name = "tabler-map-pin " class = "w-4 h-4 shrink-0 " />
303303 < span > { job . location } </ span >
304304 </ div >
305305 <% end %>
0 commit comments