ruby-x.github.io/_layouts/site.html

96 lines
2.9 KiB
HTML

<!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]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap-responsive.min.css" />
<!-- Includes FontAwesome -->
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css" />
<!-- Font Include -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,100italic,300italic,500,700' rel='stylesheet' type='text/css'>
<!-- Included Bootstrap Customization CSS Files -->
<link rel="stylesheet" href="/css/bootstrap-extension.css" />
<link rel="stylesheet" href="/css/carousel-custom-01.css" />
<!-- Website CSS Theme Css -->
<link rel="stylesheet" href="/css/stylesheet.css" />
</head>
<body>
<div class="navbar effect navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="https://github.com/salama/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse" href="#">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class="link1">
<a href="/index.html">Home</a>
</li>
<li class="link3">
<a href="/salama/layers.html">Salama</a>
</li>
<li class="link3">
<a href="/qemu.html">Virtual Pi</a>
</li>
<li class="link3">
<a href="/about.html">About</a>
</li>
<li class="link3">
<a href="/contribute.html">Contribute</a>
</li>
<li class="link4">
<a href="{{site.posts.first.url}}">News</a>
</li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Various Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="404.html">404</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
-->
</ul>
</div>
</div>
</div>
</div>
<div class="content" width=90%>
<div class="container theme">
{{content}}
</div>
</div>
<footer id="footer">
<div id="post-footer">
<div class="container">
<div class="row center">
<div class="span12">
<div class="vspace10">
<p>&copy; Copyright 2014.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="scrolltotop" href="#"></a>
<script src="/js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="/js/bootstrap/js/bootstrap.min.js"></script>
<script src="/js/script.js"></script>
</body>
</html>