-
Notifications
You must be signed in to change notification settings - Fork 21
Patrick Mooney - Bootcamp solutions #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
[Progress] [To do] |
tiffanyhardin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Patrick,
Tis is looking good. Please review my notes and make the changes where requested.
Thanks, Tiffany
Week 1.1 - HTML/2. Create a Responsive Image - Resolution/index.html
Outdated
Show resolved
Hide resolved
|
When you've make the code changes and are going to send this back, please also update the overview at the top to remove the inaccurate comments/questions. |
✔ Reversed source tag order and changed it to use min-width
✔ Removed "hgroup tag"
✔ Switched out underscores for dashes in class names to align with company style-guide
✔ switched to a triple-equals instead of a double-equals
✔ Switched out my .map function for a way simpler .map function
✔ Switched out my forEach function for a way simpler forEach function
Removed unnecessary code
|
✔ Made the requested changes and edits |
Got rid of unnecessary code in the form tag
[Progress]
-CSS portion complete
-HTML portion complete
-JS portion
-CSS Grid portion
-Flexbox portion
-Made requested edits and changes