Guest User

Untitled

a guest
Oct 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # Day One
  2.  
  3. *Intro Lab*
  4. I am so excited that ESLint exists. I have downloaded spell check extentions to my browsers when I wrote social media
  5. content for my previous jobs, so I am excited the same type of resource is available for code!
  6.  
  7. *About Me Lab*
  8.  
  9. **HTML**
  10. This section was easy. I enjoy the content writing of HTML. I did struggle a bit with the semantic elements. I'm not sure
  11. if I should be using so many section tags and not more specific ones, but they seemed right for the content I had in this
  12. specific assignment. I'm excited to read a bit more about semantic elements.
  13.  
  14. **Mobile First and CSS**
  15. I enjoyed the design aspect of this assignment (as always). That is where I feel most comfortable since I have a minor
  16. design background and knowledge of basic Adobe InDesign, Photoshop, Illustrator. Mobile first (selfishly) makes design
  17. feel less daunting.
  18.  
  19. **Floats**
  20. Bane of my existence. I don't enjoy them, but the tinkering was pretty fun. Jordan taught me about _clear:initial;_ to set
  21. my clear float back to the default. This helped me move my game div from a footer (on the smaller display) to floating
  22. underneath my main photo as the display width became bigger.
Add Comment
Please, Sign In to add comment