Portfolio: desktop version

📗 Table of Contents

📖 Hello Microverse

Project created for learning for Use media queries for desktop version at Microverse

Hello Microverse This project set of instructions outlines the requirements for a project, specifically aimed at creating a desktop version of a website. The project requires the use of media queries in the CSS file, which is used to ensure that the website appears as similar as possible to the template selected, specifically for screens that are 768px and larger. To layout the elements on the page, the project requires the use of Grid and Flexbox, which are tools that enable effective and efficient web design. The project does not require any JavaScript functionality, but it is encouraged to continue learning and adding to the project where possible. Finally, it is essential to replicate the design as much as possible, which includes matching the font, colors, images, text, and margins to create a cohesive and visually pleasing website. Overall, this set of instructions provides a clear framework for creating a desktop version of a website that is both functional and visually appealing.

💻 Getting Started To get the content of this project locally you need to run the following commands in your terminal.

To get a local copy up and running follow these simple example steps.

Prerequisites IDE(code editor) like: Vscode, Sublime, etc. Git

Setup 1- Download the Zip file or clone the repo with: git clone https://github.com/asadmisrani/portfoliodesktopversion.github.io 2- To access cloned directory run: cd Portfolio 3- Open it with the live server

Install To install linters and other project's dependencies run:

npm install

Run tests For tracking linter errors locally you need to follow these steps:

1- For tracking linter errors in HTML files run: npx hint . 2- For tracking linter errors in CSS or SASS files run: npx stylelint "*/.{css,scss}" 3- For tracking linter errors in JavaScript files run: npx eslint .

🛠 Built With

Tech Stack

HTML CSS Flexbox and CSS Grid

👥 Author

👤 Asad Shareef

(back to top)

## 🔭 Future Features
  • Make the project more professional
  • I will set up the mobile version

(back to top)

🔭 Future Features [Html] [CSS] [Flexbox]

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you should give me a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the opportunity.

📝 License

This project is MIT licensed.

(back to top)