Added COMMENTS file for team to review#39
Open
mollyfish wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comments for Resume Formatter Final Project
These comments are also in the added markdown file.
<a>tag in the footer, and a closing</button>tag that has no partner...I would go with the<a>instead of the<button>.<i>tag for icons (see more on the proper use of the<i>tag at MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i).<i>tag, but you don't. You can slap the icon class onto any element, and it will insert the icon into the::beforepseudoelement, regardless. In this case, I would put the icon class onto the existing<a>tag. Works just fine, and avoids the extraneous<i><fieldset>tag instead of the<section>tag, since these are, in fact, forms.@importstatements..sassinstead of.scssyou will be working with a whitespace-delimited language and thus spacing and tabbing becomes massively important!NICE JOB, YOU GUYS!
This is very impressive, and for a non-front-end course you tackled a very front-end-heavy project and did an amazing job with it.