thallada.github.io/index.html

76 lines
2.5 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">
2016-06-08 22:08:17 +00:00
<img src="img/profile_icon_128x128.jpg" 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">
2018-07-25 14:05:38 +00:00
<p>I am a software engineer at
2020-09-12 03:58:45 +00:00
<a href="https://www.outcomes4me.com/">Outcomes4Me</a>
helping to build a breast cancer help that gives users the knowledge, tools, and options to navigate their
treatment. I'm also a Computer Science graduate from
2018-07-25 14:05:38 +00:00
<a href="http://www.northeastern.edu/">Northeastern University</a>.
2016-01-27 02:23:38 +00:00
</p>
2014-06-29 19:51:58 +00:00
</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">
2020-01-05 23:09:53 +00:00
<img src="img/book.png" alt="book" class="icon" /><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">
2020-01-05 23:09:53 +00:00
<img src="img/resume.png" alt="resume" class="icon" /><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">
2020-01-05 23:09:53 +00:00
<img src="img/github.png" alt="github" class="icon" /><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">
2020-01-05 23:09:53 +00:00
<img src="img/photos.png" alt="photos" class="icon" /><br/>
<span>Photos</span>
2014-07-13 00:06:42 +00:00
</a>
</div>
</div>
2014-06-29 19:51:58 +00:00
</div>