Skip to content

xu42/simple-app-landing-page-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple App Landing Page Template

中文文档

A clean, responsive landing page template for mobile applications. Built with pure HTML, CSS, and JavaScript, making it easy to customize and deploy.

Features

  • 🎯 Responsive design that works on all devices
  • 📱 App store download buttons section
  • 🖼️ Image carousel with touch support
  • 🎨 Clean and modern UI
  • 🚀 Fast loading with minimal dependencies
  • 💡 Easy to customize
  • 📦 No framework required

Structure

.
├── index.html          # Main landing page
├── privacy.html        # Privacy policy page
├── images/            
│   ├── app-icon.png    # Your app icon
│   ├── screenshot-*.jpg # App screenshots
│   └── *-badge.svg     # App store badges
└── LICENSE             # MIT license

Getting Started

  1. Clone this repository
  2. Replace images in the images folder with your own:
    • Replace app-icon.png with your app icon
    • Replace screenshot-*.jpg with your app screenshots
    • Update store badges if needed
  3. Edit index.html to customize:
    • App title and description
    • Download links
    • Features list
    • Contact information
    • Footer content

Customization

Colors

The template uses a minimal color scheme that you can easily modify in the CSS section of index.html:

  • Main background: #f8f9fa
  • Footer background: #2c3e50
  • Text colors: Default and #666 for descriptions

Layout

The template includes responsive breakpoints:

  • Mobile: up to 768px
  • Tablet: 769px to 1024px
  • Desktop: 1025px and above

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, please feel free to open an issue or contact us.

Releases

No releases published

Packages

No packages published

Languages