-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
213 lines (162 loc) · 6.72 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Full-stack web developer Craig MacGregor, from Toronto, Canada - all things craig</title>
<meta name="author" content="Craig MacGregor">
<meta name="description" content="Development This is my bread and butter. Anything from creating an MVP, building a mobile experience, or API creation/integration, this is where I …">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://allthingscraig.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/http://feeds.feedburner.com/AllThingsCraig" rel="alternate" title="all things craig" type="application/atom+xml">
</head>
<body >
<header>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item two-fifths lap-four-sixths palm-one-whole">
<a href="/" class="site-title">all things craig</a>
</div>
<div class="grid__item three-fifths lap-two-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/">Home</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="hero" style="background-image: url('/images/toronto.jpg');">
<div id="mainInfo" class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item four-fifths palm-one-whole">
<h1>Craig MacGregor</h1>
<hr>
<p class="primary-lead lead">
I'm a freelance full-stack web developer from <span class="canada-eh">Toronto, Canada</span>. On an average day I can be found using <span class="tech-highlights">[rails|react|elixir|redux]</span> to build web applications, Chrome extensions, or mobile apps.
I am always looking for new and exciting opportunities. Feel free to say hello!
</p>
</div>
</div>
</div>
<div class="credit">
<p>
Downtown Toronto, by <a href="http://www.flickr.com/photos/sdharris/5357964450/" target="_blank">Steve Harris</a>
<a href="http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en" target="_blank" class="licence">
<small>(by-nc-nd)</small>
</a>
</p>
</div>
</div>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item one-whole">
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-laptop"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Development</h2>
<hr>
<p>
This is my bread and butter. Anything from creating an MVP,
building a mobile experience, or API creation/integration, this is where I feel
most at home.
</p>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-group"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Consulting</h2>
<hr>
<p>
Need some advice on your next project? I’m here to help you with any technical issues
or concerns you may have.
</p>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-plane"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Execution</h2>
<hr>
<p>
Great execution is at the heart of any successful project. Using modern, agile techniques
and quick feedback loops I can build and execute a plan of attack successfully.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<p class="copyright">
All content by Craig MacGregor and licenced under <a href="//creativecommons.org/licenses/by-nc-sa/3.0/ie/">Creative Commons</a>.<br>
Code under <a href="//github.com/coogie/oscailte/blob/master/README.md">MIT Licence</a>.
</p>
</div>
</div>
</div>
</footer>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="/javascripts/contact.js"></script>
<script src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script defer src="/javascripts/octopress.js"></script>
<script>
var _gaq=[['_setAccount','UA-37347861-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
var disqus_shortname = 'allthingscraig';
// var disqus_developer = 1;
var disqus_identifier = 'http://allthingscraig.com/index.html';
var disqus_url = 'http://allthingscraig.com/index.html';
var disqus_script = 'embed.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>