Skip to content

feat: add glassmorphism pricing card#11397

Merged
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
ash1shkumar:feat/glassmorphism-pricing-card
Jun 17, 2026
Merged

feat: add glassmorphism pricing card#11397
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
ash1shkumar:feat/glassmorphism-pricing-card

Conversation

@ash1shkumar

Copy link
Copy Markdown
Contributor

Pull Request Description

Closes #9669

Expected Labels:

  • gssoc
  • level:intermediate

Adds a new Glassmorphism Pricing Card showcase under submissions/examples/glassmorphism-pricing-card/.

This submission introduces a modern glassmorphism-inspired pricing section built entirely with HTML and CSS. The showcase demonstrates frosted-glass UI effects, pricing tiers, featured plan highlighting, hover animations, gradient accents, and responsive layouts commonly used in SaaS landing pages and modern product websites.


Type of Change

  • 🧩 New component

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/examples/glassmorphism-pricing-card/
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

A premium pricing card showcase featuring glassmorphism styling, multiple pricing tiers, featured plan highlighting, hover animations, and responsive layouts.

How does a developer use it?

<div class="pricing-card">
  <h2>$49</h2>
  <p>Pro Plan</p>
</div>

Why does it fit EaseMotion CSS?

  • Uses human-readable class names
  • Demonstrates modern UI design patterns
  • Features smooth hover animations
  • Lightweight pure HTML and CSS implementation
  • Encourages reusable component architecture
  • Showcases premium visual effects without JavaScript

Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer

This showcase includes:

  • Glassmorphism card design
  • Three pricing tiers
  • Featured plan highlight
  • Frosted-glass blur effects
  • Gradient CTA buttons
  • Hover lift animations
  • Pricing badges
  • Floating background glow effects
  • Responsive layout
  • Pure HTML and CSS implementation
  • No JavaScript dependencies

The implementation focuses on showcasing modern SaaS pricing section patterns commonly found in landing pages, startup websites, subscription platforms, and product marketing sites while remaining aligned with EaseMotion CSS's animation-first philosophy and reusable component architecture.

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ Submission Validation Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/glassmorphism-pricing-card

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • The maintainer will review your PR
  • Respond to any feedback if requested
  • Once approved, your contribution will be merged!

Thank you for contributing to EaseMotion CSS! 🎉

@SAPTARSHI-coder SAPTARSHI-coder merged commit f46043e into SAPTARSHI-coder:main Jun 17, 2026
1 check passed
@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS integrated Successfully merged and included in the framework labels Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

Thank you for your contribution, @ash1shkumar! Your changes have been successfully merged into main and will be credited to your wall. 🚀

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @ash1shkumar! 🚀

Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨

Thank you again, and happy coding! 💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions contribution good first issue Good for newcomers gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Glassmorphism Pricing Card

2 participants