mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
16 lines
414 B
Markdown
16 lines
414 B
Markdown
---
|
|
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
|
|
---
|
|
{% for post in site.projects %}
|
|
{% include project_summary.html %}
|
|
{% endfor %} |