working gallery, working skills
This commit is contained in:
parent
9e63f46919
commit
793f028a40
304 changed files with 3751 additions and 200 deletions
|
@ -6,24 +6,9 @@ date= 2025-05-01
|
|||
+++
|
||||
|
||||
For starters, mails are gold and probably still the best way to reach me.
|
||||
[contact me](/mailto:aron@petau.net/)
|
||||
[contact me](mailto:aron@petau.net)
|
||||
|
||||
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="mailto:aron@petau.net">Email</a>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="https://t.me/apetau">Telegram</a>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="https://github.com/arontaupe">GitHub</a>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="https://www.printables.com/social/97957-arontaupe/models">Printables</a>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="https://mastodon.online/@reprintedAron">Mastodon</a>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="colored external" href="https://www.newpractice.net/author/aron-petau">New Practice Network</a>
|
||||
</div>
|
||||
</div>
|
|
@ -2,6 +2,7 @@
|
|||
title = "Curriculum vitae"
|
||||
description = "Aron writes about their past experience"
|
||||
authors = ["Aron Petau"]
|
||||
toc = true
|
||||
+++
|
||||
|
||||
## Who am I?
|
||||
|
@ -148,50 +149,189 @@ Contact me via [Email](mailto:aron@petau.net) for further questions.
|
|||
]
|
||||
{% end %}
|
||||
|
||||
{% import "macros/skills.html" as skills %}
|
||||
<div>
|
||||
{{ skills::display() | safe }}
|
||||
</div>
|
||||
## Software Skills
|
||||
|
||||
{% skills() %}
|
||||
[
|
||||
{
|
||||
"name": "UNIX",
|
||||
"skills": [
|
||||
{ "name": "bash", "icon": "fas fa-terminal", "link": "https://www.gnu.org/software/bash/" },
|
||||
{ "name": "zsh", "icon": "fas fa-terminal", "link": "https://www.zsh.org/" },
|
||||
{ "name": "Arduino IDE", "icon": "fas fa-cogs", "link": "https://www.arduino.cc/en/software" },
|
||||
{ "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.org/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
"skills": [
|
||||
{ "name": "scipy", "icon": "fab fa-python", "link": "https://scipy.org/" },
|
||||
{ "name": "matplotlib", "icon": "fab fa-python", "link": "https://matplotlib.org/" },
|
||||
{ "name": "seaborn", "icon": "fab fa-python", "link": "https://seaborn.pydata.org/" },
|
||||
{ "name": "pandas", "icon": "fab fa-python", "link": "https://pandas.pydata.org/" },
|
||||
{ "name": "jupyter notebook", "icon": "fab fa-python", "link": "https://jupyter.org/" },
|
||||
{ "name": "tensorflow", "icon": "fab fa-python", "link": "https://www.tensorflow.org/" },
|
||||
{ "name": "pytorch", "icon": "fab fa-python", "link": "https://pytorch.org/" },
|
||||
{ "name": "scikit-learn", "icon": "fab fa-python", "link": "https://scikit-learn.org/" },
|
||||
{ "name": "opencv", "icon": "fab fa-python", "link": "https://opencv.org/" },
|
||||
{ "name": "flask", "icon": "fab fa-python", "link": "https://flask.palletsprojects.com/" },
|
||||
{ "name": "micropython", "icon": "fab fa-python", "link": "https://micropython.org/" },
|
||||
{ "name": "circuitpython", "icon": "fab fa-python", "link": "https://circuitpython.org/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "HTML, CSS, JavaScript",
|
||||
"skills": [
|
||||
{ "name": "HTML", "icon": "fab fa-html5", "link": "https://developer.mozilla.org/en-US/docs/Web/HTML" },
|
||||
{ "name": "CSS", "icon": "fab fa-css3-alt", "link": "https://developer.mozilla.org/en-US/docs/Web/CSS" },
|
||||
{ "name": "JavaScript", "icon": "fab fa-js", "link": "https://developer.mozilla.org/en-US/docs/Web/JavaScript" },
|
||||
{ "name": "GH-pages", "icon": "fab fa-github", "link": "https://pages.github.com/" },
|
||||
{ "name": "psychoJS", "icon": "fab fa-python", "link": "https://www.psychopy.org/psychojs/" },
|
||||
{ "name": "AMPStack", "icon": "fab fa-github", "link": "https://github.com/ampstack/ampstack" },
|
||||
{ "name": "ibex-farm", "icon": "fab fa-github", "link": "https://www.labvanced.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "C#",
|
||||
"skills": [
|
||||
{ "name": "C#", "icon": "fab fa-microsoft", "link": "https://learn.microsoft.com/en-us/dotnet/csharp/" },
|
||||
{ "name": "Visual Studio", "icon": "fab fa-microsoft", "link": "https://visualstudio.microsoft.com/" },
|
||||
{ "name": "Unity", "icon": "fab fa-unity", "link": "https://unity.com/" },
|
||||
{ "name": "Unreal Engine", "icon": "fab fa-unreal-engine", "link": "https://www.unrealengine.com/" }
|
||||
]
|
||||
},
|
||||
|
||||
### Software Skills
|
||||
{
|
||||
"name": "CAD",
|
||||
"skills": [
|
||||
{ "name": "Fusion 360", "icon": "fas fa-cogs", "link": "https://www.autodesk.com/products/fusion-360/overview" },
|
||||
{ "name": "TinkerCAD", "icon": "fas fa-cogs", "link": "https://www.tinkercad.com/" },
|
||||
{ "name": "Rhino/Grasshopper", "icon": "fas fa-cogs", "link": "https://www.rhino3d.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Slicing",
|
||||
"skills": [
|
||||
{ "name": "PrusaSlicer", "icon": "fab fa-github", "link": "https://www.prusa3d.com/prusaslicer/" },
|
||||
{ "name": "kiri.moto", "icon": "fab fa-github", "link": "https://kiri.moto.github.io/" },
|
||||
{ "name": "Cura", "icon": "fab fa-github", "link": "https://ultimaker.com/software/ultimaker-cura" },
|
||||
{ "name": "Lightburn", "icon": "fab fa-github", "link": "https://lightburnsoftware.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Images",
|
||||
"skills": [
|
||||
{ "name": "Inkscape", "icon": "fab fa-github", "link": "https://inkscape.org/" },
|
||||
{ "name": "Illustrator", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/illustrator.html" },
|
||||
{ "name": "GIMP", "icon": "fab fa-github", "link": "https://www.gimp.org/" },
|
||||
{ "name": "Photoshop", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop.html" },
|
||||
{ "name": "Lightroom", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop-lightroom.html" },
|
||||
{ "name": "Agisoft Metashape", "icon": "fab fa-github", "link": "https://www.agisoft.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Video",
|
||||
"skills": [
|
||||
{ "name": "Premiere", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/premiere.html" },
|
||||
{ "name": "DaVinci Resolve", "icon": "fas fa-film", "link": "https://www.blackmagicdesign.com/products/davinciresolve/" },
|
||||
{ "name": "OBS", "icon": "fab fa-github", "link": "https://obsproject.com/" },
|
||||
{ "name": "TouchDesigner", "icon": "fab fa-github", "link": "https://derivative.ca/" },
|
||||
{ "name": "DJI Drones", "icon": "fas fa-camera", "link": "https://www.dji.com/" },
|
||||
{ "name": "FPV Drones", "icon": "fas fa-camera", "link": "https://www.fpvdrone.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Audio",
|
||||
"skills": [
|
||||
{ "name": "Audacity", "icon": "fab fa-github", "link": "https://www.audacityteam.org/" },
|
||||
{ "name": "supercollider", "icon": "fab fa-github", "link": "https://supercollider.github.io/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Office",
|
||||
"skills": [
|
||||
{ "name": "MS-Office Suite", "icon": "fab fa-microsoft", "link": "https://www.microsoft.com/en-us/microsoft-365" },
|
||||
{ "name": "Latex", "icon": "fab fa-latex", "link": "https://www.latex-project.org/" },
|
||||
{ "name": "Markdown", "icon": "fab fa-markdown", "link": "https://www.markdownguide.org/" },
|
||||
{ "name": "Typst", "icon": "fab fa-github", "link": "https://typst.app/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Educational",
|
||||
"skills": [
|
||||
{ "name": "Scratch", "icon": "fab fa-scratch", "link": "https://scratch.mit.edu/" },
|
||||
{ "name": "Makey-Makey", "icon": "fab fa-github", "link": "https://www.makeymakey.com/" },
|
||||
{ "name": "Ozobot", "icon": "fab fa-github", "link": "https://ozobot.com/" },
|
||||
{ "name": "Cospaces", "icon": "fab fa-github", "link": "https://cospaces.io/" }
|
||||
]
|
||||
}
|
||||
]
|
||||
{% end %}
|
||||
|
||||
**UNIX** \| bash / zsh \| Arduino IDE \| Raspberry Pi
|
||||
## Machine Skills
|
||||
|
||||
**Python** \| scipy \| matplotlib \| seaborn \| pandas \| jupyter notebook \| tensorflow \| pytorch \| scikit-learn \| opencv \| flask \| micropython \| circuitpython
|
||||
|
||||
**HTML, CSS, JavaScript** \| GH-pages \| psychoJS \| AMPStack \| ibex-farm
|
||||
|
||||
**C#** \| Unity \| Unreal Engine \| Visual Studio
|
||||
|
||||
**CAD** \| Fusion 360 \| TinkerCAD \| Rhino/Grasshopper
|
||||
|
||||
**Slicing** \| PrusaSlicer \| kiri.moto \| Cura \| Lightburn
|
||||
|
||||
**Images** \| Inkscape \| Illustrator \| GIMP \| Photoshop \| Lightroom \| Agisoft Metashape
|
||||
|
||||
**Video** \| Premiere \| DaVinci Resolve \| OBS \| TouchDesigner \| DJI Drones \| FPV Drones
|
||||
|
||||
**Audio** \| Audacity \| supercollider
|
||||
|
||||
**Office** \| MS-Office Suite \| Latex \| Markdown \| Typst
|
||||
|
||||
**Educational** \| Scratch \| Makey-Makey \| Ozobot \| Cospaces
|
||||
|
||||
### Machine Skills
|
||||
|
||||
**3D Printer** \| Fused-Deposition Modeling (FDM)\| Resin (MSLA)
|
||||
|
||||
**CNC** \| Nomad 3 \| Shaper Origin
|
||||
|
||||
**(Laser)cutter** \| Cricut \| Mr. Beam \| BRM Lasers Pro 1600 \| X-Tool S1 \| Scissors
|
||||
|
||||
**Textile** \| Brother Innov-is V3 Stitching Robot \| Sewing Machine \| Handstitching
|
||||
|
||||
**VR** \| Meta Quest 2 \| HTC Vive Pro
|
||||
|
||||
**AR** \| Magic Leap 1 \| Apple AR Suite
|
||||
|
||||
**Microcontroller** \| Arduino \| Raspberry Pi \| ESP32 \| Pi Pico
|
||||
|
||||
**Industrial robots** \| Universal Robots UR5
|
||||
{% skills() %}
|
||||
[
|
||||
{
|
||||
"name": "3D Printer",
|
||||
"skills": [
|
||||
{ "name": "Fused-Deposition Modeling (FDM)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Fused_filament_fabrication" },
|
||||
{ "name": "Resin (MSLA)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Stereolithography" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CNC",
|
||||
"skills": [
|
||||
{ "name": "Nomad 3", "icon": "fas fa-tools", "link": "https://shop.carbide3d.com/products/nomad-3" },
|
||||
{ "name": "Shaper Origin", "icon": "fas fa-tools", "link": "https://www.shapertools.com/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Lasercutting",
|
||||
"skills": [
|
||||
{ "name": "Cricut", "icon": "fas fa-cut", "link": "https://cricut.com/" },
|
||||
{ "name": "Mr. Beam", "icon": "fas fa-bolt", "link": "https://www.mr-beam.org/" },
|
||||
{ "name": "BRM Lasers Pro 1600", "icon": "fas fa-bolt", "link": "https://www.brmlasers.com/products/pro-1600/" },
|
||||
{ "name": "X-Tool S1", "icon": "fas fa-bolt", "link": "https://www.xtool.com/products/xtool-s1-laser-cutter" },
|
||||
{ "name": "Scissors", "icon": "fas fa-scissors" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Textile",
|
||||
"skills": [
|
||||
{ "name": "Brother Innov-is V3 Stitching Robot", "icon": "fas fa-tshirt", "link": "https://www.brothersewing.co.uk/products/innov-is-v3" },
|
||||
{ "name": "Sewing Machine", "icon": "fas fa-tshirt" },
|
||||
{ "name": "Handstitching", "icon": "fas fa-hand-paper" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VR",
|
||||
"skills": [
|
||||
{ "name": "Meta Quest 2", "icon": "fas fa-vr-cardboard", "link": "https://www.meta.com/quest/quest-2/" },
|
||||
{ "name": "HTC Vive Pro", "icon": "fas fa-vr-cardboard", "link": "https://www.vive.com/eu/product/vive-pro/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AR",
|
||||
"skills": [
|
||||
{ "name": "Magic Leap 1", "icon": "fas fa-glasses", "link": "https://www.magicleap.com/magic-leap-1" },
|
||||
{ "name": "Apple AR Suite", "icon": "fab fa-apple", "link": "https://developer.apple.com/augmented-reality/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Microcontroller",
|
||||
"skills": [
|
||||
{ "name": "Arduino", "icon": "fas fa-microchip", "link": "https://www.arduino.cc/" },
|
||||
{ "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.com/" },
|
||||
{ "name": "ESP32", "icon": "fas fa-microchip", "link": "https://www.espressif.com/en/products/socs/esp32" },
|
||||
{ "name": "Pi Pico", "icon": "fas fa-microchip", "link": "https://www.raspberrypi.com/products/raspberry-pi-pico/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Industrial robots",
|
||||
"skills": [
|
||||
{ "name": "Universal Robots UR5", "icon": "fas fa-robot", "link": "https://www.universal-robots.com/products/ur5-robot/" }
|
||||
]
|
||||
}
|
||||
]
|
||||
{% end %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue