new design start
This commit is contained in:
11
site/partials/analytics.hbs
Normal file
11
site/partials/analytics.hbs
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
@ -1,23 +1,10 @@
|
||||
<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"]);
|
||||
<meta content="describing Mark Moser" name='description'>
|
||||
<meta content='web developer ruby html scss css javascript front-end-developer full-stack-developer' name='keywords'>
|
||||
|
||||
(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>
|
||||
<title>Mark Moser{{#if title}} | {{title}}{{/if}}</title>
|
||||
|
||||
<link href="{{assets}}/vendor/normalize.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{{assets}}/css/main.css" rel="stylesheet" type="text/css" />
|
||||
|
@ -1,34 +0,0 @@
|
||||
<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>
|
8
site/partials/nav-foot.hbs
Normal file
8
site/partials/nav-foot.hbs
Normal file
@ -0,0 +1,8 @@
|
||||
<nav class="nav-foot">
|
||||
<ul>
|
||||
<li><a href="foot-link-1">foot-link-1</a></li>
|
||||
<li><a href="foot-link-2">foot-link-2</a></li>
|
||||
<li><a href="foot-link-3">foot-link-3</a></li>
|
||||
<li><a href="foot-link-4">foot-link-4</a></li>
|
||||
</ul>
|
||||
</nav>
|
15
site/partials/nav-main.hbs
Normal file
15
site/partials/nav-main.hbs
Normal file
@ -0,0 +1,15 @@
|
||||
<nav class="nav-main">
|
||||
<ul>
|
||||
<li>
|
||||
<a href='/'>
|
||||
home
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/video'>video</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/contact'>contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
24
site/partials/nav-social.hbs
Normal file
24
site/partials/nav-social.hbs
Normal file
@ -0,0 +1,24 @@
|
||||
<nav class="nac-social">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="//linkedin.com/in/markamoser/">
|
||||
<span>linked-in</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//twitter.com/obley">
|
||||
<span>twitter</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//github.com/markmoser">
|
||||
<span>github</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//bitbucket.org/markamoser">
|
||||
<span>bitbucket</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
@ -3,6 +3,7 @@
|
||||
<a href="mailto:markamoser@gmail.com">markamoser@gmail.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
some videos can be found on
|
||||
@ -17,11 +18,13 @@
|
||||
<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>
|
Reference in New Issue
Block a user