website/templates/computers/index.html

12 lines
706 B
HTML

<h2>Computers</h2>
<p>You can find some of my code on <a href="https://github.com/mycognosist" title="glyph's GitHub repo">GitHub</a> and <a href="https://git.coopcloud.tech/glyph" title="glyph's Co-op Cloud git repo">Co-op Cloud</a>.</p>
<h3>Posts</h3>
<div class="card">
<ul>
<li><a href="/computers/rust-compilation.html">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
<li><a href="/computers/esp8266-dht11.html">ESP8266 with DHT11 and LCD Display</a> - <i>5 August, 2019</i></li>
<li><a href="/computers/i2c-adventures.html">Adventures with I²C</a> - <i>26 January, 2019</i></li>
</ul>
</div>
<hr>