-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (114 loc) · 4.34 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jerad Gallinger | Software Developer</title>
<meta name="description" content="Jerad Gallinger is a software developer from Toronto, Canada. He likes API development (Ruby on Rails, Node.js), modern JavaScript and Typescript, TDD, Agile, and making happy users. This is his website.">
<link rel="shortcut icon" href="dist/favicon.ico">
<noscript>
<style type="text/css">
/* If JS is disabled, make sure content is visible */
.loading .page-header,
.loading .page-main,
.loading .page-footer {
position: static !important;
width: auto !important;
height: auto !important;
}
</style>
</noscript>
<script type="text/javascript" src="https://use.typekit.com/iub1hrx.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link href="dist/main.f4922a3b9e4fa5dfd2cc.css" rel="stylesheet"></head>
<body class="loading">
<div class="terminal-line terminal-loading-line" id="terminal-loading-line" aria-hidden="true">
<span class="terminal-prompt">~ $ </span><span class="terminal-loading-command hidden" id="terminal-loading-command">cat jerad.txt | fancytext</span>
</div>
<header class="page-header" role="banner">
<hr>
<h1 class="page-title">
<span class="page-title-first-name">
Jerad
</span>
Gallinger
</h1>
<p>Hi!</p>
<p>I’m a <strong>software developer</strong> from Canada. I mostly split my time between Toronto and Mexico City.</p>
<p><em>I love APIs, responsive design, clean code & happy users.</em></p>
</header>
<main class="page-main" role="main">
<hr>
<section>
<h1><span aria-hidden="true">~</span> What I do <span aria-hidden="true">~</span></h1>
<p>
<strong>I code, design, and care for APIs and web apps.</strong>
</p>
<p>
I write <strong>clean code</strong> and keep up to date on <strong>modern web standards and technologies</strong>.
</p>
<p>
I’m currently a Software Developer at <a href="https://precisionnutrition.com">Precision Nutrition</a>.
</p>
</section>
<hr>
<section>
<h1><span aria-hidden="true">~</span> What I know <span aria-hidden="true">~</span></h1>
<h2>
I’m great at
</h2>
<p>
Ruby, Rails, JavaScript, Ember.js, Angular, Node.js, HTML5, CSS3, SASS, responsive design, Agile, Scrum
</p>
<h2>
I’m good at
</h2>
<p>
SQL, accessibility standards, Shell scripting
</p>
<h2>
I’m OK at
</h2>
<p>
Vue.js, Elixir, Phoenix, MongoDB
</p>
<h2>
I’d like to learn
</h2>
<p>
Python, C, React.js, Go
</p>
</section>
<hr>
<section>
<h1><span aria-hidden="true">~</span> Check me out <span aria-hidden="true">~</span></h1>
<ul class="profile-links">
<li><a href="https://www.linkedin.com/in/jeradgallinger/">LinkedIn</a></li>
<li><a href="https://github.com/jeradg">GitHub</a></li>
</ul>
</section>
<hr>
</main>
<footer class="page-footer">
<h1><span aria-hidden="true">~</span> Like what you see? <span aria-hidden="true">~</span></h1>
<p>
<a href="mailto:[email protected]"><strong>Email me.</strong> I’d love to chat.</a>
</p>
<hr>
<p>
© 2019 Jerad Gallinger
</p>
<br>
<div class="terminal-line terminal-line-active terminal-line-active-flashing" aria-hidden="true">
<span class="terminal-prompt">~ $ </span>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-28558937-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script type="text/javascript" src="dist/main.76f59b22d44446963dad.js"></script></body>
</html>