-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (103 loc) · 4.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Mark McEahern</title>
<meta name="description" content="Mark McEahern is a software architect with experience building SaaS businesses and managing software development teams." />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Mark McEahern</title>
<style type="text/css">
.polaroid {
-webkit-transition: -webkit-transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
margin: 0 10px;
padding: 5px;
background-color: white;
}
</style>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Mark McEahern</h1>
<h2>Helping teams create software</h2>
</header>
<section id="main_content">
<p>
I'm a software architect with extensive experience with many
different languages and frameworks, most recently <strong>Ruby on
Rails</strong> and <strong>Ionic</strong>.
</p>
</section>
<hr>
<section id="knowledge">
<h3>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>
What I Do
</h3>
<p>
I am a co-founder of <a href="http://manifest.ly">Manifestly: Checklists for Teams</a>,
a SaaS for helping teams achieve better repeatability, visibility
and dependability in their recurring processes.
</p>
<a href="http://manifest.ly"><img class="polaroid" src="//s3.amazonaws.com/manifestly-assets/logo.png" height="80px" /></a>
<p>
I have over 20 years experience in usability, agile software
development, and product management. I've been a developer, project
manager, and founder of SaaS startups as well as leader of several
large enterprise teams.
</p>
</section>
<hr>
<section id="experience">
<h3>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>
Experience
</h3>
<p>
Previously, I founded <a href="https://www.adorable.io">Adorable IO</a> with Jim Remsik.
</p>
<p>
Prior to that, I was the Senior Director of Software Development for <a href="http://www.chirrpy.com">Chirrpy</a>.
</p>
<p>
For many years I was a software project manager at the
<a href="http://wdfi.org">Wisconsin Department of Financial Institutions</a>,
where we created all the software for registering
LLCs in Wisconsin as well as filing annual reports. I was
instrumental in bringing the concept of automatic filing to
fruition for corporate documents.
</p>
</section>
<hr>
<section id="experience">
<h3>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>
Contact
</h3>
<p>
I enjoy working with great teams who are working on software that
will improve the world. Send me a note
<a href="mailto:[email protected]">[email protected]</a>
or <a href="mark_mceahern_resume.pdf">download my resume</a>.
</p>
<p>
<img class="polaroid" src="/images/mark.jpg"/>
</p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>