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/
- 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.
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.
To set up and customize this static website, ensure you have:
- A code editor like VS Code.
- Basic knowledge of HTML, CSS, and JavaScript.
- (Optional) A local server for testing, such as:
- Live Server (VS Code Extension).
-
Clone the repository:
git clone https://github.com/it-dherrell/staticsite.git cd staticsite -
Open the
index.htmlfile in your browser or launch a local server for testing:npx live-server
-
Customize the content in the
index.html,css/styles.css, andjs/script.jsfiles. -
Deploy to your favorite hosting provider:
- GitHub Pages:
- Push your code to the
mainbranch of your GitHub repository. - Enable GitHub Pages in the repository settings.
- Push your code to the
- Netlify:
- Drag and drop your repository folder into the Netlify dashboard.
- Other Platforms: Follow their respective deployment guides.
- GitHub Pages:
Contributions are welcome! If you have ideas for improvements or additional features, feel free to fork the repository and submit a pull request.
If you encounter any issues or have questions, please create an issue in this repository or contact me direct.