Translated template tweaks

This commit is contained in:
Phil Howard 2016-10-31 23:19:51 +00:00
parent 7ebcb2a410
commit f1019c39e3
10 changed files with 172 additions and 166 deletions

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<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> <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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/rdmueller">@rdmueller</a> and <a href="https://github.com/KojoePi">@KojoePi</a></p> <p>Translation <a href="https://github.com/rdmueller">@rdmueller</a> and <a href="https://github.com/KojoePi">@KojoePi</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<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> <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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,8 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Webmasters<a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Webmasters<a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Traducion <a href="https://github.com/ResonantWave">@ResonantWave</a> y <a href="https://github.com/IkerGarcia">@IkerGarcia</a></p> <p>Traducion <a href="https://github.com/ResonantWave">@ResonantWave</a> y <a href="https://github.com/IkerGarcia">@IkerGarcia</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Vous Voyez des erreurs? Vous voulez contribuer? <a href="https://github.com/gadgetoid/Pinout2"> <p>Vous Voyez des erreurs? Vous voulez contribuer? <a href="https://github.com/gadgetoid/Pinout2">
Rejoignez-nous sur GitHub!</a></p> Rejoignez-nous sur GitHub!</a></p>
<p>Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">Voir toutes les cartes d'extension</a> <a class="more" href="/boards">Voir toutes les cartes d'extension</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,8 +53,9 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> et <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <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>
<p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>.Site maintenu par <a href="https://twitter.com/gadgetoid">Gadgetoid</a> et <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Traduction par <a href="https://github.com/RogueM">@RogueM</a> et <a href="https://github.com/smileyn64">@smileyn64</a></p> <p>Traduction par <a href="https://github.com/RogueM">@RogueM</a> et <a href="https://github.com/smileyn64">@smileyn64</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<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> <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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/LizardM4">@LizardM4</a></p> <p>Translation <a href="https://github.com/LizardM4">@LizardM4</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<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> <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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<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>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/Ardakilic">@Ardakilic</a></p> <p>Translation <a href="https://github.com/Ardakilic">@Ardakilic</a></p>
</ul> </ul>
</div> </div>