Latest version of my personal website

index.html 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ---
  2. layout: home
  3. title: Tyler Hallada
  4. ---
  5. <script>
  6. window.onload = function () {
  7. new Magic().draw();
  8. }
  9. </script>
  10. <div id="home">
  11. <div class="card profile-card">
  12. <div class="row clearfix">
  13. <div class="column full">
  14. <h1 class="big-name">Tyler Hallada</h1>
  15. </div>
  16. </div>
  17. <div class="row clearfix">
  18. <div class="column fourth">
  19. <div class="profile-card-portrait">
  20. <img src="img/profile_icon_128x128.jpg" alt="profile image">
  21. </div>
  22. <hr class="hide-desktop hide-desktop-block">
  23. </div>
  24. <div class="column three-fourths">
  25. <div class="profile-card-content">
  26. <div class="profile-card-quote">
  27. <blockquote id="front-quote"><p><i>"The programmer, like the poet,
  28. works only slightly removed from pure thought-stuff. He builds his
  29. castles in the air, from air, creating by exertion of the
  30. imagination."</i></p><footer>&mdash; Fred Brooks</footer></blockquote>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="row clearfix">
  36. <div class="column full">
  37. <div class="profile-card-desc">
  38. <p>I am a software engineer at
  39. <a href="https://www.outcomes4me.com/">Outcomes4Me</a>
  40. helping to build a breast cancer help that gives users the knowledge, tools, and options to navigate their
  41. treatment. I'm also a Computer Science graduate from
  42. <a href="http://www.northeastern.edu/">Northeastern University</a>.
  43. </p>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. <div class="row clearfix">
  49. <div class="column fourth mobile-half">
  50. <a href="/blog/" class="no-decoration link-card card">
  51. <img src="img/book.png" alt="book" class="icon" /><br/>
  52. <span>Blog</span>
  53. </a>
  54. </div>
  55. <div class="column fourth mobile-half">
  56. <a href="/resume.pdf" class="no-decoration link-card card">
  57. <img src="img/resume.png" alt="resume" class="icon" /><br/>
  58. <span>Resume</span>
  59. </a>
  60. </div>
  61. <div class="column fourth mobile-half">
  62. <a href="http://github.com/thallada" rel="me" class="no-decoration link-card card">
  63. <img src="img/github.png" alt="github" class="icon" /><br/>
  64. <span>Github</span>
  65. </a>
  66. </div>
  67. <div class="column fourth mobile-half">
  68. <a href="https://flic.kr/ps/2Vy25U" rel="me" class="no-decoration link-card card">
  69. <img src="img/photos.png" alt="photos" class="icon" /><br/>
  70. <span>Photos</span>
  71. </a>
  72. </div>
  73. </div>
  74. </div>