Skip to content

Commit f1fedb5

Browse files
committed
fix: update text content for featured projects on homepage
- Changed wording for GitHub cofounder's feature funding in Zed Editor. - Updated description for DefenceTech CEOs' funding of obstacle avoidance in PX4 Drone Autopilot. - Removed outdated links and content related to Framer and Coolify to streamline the homepage.
1 parent 8226127 commit f1fedb5

File tree

1 file changed

+2
-48
lines changed

1 file changed

+2
-48
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ defmodule AlgoraWeb.HomeLive do
195195
/>
196196
</div>
197197
<div class="text-base leading-6 flex-1">
198-
<div class="text-2xl font-semibold text-foreground">GitHub cofounder bounties new feature in Zed Editor</div>
198+
<div class="text-2xl font-semibold text-foreground">GitHub cofounder funds new feature in Zed Editor</div>
199199
<div class="text-lg font-medium text-muted-foreground">Zed Editor, Scott Chacon</div>
200200
</div>
201201
<.button size="lg">View issue</.button>
@@ -220,60 +220,14 @@ defmodule AlgoraWeb.HomeLive do
220220
/>
221221
</div>
222222
<div class="text-base leading-6 flex-1">
223-
<div class="text-2xl font-semibold text-foreground">DefenceTech CEOs bounty collision prevention fix in PX4 Drone Autopilot</div>
223+
<div class="text-2xl font-semibold text-foreground">DefenceTech CEOs fund obstacle avoidance in PX4 Drone Autopilot</div>
224224
<div class="text-lg font-medium text-muted-foreground">Alex Klimaj, CEO/CTO of ARK Electronics, and Andrew Wilkins, CEO of Ascend Engineering</div>
225225
</div>
226226
<%!-- https://pbs.twimg.com/profile_images/1277333515412045824/Xys6F_6E_400x400.jpg --%>
227227
<%!-- https://pbs.twimg.com/profile_images/1768744461243387905/AHYQnqY9_400x400.jpg --%>
228228
<%!-- https://avatars.githubusercontent.com/u/2019539?v=4 --%>
229229
<.button size="lg">View issue</.button>
230230
</.link>
231-
232-
<.link
233-
href="https://github.com/calcom/cal.com/issues/11953"
234-
class="relative flex items-center gap-x-4 rounded-xl bg-card/50 p-6 ring-1 ring-border hover:bg-card/70 transition-colors"
235-
>
236-
<div class="flex -space-x-4">
237-
<img
238-
class="h-20 w-20 rounded-full z-0"
239-
src="https://github.com/calcom.png"
240-
alt="Cal.com"
241-
/>
242-
<img
243-
class="h-20 w-20 rounded-full z-10"
244-
src="https://github.com/framer.png"
245-
alt="Framer"
246-
/>
247-
</div>
248-
<div class="text-base leading-6 flex-1">
249-
<div class="text-2xl font-semibold text-foreground">Framer</div>
250-
<div class="text-lg font-medium text-muted-foreground">Design & Prototyping Tool</div>
251-
<div class="text-lg font-medium text-foreground">
252-
Funded multiple round-robin hosts in Cal.com
253-
</div>
254-
</div>
255-
<.button size="lg">View issue</.button>
256-
</.link>
257-
<.link
258-
navigate={~p"/org/coollabsio"}
259-
class="relative flex items-center gap-x-4 rounded-xl bg-card/50 p-6 ring-1 ring-border hover:bg-card/70 transition-colors"
260-
>
261-
<img
262-
class="h-20 w-20 rounded-full"
263-
src="https://github.com/coollabsio.png"
264-
alt="Coolify"
265-
/>
266-
<div class="text-base leading-6 flex-1">
267-
<div class="text-2xl font-semibold text-foreground">Coolify</div>
268-
<div class="text-lg font-medium text-muted-foreground">
269-
Self-Hosted Heroku Alternative
270-
</div>
271-
<div class="text-lg font-medium text-foreground">
272-
Community funded features
273-
</div>
274-
</div>
275-
<.button size="lg">View issue</.button>
276-
</.link>
277231
</div>
278232
</div>
279233
<div class="mx-auto max-w-4xl px-6 lg:px-8 mt-16">

0 commit comments

Comments
 (0)