This is the Microverse first module capstone project that represent the Infinity website development company blog.
- Html
- Css
- Font-awesome
- Bootstrap
- Javascript
Here is a video of me walking you through the website and talking over the main features.
To get the content of this project locally you need to run the following commands in your terminal:
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
bash git clone https://github.com/Iqbal-Elham/personal_portfolio.git
- To access cloned directory run:
bash cd Hello_micorverse
- Open it with the live server
To install linters and other project's dependencies run:
bash npm install
Test for Linters For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
bash npx hint .
- For tracking linter errors in CSS or SASS files run:
bash npx stylelint "**/*.{css,scss}"
- For tracking linter errors in javascript files run:
bash npx eslint .
👤 Iqbal Elham
- GitHub: iqbal-elham
- linkedIn: iqbal-elham
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Template was provided by Cindy Shin on Behance and you can view it here
This project is MIT licensed.