Initial jekyll set-up & homepage

This commit is contained in:
2014-06-29 15:51:58 -04:00
parent fc846060b7
commit f7737d3ca3
18 changed files with 1924 additions and 0 deletions

43
index.html Normal file
View File

@@ -0,0 +1,43 @@
---
layout: home
title: Tyler Hallada
---
<div id=home>
<div class="card profile-card">
<div class="row clearfix">
<div class="column full">
<h1>Tyler Hallada</h1>
</div>
</div>
<div class="row clearfix">
<div class="column fourth">
<div class="profile-card-portrait">
<img src="profile_icon_128x128.png">
</div>
<hr class="hide-desktop">
</div>
<div class="column three-fourths">
<div class="profile-card-content">
<div class="profile-card-quote">
<blockquote id="front-quote" cite="Fred Brooks"><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></p>
</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>
</div>