-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
80 lines (65 loc) · 3.68 KB
/
about.html
File metadata and controls
80 lines (65 loc) · 3.68 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>mjijackson » About</title>
<meta name="description" content="Web development and design on the Mac, by Michael Jackson">
<meta name="keywords" content="Ruby, JavaScript, PHP, HTML, CSS, web, web development, web design, Mac">
<meta name="viewport" content="width=800">
<link rel="alternate" type="application/atom+xml" href="/index.xml">
<link rel="stylesheet" type="text/css" media="all" href="/assets/reset.css">
<link rel="stylesheet" type="text/css" media="all" href="/assets/style.css">
</head>
<body>
<div id="wrapper">
<ul id="nav">
<li class="nav-title"><a href="/">MJIJACKSON</a></li>
<li class="nav-feed"><a href="/index.xml" title="Subscribe to the feed">ATOM</a></li>
<li class="nav-code"><a href="http://github.com/mjijackson">CODE</a></li>
<li class="nav-about"><a class="selected" href="/about">ABOUT</a></li>
</ul>
<div id="body">
<div class="post">
<div class="post-meta">
<h2>About</h2>
</div>
<div class="post-body">
<p>Hi, I’m Michael Jackson (yes, the <em>real</em> Michael Jackson.) I’m a California
native currently living in the beautiful state of Utah. I’ve been designing and
developing web sites since I was a kid, and have worked professionally in the
field since 2004. I keep my <a href="http://github.com/mjijackson">code on GitHub</a> and my <a href="http://twitter.com/mjijackson">random thoughts on
Twitter</a>.</p>
<p>I am passionate about clean, modern design and code. When it comes to the web,
I believe that <a href="http://www.webstandards.org/">standards</a> are a good thing and
that everyone wins when businesses and developers adhere to them. Instead of
striving for backwards compatibility with antiquated browsers such as the
<a href="http://www.positioniseverything.net/explorer.html">infamous Internet Explorer</a>, I chose to live in the present and target
more modern, standards-compliant web browsers when I write code. My basic
philosophy is this: people who use better browsers deserve a better experience.</p>
<p>This site is my own personal collection of links and commentary. Most of the
time I use it as a sort of bookmarking system because just about everything I
post here is something that I find interesting and would probably read again.
However, I do post original content here as well. Everything is written in
<a href="http://daringfireball.net/projects/markdown/">Markdown</a>, published with <a href="http://rake.rubyforge.org/">Rake</a>, and served using
<a href="http://www.w3.org/TR/html5/">HTML5</a> on the <a href="http://pages.github.com/">GitHub Pages</a> platform. Feel free to check out
the <a href="http://github.com/mjijackson/mjijackson.github.com/tree/source">source</a> if you’d like.</p>
<p>I hope you enjoy your visit to my little corner of the web. If you would like to
get in touch, please feel free to contact me at
<a href="mailto:mjijackson@gmail.com">mjijackson@gmail.com</a>.</p>
</div>
</div>
</div>
<div id="foot">
<p>Copyright © 2008—2010 Michael Jackson. <a href="http://validator.w3.org/check/referer" title="Validate HTML">HTML</a> <a href="/index.xml" title="Subscribe to the feed">ATOM</a></p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try{
var pageTracker = _gat._getTracker("UA-998116-6");
pageTracker._trackPageview();
}catch(err){}
</script>
</body>
</html>