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
19 changes: 15 additions & 4 deletions themes/genezio-theme/layouts/_default/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h2>Free <span class="fs-6 opacity-50 fw-normal">forever</span></h2>
*/}}
</div>

<p class="mt-3 mb-4 pb-2">
perfect for prototyping, side projects, academic work, or non-commercial projects
<p class="mt-3 mb-4 pb-2" style="height: 3em">
for prototyping, side projects, academic work, or non-commercial projects
</p>

<div>
Expand Down Expand Up @@ -91,7 +91,7 @@ <h2>15$ <span class="fs-6 opacity-50 fw-normal">/month</span></h2>
*/}}
</div>

<p class="mt-3">
<p class="mt-3" style="height: 3em">
for professionals or teams up to 10 people who deploy to production for
<span class="fw-bold">$15/month</span>
</p>
Expand Down Expand Up @@ -126,6 +126,12 @@ <h2>15$ <span class="fs-6 opacity-50 fw-normal">/month</span></h2>
<p class="m-0 mx-3">Email/chat support</p>
</div>
</div>

<div class="d-flex align-items-center mb-4">
<div>
<p class="m-0 mx-3"></p>
</div>
</div>
</div>

<div class="pt-2">
Expand All @@ -151,7 +157,7 @@ <h2>15$ <span class="fs-6 opacity-50 fw-normal">/month</span></h2>
<div class="d-flex justify-content-between">
<h2 class="fw-bold">Enterprise</h2>
</div>
<p class="mt-3">large organizations and businesses</p>
<p class="mt-3" style="height: 3em">for large organizations and businesses</p>

<p class="pt-3">Everything in Pro, plus:</p>

Expand Down Expand Up @@ -180,6 +186,11 @@ <h2 class="fw-bold">Enterprise</h2>
<img src="/images/community-icon.svg" />
<p class="m-0 mx-3">Advanced support</p>
</div>
<div class="d-flex align-items-center mb-4">
<div>
<p class="m-0 mx-3"></p>
</div>
</div>
</div>

<div class="pt-2">
Expand Down