-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site updated at 2018-03-15 18:56:40 UTC
- Loading branch information
Showing
135 changed files
with
20,459 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
allthingscraig.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,330 @@ | ||
|
||
|
||
<!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>About myself - all things craig</title> | ||
<meta name="author" content="Craig MacGregor"> | ||
|
||
<meta name="description" content="About Myself Hey there! My name is Craig MacGregor and I’m a full-stack web developer from Toronto, Canada. I love creating complete solutions …"> | ||
|
||
<meta name="viewport" content="width=device-width"> | ||
|
||
<link rel="canonical" href="http://allthingscraig.com/about"> | ||
<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="grid-wrapper"> | ||
<div class="grid grid-center"> | ||
|
||
<div class="grid__item two-thirds lap-one-whole palm-one-whole"> | ||
|
||
|
||
|
||
<h1 class="title indent"> | ||
About Myself | ||
</h1> | ||
<hr class="divider"> | ||
|
||
|
||
<p class="lead"> | ||
Hey there! My name is Craig MacGregor and I’m a full-stack web developer from Toronto, Canada. | ||
</p> | ||
|
||
|
||
|
||
|
||
<p> | ||
I love creating complete solutions and have a passion for learning new technology. | ||
By using my 10+ years of experience I can implement a solution from idea to deployment | ||
using the best tools available to help my clients achieve their business goals. | ||
</p> | ||
|
||
|
||
|
||
|
||
<p class="tech-info"> | ||
Some of the technologies I’m currently interested in are:<br/> | ||
<span>ruby on rails</span>, | ||
<span>react+redux</span>, | ||
<span>elixir+phoenix</span>, | ||
<span>elm</span> | ||
</p> | ||
|
||
|
||
|
||
|
||
<p> | ||
Want to chat? Feel free to send me an email at <script type="text/javascript"> document.write('<a style="unicode-bidi: bidi-override; direction: rtl;" href="mailto:craig@allthingscraig.com">moc.giarcsgnihtlla@giarc</a>');</script> or visit my | ||
<a href="/contact/">contact page</a> for more info. | ||
</p> | ||
|
||
|
||
|
||
|
||
<hr> | ||
|
||
|
||
<p><section> | ||
<h2 class="indent">About this site</h2> | ||
This site is powered by <a href="http://octopress.org">Octopress</a>, <a href="http://github.com">GitHub pages</a>, and caffeine. | ||
The theme is called Oscailte and was created by <a href="https://github.com/coogie/oscailte">Stephen Coogan</a>. | ||
</section></p> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole"> | ||
<div class="grid"> | ||
|
||
|
||
<section class="social aside-module grid__item one-whole lap-one-half"> | ||
<h1 class="title delta"> | ||
Follow me! | ||
</h1> | ||
<ul class="unstyled"> | ||
|
||
|
||
<li><a class="github" href="//github.com/craigerm"><i class="icon-github"></i> Github</a></li> | ||
|
||
|
||
|
||
|
||
<li><a class="stackoverflow" href="//stackoverflow.com/users/64897"><i class="icon-stackexchange"></i> StackOverflow</a></li> | ||
<li><a class="twitter" href="//twitter.com/craig_atc"><i class="icon-twitter"></i> Twitter</a></li> | ||
|
||
</ul> | ||
</section> | ||
|
||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> | ||
<h1 class="title delta">Recent Posts</h1> | ||
<ul class="divided"> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/08/02/my-new-favourite-underscore-method-result/">My new favourite underscore method - .result()</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/07/29/a-handlebars-json-helper/">A Handlebars JSON helper</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/07/12/easily-disable-ubuntu-caps-lock/">Easily disable caps lock in Ubuntu 13.04</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/03/13/chrome-console-and-iframes/">Chrome console and iFrames</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/03/12/hire-problem-solvers-not-programmers/">Hire problem solvers not programmers</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/03/10/user-experience-is-attention-to-detail/">User experience is attention to detail</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/01/07/using-html5-local-storage-to-store-objects/">Using HTML5 local storage to store objects</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/01/02/email-obfuscator-for-octopress/">Email Obfuscator for Octopress</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/01/02/creating-javascript-arrays/">Creating Javascript Arrays: new vs []</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/2013/01/02/creating-javascript-objects/">Creating Javascript Objects: new vs {}</a> | ||
</li> | ||
|
||
<li class="post"> | ||
<a href="/blog/archives">More posts..</a> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<!-- | ||
<section> | ||
<span> | ||
<img src="http://www.gravatar.com/avatar/c660428f970688482e160778cf0fef92" alt="Gravatar of Craig MacGregor " title="Gravatar of Craig MacGregor" /> | ||
</span> | ||
</section> | ||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> | ||
<h1 class="title delta">Recent Posts</h1> | ||
<ul class="divided"> | ||
<li class="post"> | ||
<a href="/blog/2013/08/02/my-new-favourite-underscore-method-result/">My new favourite underscore method - .result()</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/07/29/a-handlebars-json-helper/">A Handlebars JSON helper</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/07/12/easily-disable-ubuntu-caps-lock/">Easily disable caps lock in Ubuntu 13.04</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/03/13/chrome-console-and-iframes/">Chrome console and iFrames</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/03/12/hire-problem-solvers-not-programmers/">Hire problem solvers not programmers</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/03/10/user-experience-is-attention-to-detail/">User experience is attention to detail</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/01/07/using-html5-local-storage-to-store-objects/">Using HTML5 local storage to store objects</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/01/02/email-obfuscator-for-octopress/">Email Obfuscator for Octopress</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/01/02/creating-javascript-arrays/">Creating Javascript Arrays: new vs []</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/2013/01/02/creating-javascript-objects/">Creating Javascript Objects: new vs {}</a> | ||
</li> | ||
<li class="post"> | ||
<a href="/blog/archives">More posts..</a> | ||
</li> | ||
</ul> | ||
</section> | ||
<section id="github-repos" class="aside-module grid__item one-whole lap-one-half"> | ||
<h1 class="title delta"> | ||
GitHub Repos | ||
</h1> | ||
<ul id="gh_repos" class="divided"> | ||
<li class="loading"> | ||
<i class="icon-spinner icon-spin"></i> | ||
</li> | ||
</ul> | ||
</section> | ||
--> | ||
|
||
</div> | ||
|
||
</aside> | ||
|
||
</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/about/index.html'; | ||
var disqus_url = 'http://allthingscraig.com/about/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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.