--- title: Projects layout: default 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 social_image: /assets/projects/lego_adapters/thumbnail.png ---

Projects

Last Modified

{% for post in site.projects %} {% if post.draft == false or jekyll.environment == "development" %} {% include project_summary.html %} {% endif %} {% endfor %}