1

Add smalltools to projects

This commit is contained in:
Evan Pratten 2020-09-15 10:56:53 -04:00
parent cd64e67819
commit 76a12e2c33
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -118,6 +118,17 @@
"img_src": "/assets/images/projects/ultralight.jp2"
}
},
{
"title": "SmallTools",
"description": "SmallTools is a collection of programs and tools that are too small to get their own GitHub repository. I mainly use these as a learning tool for trying out new languages, libraries, and ideas.",
"text_buttons": [],
"icon_buttons": [
{
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/smalltools"
}
]
},
{
"title": "GitHub Actions for FRC",
"description": "A GitHub CI action specifically built for FRC/GradleRIO codebases. This has been used in production by multiple FRC teams, and has become a core tool in the Raider Robotics software development pipeline.",