add favico, clean links
This commit is contained in:
parent
95ffae4d63
commit
80700ab28b
22 changed files with 71 additions and 17 deletions
|
|
@ -127,19 +127,19 @@ Find out more about Friedrich [here](https://friedrichwebergoizel.com).
|
|||
"name": "Educational Technology",
|
||||
"skills": [
|
||||
{ "name": "<abbr title=\"Tiny robots that help kids learn coding through play.\">Ozobot</abbr>", "icon": "fas fa-robot", "link": "https://ozobot.com" },
|
||||
{ "name": "<abbr title=\"A simple floor robot that teaches young learners basic programming.\">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=\"A simple floor robot that teaches young learners basic programming.\">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=\"A microcontroller board used for teaching coding and electronics.\">Calliope mini</abbr>", "icon": "fas fa-microchip", "link": "https://calliope.cc" },
|
||||
{ "name": "<abbr title=\"A LEGO robotics kit for hands-on STEM learning.\">LEGO Spike</abbr>", "icon": "fas fa-cog", "link": "https://education.lego.com/en-us/products/lego-education-spike-prime-set-/45678" },
|
||||
{ "name": "<abbr title=\"A LEGO kit designed to teach kids about robotics and engineering.\">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=\"A LEGO robotics kit for hands-on STEM learning.\">LEGO Spike</abbr>", "icon": "fas fa-cog", "link": "https://spike.legoeducation.com" },
|
||||
{ "name": "<abbr title=\"A LEGO kit designed to teach kids about robotics and engineering.\">LEGO WeDo</abbr>", "icon": "fas fa-cogs", "link": "http://legoengineering.com/platform/wedo/index.html" },
|
||||
{ "name": "<abbr title=\"Small drones used for aerial photography and hands-on flying demos.\">DJI Drones</abbr>", "icon": "fas fa-drone", "link": "https://www.dji.com" },
|
||||
{ "name": "<abbr title=\"Programmable robot arms like those used in factories.\">Industrial Robot Arms</abbr>", "icon": "fas fa-hand-paper", "link": "#" }
|
||||
{ "name": "<abbr title=\"Programmable robot arms like those used in factories.\">Industrial Robot Arms</abbr>", "icon": "fas fa-hand-paper", "link": "https://www.universal-robots.com/products/ur5e/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "3D Printing Hardware",
|
||||
"skills": [
|
||||
{ "name": "<abbr title=\"Printers that use liquid resin and UV light to make detailed prints.\">Resin Printers</abbr>", "icon": "fas fa-vial", "link": "#" },
|
||||
{ "name": "<abbr title=\"Printers that use melted plastic filament to create 3D objects.\">Filament Printers</abbr>", "icon": "fas fa-cube", "link": "#" }
|
||||
{ "name": "<abbr title=\"Printers that use liquid resin and UV light to make detailed prints.\">Resin Printers</abbr>", "icon": "fas fa-vial", "link": "https://www.prusa3d.com/product/original-prusa-sl1s-speed-3d-printer/" },
|
||||
{ "name": "<abbr title=\"Printers that use melted plastic filament to create 3D objects.\">Filament Printers</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