A modern, responsive landing page for a cashier/payment system built with Bootstrap 5 and custom CSS.
- Responsive Design: Mobile-first approach with Bootstrap 5.3.7
- Modern UI: Clean and professional design with smooth animations
- Interactive Elements: Hover effects, blur animations, and smooth transitions
- Section Highlights:
- Hero section with call-to-action buttons
- Company carousel with infinite scroll animation
- Feature cards with interactive hover effects
- Pricing plans with highlighted recommended option
- Customer testimonials with marquee animation
- Plugin integrations showcase
- Contact form for demo booking
- HTML5: Semantic markup structure
- CSS3: Custom styling with CSS variables and animations
- Bootstrap 5.3.7: Responsive grid system and components
- Google Fonts: Poppins font family
- JavaScript: Bootstrap bundle for interactive components
cashier-landing-page/
├── index.html # Main HTML file
├── css/
│ └── style.css # Custom CSS styles
├── images/ # Image assets
│ ├── banner_header.png
│ ├── icon_secure.svg
│ ├── company logos/
│ ├── feature icons/
│ ├── plugin logos/
│ └── profile images/
└── README.md # Project documentation
- Primary Blue:
#3a38ff - Navy:
#101041 - Soft Grey:
#f9fbfc - White:
#ffffff - Dark Grey:
#949293
- Font Family: Poppins (Google Fonts)
- Font Weights: 300, 400, 500, 600, 700, 800
-
Clone the repository
git clone https://github.com/yourusername/cashier-landing-page.git
-
Navigate to project directory
cd cashier-landing-page -
Open in browser
- Simply open
index.htmlin your web browser - Or use a local server like Live Server in VS Code
- Simply open
- Mobile: < 768px
- Tablet: 768px - 1024px
- Desktop: > 1024px
- Navbar: Fixed navigation with responsive toggle
- Grid System: Bootstrap's 12-column grid layout
- Cards: For pricing plans and feature highlights
- Buttons: Primary and secondary button styles
- Form Controls: Contact form elements
- Utilities: Spacing, text alignment, and display utilities
- CSS custom properties (variables) for consistent theming
- Smooth hover animations and transitions
- Marquee animations for testimonials
- Blur effects on card interactions
- Alternating section background colors
- Navigation: Fixed navbar with smooth scrolling links
- Hero: Main banner with value proposition
- Companies: Trusted partners carousel
- Features: Key product features with interactive cards
- Pricing: Three-tier pricing with highlighted recommendation
- Stories: Customer testimonials with animated marquee
- Plugins: Integration showcases with ratings
- Contact: Demo booking form
- Carousel Animation: Infinite scrolling company logos
- Blur Effects: Interactive card focus states
- Marquee Animation: Vertical scrolling testimonials
- Hover Transitions: Smooth scale and shadow effects
This project is open source and available under the MIT License.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request