-
Notifications
You must be signed in to change notification settings - Fork 0
/
hardware.html
11 lines (10 loc) · 4.96 KB
/
hardware.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html><html lang="en-gb"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Hardware - testRPi</title><meta name="description" content="Obviously, some Raspberry Pi's had to be purchased"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://villantiqua.github.io/wo-pages/hardware.html"><link rel="alternate" type="application/atom+xml" href="https://villantiqua.github.io/wo-pages/feed.xml"><link rel="alternate" type="application/json" href="https://villantiqua.github.io/wo-pages/feed.json"><meta property="og:title" content="Hardware"><meta property="og:site_name" content="All about Raspberry Pi"><meta property="og:description" content="Obviously, some Raspberry Pi's had to be purchased"><meta property="og:url" content="https://villantiqua.github.io/wo-pages/hardware.html"><meta property="og:type" content="article"><link rel="stylesheet" href="https://villantiqua.github.io/wo-pages/assets/css/style.css?v=ad994e06fe4ccf9aa9bbf0f25d02eaf2"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://villantiqua.github.io/wo-pages/hardware.html"},"headline":"Hardware","datePublished":"2023-03-22T10:41","dateModified":"2023-03-22T10:52","description":"Obviously, some Raspberry Pi's had to be purchased","author":{"@type":"Person","name":"Wouter","url":"https://villantiqua.github.io/wo-pages/authors/wouter/"},"publisher":{"@type":"Organization","name":"Wouter"}}</script></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://villantiqua.github.io/wo-pages/">testRPi</a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">Menu</span></span></button><ul class="navbar__menu"><li><a href="https://villantiqua.github.io/wo-pages/home.html" target="_self">Home</a></li><li class="active"><a href="https://villantiqua.github.io/wo-pages/hardware.html" target="_self">Hardware</a></li><li><a href="https://villantiqua.github.io/wo-pages/software.html" target="_self">Software</a></li></ul></nav></header><main><article class="post"><div class="hero"><header class="hero__content"><div class="wrapper"><div class="post__meta"><time datetime="2023-03-22T10:41">March 22, 2023</time></div><h1>Hardware</h1><div class="post__meta post__meta--author"><a href="https://villantiqua.github.io/wo-pages/authors/wouter/" class="feed__author">Wouter</a></div></div></header></div><div class="wrapper post__entry"><p>Obviously, some Raspberry Pi's had to be purchased</p></div><footer class="wrapper post__footer"><p class="post__last-updated">This article was updated on March 22, 2023</p><ul class="post__tag"><li><a href="https://villantiqua.github.io/wo-pages/tags/hardware/">Hardware</a></li></ul><div class="post__share"></div><div class="post__bio bio"><div class="bio__info"><h3 class="bio__name"><a href="https://villantiqua.github.io/wo-pages/authors/wouter/" rel="author">Wouter</a></h3></div></div></footer></article><nav class="post__nav"><div class="post__nav-inner"><div class="post__nav-prev"><svg width="1.041em" height="0.416em" aria-hidden="true"><use xlink:href="https://villantiqua.github.io/wo-pages/assets/svg/svg-map.svg#arrow-prev"/></svg> <a href="https://villantiqua.github.io/wo-pages/home.html" class="post__nav-link" rel="prev"><span>Previous</span> Home</a></div><div class="post__nav-next"><a href="https://villantiqua.github.io/wo-pages/software.html" class="post__nav-link" rel="next"><span>Next</span> Software </a><svg width="1.041em" height="0.416em" aria-hidden="true"><use xlink:href="https://villantiqua.github.io/wo-pages/assets/svg/svg-map.svg#arrow-next"/></svg></div></div></nav></main><footer class="footer"><div class="footer__copyright"><p>Powered by Publii</p></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://villantiqua.github.io/wo-pages/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script defer="defer" src="https://villantiqua.github.io/wo-pages/assets/js/scripts.min.js?v=f47c11534595205f20935f0db2a62a85"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>