pinout.vvzero.com/src/en-GB/template/layout.html

65 lines
3.0 KiB
HTML
Raw Normal View History

2015-02-25 01:28:00 +08:00
<!doctype html>
<html>
<head>
<title>{{title}}</title>
<meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Sanchez|Ubuntu+Mono' rel='stylesheet' type='text/css' />
2015-03-22 01:27:02 +08:00
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
2015-02-25 01:28:00 +08:00
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
2015-03-22 05:11:54 +08:00
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
2015-03-22 05:11:54 +08:00
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script type='text/javascript'>
2015-02-25 01:28:00 +08:00
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32070014-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>
2015-02-25 01:28:00 +08:00
</head>
<body>
<div id="container">
2015-03-25 08:29:41 +08:00
<ul class="main-nav">
<li><a href="http://pi.gadgetoid.com/">Pi Blog</a></li>
2015-10-17 16:22:59 +08:00
<li><a href="http://eagle.gadgetoid.com">Learn Eagle</a></li>
2015-03-25 08:29:41 +08:00
<li><a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a></li>
<li><a href="https://github.com/Gadgetoid/Pinout2"><i class="fa fa-github"></i> Contribute</a></li>
</ul>
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/pinout"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div class="overlay-container">
<span>Learn about Pi add-ons and pin functions <i class="fa fa-arrow-right"></i></span>
2015-03-27 22:30:22 +08:00
<div class="drop-down">
<span>Select&hellip;</span>
<ul class="overlay">
{{overlays}}
</ul>
</div>
2015-03-25 08:29:41 +08:00
</div>
<nav id="gpio">
<div id="pinbase"></div>
<div id="pinbasebplus"></div>
{{nav}}
</nav>
<div id="content">
<div id="pages">
{{content}}
</div>
</div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
2015-11-08 04:34:10 +08:00
<p>Thanks to <a href="https://twitter.com/roguehal13">@RogueHAL13</a>, <a href="https://twitter.com/ardadev">@ardadev</a></p>
2015-03-25 08:29:41 +08:00
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
2015-03-22 01:27:02 +08:00
</div>
</div>
2015-02-25 01:28:00 +08:00
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/prettify/0.1/prettify.js"></script>
2015-03-22 01:27:02 +08:00
<script src='{{resource_url}}prettify/lang-ruby.js'></script>
<script src='{{resource_url}}prettify/lang-bash.js'></script>
2015-03-26 22:25:30 +08:00
<script src='{{resource_url}}gaat.js'></script>
2015-03-22 05:11:54 +08:00
<script src='{{resource_url}}pinout.js?v={{v}}'></script>
2015-02-25 06:07:11 +08:00
</body>
2015-02-25 01:28:00 +08:00
</html>