2014-05-26 21:04:19 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
|
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
2017-11-28 19:59:01 +01:00
|
|
|
{% include head.html %}
|
2015-05-17 18:49:57 +02:00
|
|
|
|
2014-05-26 21:04:19 +02:00
|
|
|
<body>
|
2017-11-28 19:59:01 +01:00
|
|
|
<header>
|
2014-05-26 21:04:19 +02:00
|
|
|
<div class="container">
|
2017-11-28 19:59:01 +01:00
|
|
|
<a href="https://github.com/ruby-x">
|
|
|
|
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/8b6b8ccc6da3aa5722903da7b58eb5ab1081adee/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png">
|
|
|
|
</a>
|
|
|
|
<ul class="nav">
|
|
|
|
<li> <a href="/">Home</a> </li>
|
|
|
|
<li> <a href="/rubyx/layers.html">Architecture</a> </li>
|
|
|
|
<li> <a href="/typed/typed.html">Typed layer</a></li>
|
|
|
|
<li> <a href="/arm/overview.html">Arm Resources</a> </li>
|
|
|
|
<li><a href="/project/motivation.html">About</a> </li>
|
|
|
|
<li> <a href="{{site.posts.first.url}}">News</a> </li>
|
|
|
|
</ul>
|
|
|
|
<a href="https://github.com/ruby-x">
|
|
|
|
<img style="position: absolute; top: 15px; right: 15px; border: 0; width: 70px"
|
|
|
|
src="/assets/images/x-small.png" alt="Logo" >
|
2014-05-26 21:04:19 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
2017-11-28 19:59:01 +01:00
|
|
|
</header>
|
2014-05-26 21:04:19 +02:00
|
|
|
|
2017-11-28 19:59:01 +01:00
|
|
|
<div class="container">
|
|
|
|
{{ content }}
|
2014-05-26 21:04:19 +02:00
|
|
|
</div>
|
|
|
|
|
2017-11-28 19:59:01 +01:00
|
|
|
<footer>
|
2015-05-17 18:49:57 +02:00
|
|
|
<div class="container">
|
2014-05-26 21:04:19 +02:00
|
|
|
<div class="row center">
|
2017-11-28 19:59:01 +01:00
|
|
|
<p>© Copyright Torsten Ruger 2013-7</p>
|
2014-05-26 21:04:19 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-11-28 19:59:01 +01:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
var the_id = 'UA-61481839-1';
|
|
|
|
ga('create', the_id.replace("-1" , "-2") , 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
2014-05-26 21:04:19 +02:00
|
|
|
</body>
|
2015-05-17 18:49:57 +02:00
|
|
|
</html>
|