Files
markamoser.com/_old-src/index.html
2017-08-23 14:42:47 -05:00

148 lines
5.5 KiB
HTML

<!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] <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"><![endif] <![endif]-->
<html>
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='width=device-width,initial-scale=1.0' name='viewport'>
<meta content="Sharing what I'm learning." name='description'>
<meta content='' name='keywords'>
<title>Mark Moser | A Little About Me</title>
<link href="/assets/css/all.css" rel="stylesheet" type="text/css" />
<script src="/assets/js/vendor/modernizr.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-12808649-1"]);
_gaq.push(["_trackPageview"]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<style>
.poster { background-image: url(/assets/img/stock/gulf_iss040e090540.jpg);}
</style>
</head>
<body class='contact contact_index'>
<header>
<div class='container'>
<div class='row'>
<div class='col-sm-12'>
<nav>
<ul>
<li>
<a href='/'>
home
</a>
</li>
<li>
<a href='/video'>video</a>
</li>
<li>
<a href='/contact'>contact</a>
</li>
</ul>
<ul class='social hidden-xs'>
<li>
<a href="http://linkedin.com/in/markamoser/"><i class='fa fa-lg fa-linkedin-square'></i>
</a>
</li>
<li>
<a href="https://twitter.com/obley"><i class='fa fa-lg fa-twitter'></i>
</a>
</li>
<li>
<a href="https://github.com/markmoser"><i class='fa fa-github fa-lg'></i>
</a>
</li>
<li>
<a href="https://bitbucket.org/markamoser"><i class='fa fa-bitbucket fa-lg'></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class='poster'></div>
<div class='container'>
<div class='row'>
<div class='col-sm-12'>
<h2>Mark Moser - digital handyman</h2>
</div>
</div>
<div class='row'>
<div class='col-sm-8'>
<p>
I&rsquo;m a ruby developer exploring and learning everything I can about being a better
developer. This place is where I share my findings, explorations, and other creative
outlets.
</p>
<p>
I&rsquo;m also fond of working in video post production: editing, compositing, and
motion graphics. I can either be your &ldquo;one man band&rdquo; for those smaller
productions, put together a killer team when you need even greater production value,
or be the go-to post production guy you call to join your existing team.
I have experience shooting interviews and putting together short informational
videos. I am very comfortable in the whole Adobe Production Suite of tools.
</p>
<p>
I have a high value for quality craftsmanship. I want to do great work, with people who
also do great work. I love to explore and learn about my world. I enjoy being
challenged. I take pleasure in providing creative solutions to specific needs, always
keeping the bigger picture in mind. I was raised to work hard and play hard.
</p>
</div>
<div class='col-sm-4 side-links'>
<ul>
<li>
<a href="mailto:markamoser@gmail.com">markamoser@gmail.com</a>
</li>
</ul>
<ul>
<li>
some videos can be found on
<a href="http://www.vimeo.com/mmoser">vimeo</a>
</li>
<li>
I occasionally play on
<a href="http://www.obleys.net">obleys.net</a>
</li>
<li>
and sometimes
<a href="http://www.youtube.com/user/ObleyWan">youtube</a>
</li>
</ul>
<ul>
<li>
<a href="skype:fullsightstudios?userinfo">skype: fullsightstudios</a>
</li>
</ul>
<ul>
<li>
<a href="http://www.bluehost.com/track/fullsight">bluehost</a>
is my preferred shared web host
</li>
<li>
<a href="https://www.digitalocean.com/?refcode=0d1758a3ccb2">digital ocean</a>
is my preferred vps host
</li>
<li>
free cloud storage from
<a href="https://www.getdropbox.com/referrals/NTUzODQzOQ">dropbox</a>
</li>
</ul>
</div>
</div>
</div>
<div class='spacer-50'></div>
</body>
<script src="/assets/js/app.js" type="text/javascript"></script>
</html>