new dev stack
This commit is contained in:
38
site/partials/aside.hbs
Normal file
38
site/partials/aside.hbs
Normal file
@ -0,0 +1,38 @@
|
||||
<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>
|
0
site/partials/footer.hbs
Normal file
0
site/partials/footer.hbs
Normal file
23
site/partials/head.hbs
Normal file
23
site/partials/head.hbs
Normal file
@ -0,0 +1,23 @@
|
||||
<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>
|
||||
|
34
site/partials/header.hbs
Normal file
34
site/partials/header.hbs
Normal file
@ -0,0 +1,34 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href='/'>
|
||||
home
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/video'>video</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/contact'>contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<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>
|
1
site/partials/javascripts.hbs
Normal file
1
site/partials/javascripts.hbs
Normal file
@ -0,0 +1 @@
|
||||
<script src="{{assets}}/js/site.js"></script>
|
Reference in New Issue
Block a user