Skip to content

wrllsg/LadderStone_HTML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LadderStone HTML Directory

LadderStone Logo

Static HTML components and pages for the LadderStone.com website

Overview

This directory contains the HTML implementation for LadderStone's website components, including embedded brand guides powered by Baseline.is. The project is structured for easy deployment and maintenance of static web content.

Client: LadderStone
Developer: WRLD Tech Co
Website: Ladderstone.com

Project Structure

HTML/
├── README.md           # This file
├── Brand/              # Brand guide section
│   └── index.html      # Embedded Baseline.is brand guide
└── .github/
    └── copilot-instructions.md  # AI coding guidelines

Features

  • Responsive Brand Guides: Embedded Baseline.is brand guide with automatic resizing
  • Static Deployment: Self-contained HTML files ready for any web server
  • Client-Ready: Professional implementation following WRLD Tech Co standards

Quick Start

Local Development

  1. Clone or download this directory to your local machine

  2. Open any HTML file directly in your browser, or

  3. Use a local server for testing:

    # Using Python (if installed)
    python -m http.server 8000
    
    # Using Node.js (if installed)
    npx serve .
    
    # Using PHP (if installed)
    php -S localhost:8000
  4. Navigate to http://localhost:8000 in your browser

Viewing Brand Guide

  • Open Brand/index.html directly in your browser
  • The brand guide will load automatically from Baseline.is
  • Chat functionality is disabled for clean presentation

Adding New Sections

To add new pages or sections to the LadderStone website:

  1. Create a new directory (e.g., About/, Services/, Contact/)
  2. Add an index.html file in the new directory
  3. For brand guide sections: Copy the iframe embed pattern from Brand/index.html
  4. For regular pages: Use standard HTML structure
  5. Test responsiveness across different screen sizes

Technical Details

Brand Guide Integration

The brand guide uses an embedded iframe with responsive resizing:

  • Source: Baseline.is brand guide platform
  • Responsive: Automatically adjusts to container width
  • Clean Interface: Chat functionality disabled for professional appearance

Browser Compatibility

  • Modern Browsers: Chrome, Firefox, Safari, Edge (latest versions)
  • Mobile: Responsive design works on all mobile devices
  • Legacy: Internet Explorer 11+ (with degraded experience)

Deployment

These static HTML files can be deployed to:

  • Static Hosting: Netlify, Vercel, GitHub Pages
  • Web Servers: Apache, Nginx, IIS
  • CDN: Cloudflare, AWS CloudFront
  • Traditional Hosting: cPanel, shared hosting

Simply upload the entire directory structure to your web server.

Brand Guidelines

All content in this directory must align with:

  • LadderStone Brand Standards: Colors, fonts, and visual identity
  • WRLD Tech Co Quality: Professional development standards
  • Web Accessibility: WCAG guidelines where applicable
  • Performance: Fast loading times and optimized assets

Support

For questions or modifications to this LadderStone website implementation:

WRLD Tech Co
Web Development & Digital Solutions


This README provides the essential information for working with LadderStone's HTML directory. For detailed development guidelines, see .github/copilot-instructions.md.

About

Static HTML components and pages for the LadderStone.com website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%