Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing the ui design of the pricing section with same theme but better ui/ux. #4023

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4123,8 +4123,12 @@ <h3 class="h3 card-title">Fresh Pages - New Releases</h3>
<p class="card-text">
Exchange any recently released or gently used books, less than a year old, at 75% of the original cost (Limited Offer)
</p>
<a href="assets/html/checkout.html">
<button class="btn btn-secondary">BUY NOW</button>
<a href="assets/html/checkout.html" class="cta1 style-9">
<span style="position: relative; top: 2.7rem; font-size: 1rem;">Buy Now</span>
<svg width="1.3rem" height="1rem" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</li>
Expand All @@ -4138,8 +4142,12 @@ <h3 class="h3 card-title">Timeless Classics - Aged Wonders</h3>
<p class="card-text">
Beloved classics or books aged 1 to 5 years at 50% of the original cost, preserving the magic of timeless stories.
</p>
<a href="assets/html/checkout.html">
<button class="btn btn-secondary">BUY NOW</button>
<a href="assets/html/checkout.html" class="cta1 style-9">
<span style="position: relative; top: 2.7rem; font-size: 1rem;">Buy Now</span>
<svg width="1.3rem" height="1rem" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</li>
Expand All @@ -4153,8 +4161,12 @@ <h3 class="h3 card-title">Hidden Treasures - Vintage Editions</h3>
<p class="card-text">
Dive into the past with vintage editions or books over 5 years old, available for exchange at 25% of their original cost.
</p>
<a href="assets/html/checkout.html">
<button class="btn btn-secondary">BUY NOW</button>
<a href="assets/html/checkout.html" class="cta1 style-9">
<span style="position: relative; top: 2.7rem; font-size: 1rem;">Buy Now</span>
<svg width="1.3rem" height="1rem" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</li>
Expand Down