layout | title | pin_links | tags | eleventyImport | eleventyExcludeFromCollections | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
index |
Welcome to Orionrobots |
|
|
|
true |
At Orionrobots, Danny and his team build robots, electronics, gadgets and stuff that moves. We aim to make robots easy for anyone to build, and push the boundaries of what is easy. Oh and just to have lots of fun doing it too!
Discuss robot building on Our Discord Server!
You can see my latest videos on Orionrobots Youtube.
You can reach me on Facebook, Discord and LinkedIn as #orionrobots on all platforms.
-
{% assign posts = collections.all | reverse | with_explicit_date %}
{% for post in posts limit: 6 %}
-
{% thumbnail_for_post post %}
{{ post.date | date: '%d %b %Y' }} » {{ post.data.title }}{{ post | excerpt | strip_html }} more...
{% endfor %}