mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
more projects cleanup
This commit is contained in:
parent
b90ac49f24
commit
908c1dc8b7
BIN
assets/projects/triangle_shelves/thumbnail.png
Normal file
BIN
assets/projects/triangle_shelves/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
531
assets/projects/triangle_shelves/thumbnail.svg
Normal file
531
assets/projects/triangle_shelves/thumbnail.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 51 KiB |
@ -9,6 +9,14 @@ mathjax: false
|
|||||||
|
|
||||||
# Project Ideas
|
# 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.
|
* 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
|
## 3D models of vertebrates
|
||||||
|
14
projects.md
14
projects.md
@ -5,20 +5,22 @@ permalink: /projects/
|
|||||||
excerpt: |
|
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.
|
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:
|
img:
|
||||||
src: /assets/projects/lego_adapters/thumbnail.svg
|
src: /assets/projects/lego_adapters/thumbnail.svg
|
||||||
alt:
|
alt:
|
||||||
class: invertable
|
class: invertable
|
||||||
|
|
||||||
social_image: /assets/projects/lego_adapters/thumbnail.png
|
social_image: /assets/projects/lego_adapters/thumbnail.png
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="title-date-container">
|
<section class="title-date-container">
|
||||||
<h1 class = "highlights">Projects</h1>
|
<h1 class = "highlights">Projects</h1>
|
||||||
<span class="dt-label">Last Modified</span>
|
<span class="dt-label">Last Modified</span>
|
||||||
</section>
|
</section>
|
||||||
<hr class="heading">
|
<hr class="heading">
|
||||||
|
|
||||||
{% 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" %}
|
{% if post.draft == false or jekyll.environment == "development" %}
|
||||||
{% include project_summary.html %}
|
{% include project_summary.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user