Portfolio setup and mobile version skeleton
basic design of first section in my portfolio : 1- added html file that contain text's and images. 2- added CSS file to style the HTML File. 3- added linter to the pull request.
The very first siction of the mobile verstion of my portfolio
Work section for portfolio (styling using css and adding to the html)
About me section (styling and adding to the html)
-Desktop Version the Work Section
- Html
- css
- Linter
https://meqdamalqudah.github.io/Portfolio-setup-and-mobile-version-skeleton/
-open the index.html file in chrome and see the portfolio
-click the code button in the repo and then download the files as a zip file
- Click the green
Code
button on the repo and copy link - In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command:
git clone (copied link)
; like so:git clone https://github.com/MeqdamAlqudah/Portfolio-setup-and-mobile-version-skeleton.git
- On the terminal, navigate into the directory like so:
cd Portfolio-setup-and-mobile-version-skeleton
👤 Meqdam Al-qudah