thallada.github.io/index.html

76 lines
2.5 KiB
HTML

---
layout: home
title: Tyler Hallada
---
<script>
window.onload = function () {
new Magic().draw();
}
</script>
<div id="home">
<div class="card profile-card">
<div class="row clearfix">
<div class="column full">
<h1 class="big-name">Tyler Hallada</h1>
</div>
</div>
<div class="row clearfix">
<div class="column fourth">
<div class="profile-card-portrait">
<img src="profile_icon_128x128.png" alt="profile image">
</div>
<hr class="hide-desktop hide-desktop-block">
</div>
<div class="column three-fourths">
<div class="profile-card-content">
<div class="profile-card-quote">
<blockquote id="front-quote"><p><i>"The programmer, like the poet,
works only slightly removed from pure thought-stuff. He builds his
castles in the air, from air, creating by exertion of the
imagination."</i></p><footer>&mdash; Fred Brooks</footer></blockquote>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="column full">
<div class="profile-card-desc">
<p>I am a software engineer at <a href="https://www.edx.org/">edX</a>
helping bring high-quality education to everyone, everywhere
through a free online education platform, and I'm a recent Computer
Science graduate from
<a href="http://www.northeastern.edu/">Northeastern University</a>.
</p>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="column fourth mobile-half">
<a href="/blog" class="no-decoration link-card card">
<img src="img/book.png" alt="book"/><br/>
<span>Blog</span>
</a>
</div>
<div class="column fourth mobile-half">
<a href="/resume.pdf" class="no-decoration link-card card">
<img src="img/resume.png" alt="resume"/><br/>
<span>Resume</span>
</a>
</div>
<div class="column fourth mobile-half">
<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>
</a>
</div>
<div class="column fourth mobile-half">
<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>
</a>
</div>
</div>
</div>