Guest User

Untitled

a guest
Aug 31st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ResponsiveFlexboxLayout</title>
  5. </head>
  6. <body>
  7. <header id="header">
  8. <h2>Name<br>Contact Info</h2>
  9. </header>
  10. <article id="main">
  11. <section id="summary">
  12. <h3>Summary</h3>
  13. <p>Lots of cool facts and personality traits here</p>
  14. </section>
  15. <section class="overview">
  16. <h4 class="title">Technical Skills</h4>
  17. <div class="job-wanted">
  18. <h3 class="list-title">BA</h3>
  19. <ul class="bullets">
  20. <li>1</li>
  21. <li>2</li>
  22. <li>3</li>
  23. <li>4</li>
  24. </ul>
  25. </div>
  26. <div class="job-wanted">
  27. <h3 class="list-title">PM</h3>
  28. <ul class="bullets">
  29. <li>1</li>
  30. <li>2</li>
  31. <li>3</li>
  32. <li>4</li>
  33. </ul>
  34. </div>
  35. </section>
  36. <section class="overview-exp">
  37. <h4 class="title">Prof Exp</h4>
  38. <div class="type-year">
  39. <div class="type">
  40. <h4 class="list-title">Job1</h4>
  41. <ul class="bullets">
  42. <li>1qwertyuiop qwertyuiop qwertyuiop qwertyuiop qwetyuiop qwertyuio qwui </li>
  43. <li>2</li>
  44. <li>3</li>
  45. <li>4</li>
  46. </ul>
  47. </div>
  48. <div class="year">
  49. <h4 class="list-title">Year1 1234567890 qweriop
  50. </h4>
  51. </div>
  52. </div>
  53. </section>
  54. <section class="overview-exp">
  55. <h4 class="title">Ed Exp</h4>
  56. <div class="type-year">
  57. <div class="type">
  58. <h4 class="major">Major11qwertyuiop qwertyuiop qwertyuiop qwertyuiop qwetyuiop qwertyuio qwui</h4>
  59. <p class="school-info">School<br>Location</p>
  60. </div>
  61. <h4 id="gpa">GPA: 1</h4>
  62. <div class="year">
  63. <h4 class="list-title">Year1 1qwertyuiop qwertyuiop qwertyuiop qwertyuiop qwetyuiop qwertyuio qwui</h4>
  64. </div>
  65. </div>
  66. </section>
  67. </article>
  68. </body>
  69. </html>
Add Comment
Please, Sign In to add comment