Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Rapid development, responsive design (works for all screen sizes (19)
  2. Learned how to use bootstrap in an html file.
  3. Bootstrap is responsive to specifically Phone, tablet, laptop, and desktop computer. But scale with percentages when dealing with other monitor sizes.
  4. Can use shortcuts with emmet, like div.container + tab will return <div class="container"></div>. Same with div#honey + tab, it will return <div id="honey"></div>
  5.  
  6. Calling classes in bootstrap are what calls the styles.
  7. A container class is required for the grid system to work, and the grid system is made up of the row class. The row is made up of 12 columns.
  8. Grid system
  9. - A row is only 12 "columns" wide. A column element can be given a size which will take up that many "columns".
  10. - When making column elements in bootstrap, Josh recommends using "col-md-4" a lot of the time.
  11. - container refers to the screen size. When a screen size goes below the specified column size (ie extra small, small, medium, large, x-large), each becomes a column of 12 columns wide.
  12. Parallax transitions photos as you scroll down. Parallax.js
  13.  
  14. Never want to change bootstrap code, only want to override it with your own style sheets.
  15.  
  16. Book: Dont make me think - About user experience.
  17.  
  18. Job Search- Networking w/ Lisa
  19. Who's in your network and how will they respond to you? - 6 stages of trust
  20. Accidents - someone you met on an airplane and had a conversation.
  21. Acquaintances -
  22. Associates
  23. Actors
  24. Advocates
  25. Allies
  26. The power of weak ties. Opportunities come from outside of your close network.
  27. Asking for 20 minutes (and coffee, tea, or hot chocolate)
  28. Take anything anyone's willing to offer you.
  29. What goes in the message:
  30. a sentence or two about:
  31. who you are and your career transition
  32. wanting to get adivce about becoming a software engineer from a professional
  33. coffee or phone meeting for 20 minutes.
  34. Before the meeting:
  35. Do your research- check out the company website, their linkedin profile and history
  36. Come up with 3-5 questions you most want answes to that you can't find out about anywhere else.
  37. During the meeting:
  38. Stick to 20 minutes! Let them decide if they want to extend the conversation.
  39. Thank them, highlight people and connections you have in common and introduce yourself.
  40. Ask your prepared questions and take notes
  41. Ask is there anyone else you can think of I should meet with to learn more about shifting into this industry? (if so, can you they introduce you, or can you use their name?)
  42. Ask "how can I help you?"
  43. Send a thank you email and or card for their time. - personalize with something you appreciated discussing/learning from them.
  44. Follow up with anyone they connected you with(and let them know you did so) and on anything you'd said you'd to for them.
  45. Schedule more meetings!
  46.  
  47. These conversations are not about asking for a job, an interview, an internship, or a resume review. People can only give you time, information, and advice.
  48. Other ways to network-
  49. Meetups, conferences, networking events.
  50.  
  51. CVs are optional.
  52.  
  53. AngelList and Builtin. - Kat Evans highly recommends.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement