Skip to content
Merged
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
17 changes: 2 additions & 15 deletions app/views/static_pages/index/_explore.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</p>
</li>
<% end %>
<%# link_to "https://sprig.hackclub.com?utm_source=hcb&utm_medium=web&utm_campaign=explore", style: "max-width: calc(100vw - 2rem)", class: "draggable no-underline" do %>
<!-- li class="card card--hover flex flex-col h-full mx-auto card--background-image" style="--bg-image: url('https://cdn.hackclub.com/rescue?url=https://hc-cdn.hel1.your-objectstorage.com/s/v3/66c5fe262f184804a350fcecc44d77fd3d9d8944_image.png')">
<%= link_to "https://sprig.hackclub.com?utm_source=hcb&utm_medium=web&utm_campaign=explore", style: "max-width: calc(100vw - 2rem)", class: "draggable no-underline" do %>
<li class="card card--hover flex flex-col h-full mx-auto card--background-image" style="--bg-image: url('https://cdn.hackclub.com/rescue?url=https://hc-cdn.hel1.your-objectstorage.com/s/v3/66c5fe262f184804a350fcecc44d77fd3d9d8944_image.png')">
<div class="flex gap-2 items-center">
<img src="https://cdn.hackclub.com/rescue?url=https://hc-cdn.hel1.your-objectstorage.com/s/v3/de7a5973beecd3e2e4675d8b703ecbd7c9a4f6c6_image.png" height="24" weight="24" class="rounded align-bottom" alt="Sprig logo">
<strong class="text-xl leading-tight">
Expand All @@ -50,19 +50,6 @@
Build a JavaScript game, share it with the community, and receive a
free Sprig gaming console.
</p>
</li -->
<%# end %>
<%= link_to "https://outpost.hackclub.com?utm_source=hcb", style: "max-width: calc(100vw - 2rem)", class: "draggable no-underline" do %>
<li class="card card--hover flex flex-col h-full mx-auto card--background-image" style="--bg-image: url('https://user-cdn.hackclub-assets.com/019ee0ed-dab7-7574-9304-5082eff65514/bg1.png')">
<div class="flex gap-2 items-center">
<img src="https://cdn.hackclub.com/019ee0ed-f0c1-754f-a9ac-5348c91e80c4/favicon.png" height="24" weight="24" class="rounded align-bottom" alt="Outpost logo">
<strong class="text-xl leading-tight">
Outpost
</strong>
</div>
<p>
Make hardware projects to qualify for a 4-day hackathon followed by a 2-day showcase at Open Sauce!
</p>
</li>
<% end %>
<%= link_to "https://hackclub.com/slack?utm_source=hcb&utm_medium=web&utm_campaign=explore", style: "max-width: calc(100vw - 2rem)", class: "draggable no-underline" do %>
Expand Down
Loading