thallada.github.io/index.html

75 lines
2.4 KiB
HTML
Raw Normal View History

2014-06-29 19:51:58 +00:00
---
layout: home
title: Tyler Hallada
---
2014-12-20 23:18:08 +00:00
<script>
window.onload = function () {
new Magic().draw();
}
</script>
2014-07-15 01:50:46 +00:00
<div id="home">
2014-06-29 19:51:58 +00:00
<div class="card profile-card">
<div class="row clearfix">
<div class="column full">
2014-07-13 23:18:26 +00:00
<h1 class="big-name">Tyler Hallada</h1>
2014-06-29 19:51:58 +00:00
</div>
</div>
<div class="row clearfix">
<div class="column fourth">
<div class="profile-card-portrait">
2014-09-16 21:32:48 +00:00
<img src="profile_icon_128x128.png" alt="profile image">
2014-06-29 19:51:58 +00:00
</div>
2015-01-11 23:01:15 +00:00
<hr class="hide-desktop hide-desktop-block">
2014-06-29 19:51:58 +00:00
</div>
<div class="column three-fourths">
<div class="profile-card-content">
<div class="profile-card-quote">
2014-09-16 21:32:48 +00:00
<blockquote id="front-quote"><p><i>"The programmer, like the poet,
2014-06-29 19:51:58 +00:00
works only slightly removed from pure thought-stuff. He builds his
castles in the air, from air, creating by exertion of the
2014-09-16 21:32:48 +00:00
imagination."</i></p><footer>&mdash; Fred Brooks</footer></blockquote>
2014-06-29 19:51:58 +00:00
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="column full">
<div class="profile-card-desc">
<p>I am a Computer Science student at
<a href="http://www.northeastern.edu/">Northeastern University</a>
and I'm helping make healthcare in the US more efficient at
<a href="http://kyruus.com/">Kyruus</a> as a Software Engineering
Co-op Intern.</p>
</div>
</div>
</div>
</div>
2014-07-13 00:06:42 +00:00
<div class="row clearfix">
<div class="column fourth mobile-half">
<a href="/blog" class="no-decoration link-card card">
2015-08-03 16:59:45 +00:00
<img src="img/book.png" alt="book"/><br/>
<span>Blog</span>
2014-07-13 00:06:42 +00:00
</a>
</div>
<div class="column fourth mobile-half">
<a href="/resume.pdf" class="no-decoration link-card card">
2015-08-03 16:59:45 +00:00
<img src="img/resume.png" alt="resume"/><br/>
<span>Resume</span>
2014-07-13 00:06:42 +00:00
</a>
</div>
<div class="column fourth mobile-half">
2015-08-03 16:59:45 +00:00
<a href="http://github.com/thallada" rel="me" class="no-decoration link-card card">
<img src="img/github.png" alt="github"/><br/>
<span>Github</span>
2014-07-13 00:06:42 +00:00
</a>
</div>
<div class="column fourth mobile-half">
2015-08-03 16:59:45 +00:00
<a href="https://flic.kr/ps/2Vy25U" rel="me" class="no-decoration link-card card">
<img src="img/photos.png" alt="photos"/></br>
<span>Photos</span>
2014-07-13 00:06:42 +00:00
</a>
</div>
</div>
2014-06-29 19:51:58 +00:00
</div>