Skip to content

shaanmr/bootslander-replica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootslander Landing Page Replica

This project is a static HTML & CSS replica of the "Bootslander" landing page, inspired by the original BootstrapMade Bootslander template. It is built from scratch using only HTML and CSS, with a focus on clean, responsive design and modern web layout practices.

Features

  • Fully Responsive Layout: Adapts to all screen sizes using custom CSS.
  • Multi-section Landing Page:
    • Hero section with call-to-action
    • About Us
    • Features grid
    • Image Gallery
    • Testimonials
    • Team Members
    • Pricing Plans
    • FAQ
    • Contact Form
  • Custom CSS Styling: No CSS frameworks used; all styles are handcrafted.
  • Image Assets: Includes gallery, team, and testimonial images.
  • Font Awesome Icons: Social media icons (ensure you include Font Awesome via CDN if you want icons to display).

Project Structure

/
├── index.html
├── style.css
└── img/
    ├── hero-bg-2.jpg
    ├── hero-img.png
    ├── details-1.png
    ├── details-2.png
    ├── details-3.png
    ├── details-4.png
    ├── faq.jpg
    ├── favicon.png
    ├── logo.png
    ├── testimonials-bg.jpg
    ├── apple-touch-icon.png
    ├── gallery/
    │   ├── gallery-1.jpg ... gallery-8.jpg
    ├── testimonials/
    │   ├── testimonials-1.jpg ... testimonials-5.jpg
    └── team/
        ├── team-1.jpg ... team-3.jpg

Getting Started

  1. Clone or Download this repository.
  2. Open index.html in your web browser.
  3. (Optional) Add Font Awesome
    For social icons to display, add the following line inside the <head> of index.html:
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
  4. No build tools or dependencies required.
    All code is static and runs in any modern browser.

Customization

  • Images: Replace images in the img/ folders to personalize the gallery, team, or testimonials.
  • Colors & Styles: Edit style.css to change the look and feel.
  • Content: Modify index.html to update text, sections, or add new features.

Credits

License

This project is for educational and demonstration purposes. Please check the original BootstrapMade license if you plan to use this for commercial projects.

About

A static HTML & CSS replica of the "Bootslander" landing page, built from scratch with a focus on clean, responsive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors