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.
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
-
Clone the Repository
git clone https://github.com/datamazin/datamazin-website.git cd datamazin-website -
Open the Website
- Open
index.htmlin your web browser to view the homepage. - Navigate to the About section and the Blog from the homepage.
- Open
- The website is designed to be hosted on GitHub Pages. To deploy, push your code to the
mainbranch of your GitHub repository and enable GitHub Pages in the repository settings. - Update the blog section by adding new HTML files in the
blog/postsdirectory.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.