-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (74 loc) · 2.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
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="img/profile_icon_128x128.jpg" 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>— 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.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
<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" class="icon" /><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" class="icon" /><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" class="icon" /><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" class="icon" /><br/>
<span>Photos</span>
</a>
</div>
</div>
</div>