diff --git a/assets/projects/triangle_shelves/thumbnail.png b/assets/projects/triangle_shelves/thumbnail.png new file mode 100644 index 0000000..93e0af3 Binary files /dev/null and b/assets/projects/triangle_shelves/thumbnail.png differ diff --git a/assets/projects/triangle_shelves/thumbnail.svg b/assets/projects/triangle_shelves/thumbnail.svg new file mode 100644 index 0000000..a6fafc6 --- /dev/null +++ b/assets/projects/triangle_shelves/thumbnail.svg @@ -0,0 +1,531 @@ + + + + diff --git a/project_ideas.md b/project_ideas.md index e2ffeae..c82a559 100644 --- a/project_ideas.md +++ b/project_ideas.md @@ -9,6 +9,14 @@ mathjax: false # Project Ideas +* make something interactive using a custom server on my new server + +* Make a tiny rest server on an esp32 + +* Do BAC to look at Hackney Marshes fire https://documentation.dataspace.copernicus.eu/APIs/openEO/openeo-community-examples/python/RankComposites/bap_composite.html + +* update the rendering general relativety page to fix mathjax + * Write some new firmware for the [DMM SAO](https://github.com/flummer/dmm-sao/blob/main/firmware/code.py) I got at the hackaday supercon. ## 3D models of vertebrates diff --git a/projects.md b/projects.md index 13693a3..c7f26b9 100644 --- a/projects.md +++ b/projects.md @@ -5,20 +5,22 @@ permalink: /projects/ excerpt: | I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at. img: - src: /assets/projects/lego_adapters/thumbnail.svg - alt: - class: invertable - + src: /assets/projects/lego_adapters/thumbnail.svg + alt: + class: invertable + social_image: /assets/projects/lego_adapters/thumbnail.png --- +

Projects

Last Modified

-{% for post in site.projects %} +{% assign projects = site.projects | sort_natural: "date" | reverse %} +{% for post in projects %} {% if post.draft == false or jekyll.environment == "development" %} {% include project_summary.html %} {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}