diff --git a/_data/projects.json b/_data/projects.json index 5a5a6ed..bb5e179 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -76,6 +76,21 @@ "img_src": "/assets/images/projects/mcinfo.jp2" } }, + { + "title": "LegalAccess", + "description": "LegalAccess is a small Java library that wraps some commonly used reflection code for fetching / modifying private variables and methods.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/legalaccess" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/legalaccess" + } + ] + }, { "title": "Easy Pose Notation library", "description": "LibEPN is a Java library I built that provides a common interface for working with the position and orientation of objects in 3-dimensional space by making heavy use of Quaternions.", diff --git a/r/gradledefaults.md b/r/gradledefaults.md new file mode 100644 index 0000000..065cb39 --- /dev/null +++ b/r/gradledefaults.md @@ -0,0 +1,4 @@ +--- +layout: redir +redirect_to: https://github.com/Ewpratten/gradle-sensible-defaults +--- \ No newline at end of file