63 lines
2.8 KiB
HTML
63 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>EmaMaker&#8217;s Blog</title>
|
|
</head>
|
|
<body>
|
|
<header><center>
|
|
<a href="/index.html">Home</a>
|
|
|
|
|
<a href="/projects/index.html">Projects</a>
|
|
|
|
|
<a href="/notes/index.html">Notes</a>
|
|
|
|
|
<a href="https://git.emamaker.com/EmaMaker">Gitea</a>
|
|
|
|
|
<a href="https://github.com/EmaMaker">Github</a>
|
|
|
|
|
<a href="https://instagram.com/EmaMaker">Instagram</a>
|
|
</center>
|
|
</header>
|
|
<article>
|
|
|
|
<p>Hello, I’m Emanuele, and this is my website!</p>
|
|
|
|
<p>I like coding, electronics and robotics :)</p>
|
|
|
|
<p>I started messing around with LEGO Mindstorm when I was around 10, then I started using Arduino while in middle school.
|
|
While in high school, I studied industrial automation <a href="./projects/spqr.html">and had a chance to pursue my passion for robotics</a>. I’m currently studying to get a bachelor degree in automation engineering.
|
|
In this little corner of the web I will write about my projects, ideas and notes on the stuff I think could be useful to others, or that I just feel like sharing.</p>
|
|
|
|
<p>I have never really fancied the use of social networks, I only ever had an <a href="https://instagram.com/emamaker">Instagram account</a> which is now quite abandoned. I currently only browse Reddit and YouTube to keep up with the stuff I like, via FOSS apps like Infinity and NewPipe.</p>
|
|
|
|
<p>I really like the style of HTML-and-CSS static websites, hence the simple style of this one. This website is statically generated from markdown using <a href="https://git.alemauri.eu/alema/rivet">rivet</a>, a static website generator written in POSIX compliant sh <a href="https://alemauri.eu"> by my dear friend Alessandro Mauri. Check him out!</a></p>
|
|
|
|
<p>Enjoy!</p>
|
|
|
|
<div id="map">
|
|
<h2 id="Pages">Latest Posts</h2>
|
|
<p><a href="/projects/voxelengine.html">2023-01-31 - Developing a Voxel Engine</a></p>
|
|
<p><a href="/events/makerfaire2017.html">2023-01-20 - MakerFaire Rome 2017</a></p>
|
|
<p><a href="/projects/googlemeetbot.html">2023-01-20 - Google Meet Bot attends online lessons for me</a></p>
|
|
<p><a href="/projects/spqr.html">2023-01-20 - SPQR Robotics Team</a></p>
|
|
<p><a href="/notes/voxel.html">2023-01-20 - Voxel notes</a></p>
|
|
</div>
|
|
</article>
|
|
|
|
<footer><p>
|
|
Author: EmaMaker
|
|
<a href="mailto:emamaker@tutanota.com">emamaker@tutanota.com</a>
|
|
<br>
|
|
This website is statically generated from markdown using <a href="https://git.alemauri.eu/alema/rivet">rivet</a>,
|
|
a static website generator written in POSIX compliant sh by my dear friend <a href="https://alemauri.eu">Alessandro Mauri. Check him out!</a>
|
|
<br>
|
|
This website is hosted on Codeberg Pages. <a href="https://codeberg.org/EmaMaker/pages>Feel free to check out the sources</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|