Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 4, 2024
1 parent f5671b0 commit 39f0444
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -748,16 +748,27 @@ <h2 class="text-2xl capitalize text-center">Serverless</h2>
Ready to use public event sources
</span>
</div>
<div class="flex items-center py-2">
<span class="h-6 w-6"><svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-blue-400" viewBox="0 0 20 20"
fill="currentColor">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
clip-rule="evenodd"/>
</svg></span>
<span class="mx-2">
Up to 10 free subscriptions
</span>
</div>
<div class="flex items-center py-2">
<span class="h-6 w-6"><svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-blue-400" viewBox="0 0 20 20"
fill="currentColor">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
clip-rule="evenodd"/>
</svg></span>
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
clip-rule="evenodd"/>
</svg></span>
<span class="mx-2">
Free single subscription that never expires
</span>
Up to 100 free publications per day
</span>
</div>
</div>

Expand All @@ -781,13 +792,7 @@ <h1 class="text-xl font-medium capitalize font-semibold flex items-center justif
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-blue-400" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
</svg>
<span class="mx-2">Free to use</span>
</div>
<div class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-blue-400" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
</svg>
<span class="mx-2">Adding own sources</span>
<span class="mx-2">Free tier available</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -816,14 +821,6 @@ <h1 class="text-xl font-medium capitalize font-semibold flex items-center justif
</svg>
<span class="mx-2">Free first 30 days of access</span>
</div>
<div class="flex items-center">
<span class="h-5 w-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-blue-400" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
</svg>
</span>
<span class="mx-2">Free first 100 pubs per day</span>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 39f0444

Please sign in to comment.