Skip to content

Commit

Permalink
Merge pull request #264 from Genez-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Tudor-Ang authored Oct 10, 2024
2 parents 7c6e44d + 6e55541 commit da41b1f
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions themes/genezio-theme/layouts/_default/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Free <span class="fs-6 opacity-50 fw-normal">forever</span></h2>
</div>
<div class="d-flex align-items-center mb-4">
<img src="/images/database-icon.svg" />
<p class="m-0 mx-3">Postgres Database</p>
<p class="m-0 mx-3">3 PostgreSQL/MongoDB Databases</p>
</div>
<div class="d-flex align-items-center mb-4">
<img src="/images/unlimited-icon.svg" />
Expand Down Expand Up @@ -693,10 +693,51 @@ <h2 class="fw-bold m-0">Enterprise</h2>
</div>

<p class="mt-4 mb-3 text-success fw-bold pricingTitle">STORAGE</p>
<div class="fixed-width-row">
<div class="fixed-width-col biggerCol">
<div class="d-flex align-items-start py-4">
<p class="mb-0" style="font-weight: 500">PostgreSQL/MongoDB Databases</p>
<div class="custom-tooltip-container mx-2">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M9.25 9.25L9.29149 9.22926C9.86461 8.9427 10.5099 9.46034 10.3545 10.082L9.64549 12.918C9.49009 13.5397 10.1354 14.0573 10.7085 13.7707L10.75 13.75M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10ZM10 6.25H10.0075V6.2575H10V6.25Z"
stroke="white"
stroke-opacity="0.7"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<span class="custom-tooltip-text"
>You can create a maximum of 3 databases in total. For example, 1 MongoDB and 2
PostgreSQL.</span
>
</div>
</div>
</div>
<div class="fixed-width-col">
<p class="mobilePlanTitle">Hobby</p>
<p class="text-center mb-0" style="font-weight: 500">3</p>
</div>
<div class="fixed-width-col middleCol">
<p class="mobilePlanTitle">Pro</p>
<p class="text-center mb-0" style="font-weight: 500">10</p>
</div>
<div class="fixed-width-col">
<p class="mobilePlanTitle">Enterprise</p>
<p class="text-center mb-0" style="font-weight: 500">Custom</p>
</div>
</div>
<div class="fixed-width-row">
<div class="fixed-width-col biggerCol">
<div class="d-flex flex-column align-items-start py-4">
<p class="mb-0" style="font-weight: 500">Postgres Storage</p>
<p class="mb-0" style="font-weight: 500">PostgreSQL/MongoDB Storage</p>
</div>
</div>
<div class="fixed-width-col">
Expand Down

0 comments on commit da41b1f

Please sign in to comment.