This is my personal portfolio mobile and desktop version
- Html
- Css
- font-awesome
[Maher Ramadan]
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
- 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 .
👤 Maher Ramadan
- GitHub: @maherramadan78
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.