diff --git a/_data/projects.json b/_data/projects.json index e48c718..0d7fc98 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -61,6 +61,21 @@ "img_src": "/assets/images/projects/mcinfo.jp2" } }, + { + "title": "JDMA", + "description": "JDMA is a Java library that provides c-like malloc() and free() functions, along with many others. All functions operate off-heap, meaning no need to deal with the garbage collector.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/JDMA" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/JDMA" + } + ] + }, { "title": "FilterLib", "description": "FilterLib is a small utility library for Java that is designed to provide a simple way to work with lists of data. This library is heavily callback-oriented.", @@ -107,7 +122,10 @@ "icon": "fas fa-book", "url": "https://ewpratten.retrylife.ca/legalaccess" } - ] + ], + "hero": { + "img_src": "/assets/images/projects/legalaccess.png" + } }, { "title": "MChat", diff --git a/about.md b/about.md index f881e69..a7e7d6f 100644 --- a/about.md +++ b/about.md @@ -93,7 +93,7 @@ This website uses free assets from: diff --git a/assets/images/projects/legalaccess.png b/assets/images/projects/legalaccess.png new file mode 100644 index 0000000..10b10c5 Binary files /dev/null and b/assets/images/projects/legalaccess.png differ diff --git a/qrz.html b/qrz.html new file mode 100644 index 0000000..bbb5773 --- /dev/null +++ b/qrz.html @@ -0,0 +1,231 @@ + + + + + + + QRZ profile + + + + + + +
+

+ Hi there + + wave + +

+ +

+ I am a 17 year-old student with an ever-growing list of hobbies. I am mainly a software + developer, maintaining a plethora of projects over on GitHub. + Included in this, I am the lead software developer at + Raider Robotics, + a competitive robotics team. I also work with software-defined radios, do + photography, and much more. +

+ +

+ For more information on my work, and my blog, see my website. +

+ +

+ My Gear + + wrench + +

+ +

I keep my radio gear fairly low power. Here is an overview of my commonly used equipment.

+ +

Radios

+ + +

Antennae

+ + + +

Software

+ + + +

+ Contact Info + + phone + +

+ +

Additional Contact information can be found on my website.

+ +
+ + + + \ No newline at end of file