KatIsCoding / Portfolio

Personal Portfolio inspired in a template provided by @Microverse
4 stars 0 forks source link

Toolbar and headline added (Mobile version) Fully tested and documented #1

Closed KatIsCoding closed 3 years ago

KatIsCoding commented 3 years ago

The toolbar and headline were added in the first push.

This pull request contains all the detailed information regarding the addition of the toolbar and headline to the webpage.

Files added/modified:

+ index.html

Later on, the main page was styled and some resources were added to it. Files added/modified:

+ styles.css
+ src/
! The src/ folder contains all the resources used

After, it was tested and successfully passed all the linter tests. How to reproduce:

+ npx hint .
+ npx stylelint "**/*.{css,scss}"

And for the last step, the project was properly documented: Files added/modified:

! README.md
+ screenshot.png
KatIsCoding commented 3 years ago

@ahmetbozaci this is my first time receiving a "changes requested" so should I create a new pull request for the next submission or I can do it here? Never mind, I just saw what to do on my dashoard!