Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import FeatureCard from './feature-card.svelte';
import Button from '$lib/components/button/button.svelte';
import ArrowCounterClockwiseHeart from '$lib/components/icons/ArrowCounterClockwiseHeart.svelte';
import PulsatingCircle from '$lib/components/pulsating-circle/pulsating-circle.svelte';
import ArrowBoxUpRight from '$lib/components/icons/ArrowBoxUpRight.svelte';

interface Props {
Expand Down Expand Up @@ -85,15 +84,12 @@

<div class="explore">
<FeatureCard imageUrl="/assets/wave/wave-hp.png">
<div class="highlight-badge typo-header-5">
<PulsatingCircle pulseColor="rgba(255,255,255,0.5)" />
NEW
</div>
<div class="highlight-badge typo-header-5">CONTRIBUTOR REWARDS</div>

<div>
<h2 style:margin-bottom="0.25rem">Introducing Drips Wave</h2>
<h2 style:margin-bottom="0.25rem">Drips Wave</h2>
<p>
With Drips Wave, open-source ecosystems run recurring one-week contribution sprints. During
Open-source ecosystems use Drips Wave to run recurring one-week contribution sprints. During
these Waves, contributors receive Points, for which they earn rewards.
</p>
</div>
Expand Down Expand Up @@ -174,25 +170,19 @@
{/if}

<FeatureCard imageUrl="/assets/blog-images/rpgf/rpgf-filecoin-launch.png">
<div class="highlight-badge typo-header-5">
<PulsatingCircle pulseColor="rgba(255,255,255,0.5)" />
LIVE NOW
</div>
<div class="highlight-badge typo-header-5">RETROPGF ROUND</div>

<div>
<h2 style:margin-bottom="0.25rem">Filecoin RetroPGF-3 on Drips</h2>
<p>
Filecoin's largest RetroPGF round to date is now live on Drips' new end-to-end RetroPGF
platform.
</p>
<p>Filecoin's largest RetroPGF round to date used Drips' end-to-end RetroPGF platform.</p>
</div>

{#snippet actions()}
<Button
variant="primary"
icon={ArrowBoxUpRight}
href="https://filecoin.drips.network/app/rpgf/rounds/fil-retropgf-3"
target="_blank">Check it out</Button
target="_blank">View the round</Button
>
<Button
icon={ArrowCounterClockwiseHeart}
Expand Down