Skip to content

it-dherrell/staticsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Website Repository

Welcome to the daveherrell.online Static Website Repository! This repository contains the source code and assets for a daveherrell.online. The site is hosted using Azure Static Apps at zero cost. A simple how-to guide can be found here: https://www.daveherrell.com/azure-hosting-a-static-website-for-free-with-azure-static-apps/

Features

  • Responsive Design: Optimized for various devices and screen sizes.
  • HTML, CSS, and JavaScript: Lightweight and efficient structure.
  • Customizable: Easily modify content and styles to suit your needs.
  • Fast Performance: Built for speed and reliability.

Repository Structure

  • index.html: The main HTML file that serves as the homepage.
  • /css: Contains stylesheets for the website.
  • /js: Contains JavaScript files for interactivity.
  • /assets: Directory for images, icons, and other assets.

Getting Started

Prerequisites

To set up and customize this static website, ensure you have:

  1. A code editor like VS Code.
  2. Basic knowledge of HTML, CSS, and JavaScript.
  3. (Optional) A local server for testing, such as:

Usage

  1. Clone the repository:

    git clone https://github.com/it-dherrell/staticsite.git
    cd staticsite
  2. Open the index.html file in your browser or launch a local server for testing:

    npx live-server
  3. Customize the content in the index.html, css/styles.css, and js/script.js files.

  4. Deploy to your favorite hosting provider:

    • GitHub Pages:
      1. Push your code to the main branch of your GitHub repository.
      2. Enable GitHub Pages in the repository settings.
    • Netlify:
      1. Drag and drop your repository folder into the Netlify dashboard.
    • Other Platforms: Follow their respective deployment guides.

Contributing

Contributions are welcome! If you have ideas for improvements or additional features, feel free to fork the repository and submit a pull request.

Support

If you encounter any issues or have questions, please create an issue in this repository or contact me direct.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors