add favico, clean links
This commit is contained in:
parent
95ffae4d63
commit
80700ab28b
22 changed files with 71 additions and 17 deletions
|
|
@ -125,19 +125,19 @@ Finde [hier](https://friedrichwebergoizel.com) mehr über Friedrich heraus.
|
|||
"name": "Bildungstechnologien",
|
||||
"skills": [
|
||||
{ "name": "<abbr title=\"Winzige Roboter, die Kindern spielerisch Programmieren beibringen.\">Ozobot</abbr>", "icon": "fas fa-robot", "link": "https://ozobot.com" },
|
||||
{ "name": "<abbr title=\"Ein einfacher Bodenroboter, der jungen Lernenden grundlegendes Programmieren vermittelt.\">Blue-Bot</abbr>", "icon": "fas fa-car-side", "link": "https://www.tts-group.co.uk/blue-bot-bluetooth-programmable-floor-robot/1015267.html" },
|
||||
{ "name": "<abbr title=\"Ein einfacher Bodenroboter, der jungen Lernenden grundlegendes Programmieren vermittelt.\">Blue-Bot</abbr>", "icon": "fas fa-car-side", "link": "https://www.tts-international.com/tts-blue-bot-bluetooth-programmable-floor-robot/1015269.html" },
|
||||
{ "name": "<abbr title=\"Ein Mikrocontroller-Board zum Lehren von Programmierung und Elektronik.\">Calliope mini</abbr>", "icon": "fas fa-microchip", "link": "https://calliope.cc" },
|
||||
{ "name": "<abbr title=\"Ein LEGO-Roboterbausatz für praxisnahes STEM-Lernen.\">LEGO Spike</abbr>", "icon": "fas fa-cog", "link": "https://education.lego.com/en-us/products/lego-education-spike-prime-set-/45678" },
|
||||
{ "name": "<abbr title=\"Ein LEGO-Set, das Kindern Robotik und Technik näherbringt.\">LEGO WeDo</abbr>", "icon": "fas fa-cogs", "link": "https://education.lego.com/en-us/products/lego-education-wedo-2-0-core-set-/45300" },
|
||||
{ "name": "<abbr title=\"Ein LEGO-Roboterbausatz für praxisnahes STEM-Lernen.\">LEGO Spike</abbr>", "icon": "fas fa-cog", "link": "https://spike.legoeducation.com" },
|
||||
{ "name": "<abbr title=\"Ein LEGO-Set, das Kindern Robotik und Technik näherbringt.\">LEGO WeDo</abbr>", "icon": "fas fa-cogs", "link": "http://legoengineering.com/platform/wedo/index.html" },
|
||||
{ "name": "<abbr title=\"Kleine Drohnen für Luftaufnahmen und praktische Flugdemos.\">DJI Drones</abbr>", "icon": "fas fa-drone", "link": "https://www.dji.com" },
|
||||
{ "name": "<abbr title=\"Programmierbare Roboterarme wie in der Industrie.\">Industrieroboterarme</abbr>", "icon": "fas fa-hand-paper", "link": "#" }
|
||||
{ "name": "<abbr title=\"Programmierbare Roboterarme wie in der Industrie.\">Industrieroboterarme</abbr>", "icon": "fas fa-hand-paper", "link": "https://www.universal-robots.com/products/ur5e/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "3D-Druck-Hardware",
|
||||
"skills": [
|
||||
{ "name": "<abbr title=\"Drucker, die mit Flüssigharz und UV-Licht hochdetaillierte Drucke erstellen.\">Resindrucker</abbr>", "icon": "fas fa-vial", "link": "#" },
|
||||
{ "name": "<abbr title=\"Drucker, die mit geschmolzenem Kunststofffilament 3D-Objekte erzeugen.\">Filamentdrucker</abbr>", "icon": "fas fa-cube", "link": "#" }
|
||||
{ "name": "<abbr title=\"Drucker, die mit Flüssigharz und UV-Licht hochdetaillierte Drucke erstellen.\">Resindrucker</abbr>", "icon": "fas fa-vial", "link": "https://www.prusa3d.com/product/original-prusa-sl1s-speed-3d-printer/" },
|
||||
{ "name": "<abbr title=\"Drucker, die mit geschmolzenem Kunststofffilament 3D-Objekte erzeugen.\">Filamentdrucker</abbr>", "icon": "fas fa-cube", "link": "https://www.prusa3d.com/product/original-prusa-mk4s-3d-printer-kit/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue