Skip to content

Datamazin/DataMazin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMazin Website

This repository contains the source code for a Business Intelligence consulting firm website that specializes in Microsoft BI and Fabric. The website is designed to provide information about the firm, showcase blog posts on current topics, and offer insights into the services provided.

Project Structure

The project has the following structure:

bi-consulting-website
├── index.html          # Homepage of the website
├── about.html          # About section of the consulting firm
├── blog
│   ├── index.html      # Main page for the blog
│   └── posts
│       └── sample-post.html  # Sample blog post
├── assets
│   ├── css
│   │   └── style.css   # CSS styles for the website
│   └── js
│       └── main.js     # JavaScript code for interactive features
└── README.md           # Documentation for the project

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/datamazin/datamazin-website.git
    cd datamazin-website
  2. Open the Website

    • Open index.html in your web browser to view the homepage.
    • Navigate to the About section and the Blog from the homepage.

Usage Guidelines

  • The website is designed to be hosted on GitHub Pages. To deploy, push your code to the main branch of your GitHub repository and enable GitHub Pages in the repository settings.
  • Update the blog section by adding new HTML files in the blog/posts directory.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors