Skip to content

lukebarge/nodeDancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dancer Consulting Website

A static website for Dancer Consulting Ltd, a professional surveying and property consulting firm.

Structure

/
├── index.html              # Homepage
├── info.html               # Company information
├── services.html           # Services offered
├── contact-us.html         # Contact information
└── resources/
    ├── css/                # Stylesheets
    ├── images/             # Images and logos
    └── foundation-icons/   # Icon assets

Local Development

To run a local development server:

npm install
npm start

The site will be available at http://localhost:8080

Deployment

This site is configured for GitHub Pages deployment.

Deploy to GitHub Pages

  1. Push your changes to GitHub:

    git add -A
    git commit -m "Update website"
    git push origin master
  2. Enable GitHub Pages in your repository settings:

    • Go to Settings → Pages
    • Source: Deploy from a branch
    • Branch: master
    • Folder: / (root)
    • Save
  3. Your site will be live at https://[username].github.io/[repository-name]/

Technologies

  • HTML5
  • CSS3
  • Material Design Lite
  • Foundation Icons

Company Information

Dancer Consulting Ltd

  • Registered in England, No. 10609882
  • Regulated by RICS

About

node.js Dancer Consulting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors