diff --git a/content/_index.md b/content/_index.md index 56006b2..8f09e5a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,12 +6,37 @@ title: Home

Looking for my portfolio? Click here.

--> -## About me +## About me -I'm a Canadian software developer, 3D artist, [photographer](https://instagram.com/evanpratten), [network operator](/as204466), [musician](/music), [blogger](/blog), amateur radio operator, IPv6 nerd, drone pilot, and general maker of things. I love to experiment with little-used technologies, and specialize in *making things interconnect*. +
"Collecting hobbies like pokemon cards"
+
+ +
+
+ +- Software developer +- 3D artist +- [Photographer](https://instagram.com/evanpratten) +- [Network operator](/as204466) +- [Musician](/music) +- Hacker + +
+ +- [Blogger](/blog) +- Amateur radio operator +- [Competitive programmer](/hobbies/software/competitive-programming) +- IPv6 nerd +- Drone pilot +- General maker of things + +
+ + +
As always, I'm working on multiple projects at the same time and have my head crammed full of technobabble. Currently, I am: @@ -20,6 +45,13 @@ As always, I'm working on multiple projects at the same time and have my head cr - Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten) - Working with low-power radio communication modes + ## Amateur Radio @@ -31,7 +63,7 @@ I am a fairly active Amateur Radio operator. The following table is a reference |----------------------|:--------:|-----------------------------------| | **VA3ZZA** | *Active* | My primary callsign | | **VA3UJF** | *Active* | Testing & automated transmissions | -| [**VB3YEET**](/yeet) | *Future* | Special Event | +| [**VB3YEET**](/yeet) | *Active* | Special Event | diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..fd04fe2 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,44 @@ +--- +title: Projects +extra: + enable_gh_markdown: true +--- + +
+

My Projects

+ +I work on *many* projects, and this page hilights some of the more polished ones. Viewer be warned: there is a lot to scroll through :smiley: + +

Table of Contents

+ +- [VFX and Animation](#vfx-and-animation) + - [USD in Docker](#usd-in-docker) +- [Games](#games) +- [Kobo Ereader Hacking](#kobo-ereader-hacking) + +# VFX and Animation + +I work in the animation industry, and as such some of the ideas I am unable to implement at work make their way into personal projects. + +## USD in Docker + +![](https://img.shields.io/badge/Language-Bash-green) +![](https://img.shields.io/badge/-docker-blue) + +This project aims to build an easy to use Docker container that contains everything needed for me to experiment with Pixar's [Universal Scene Description (USD)](http://openusd.org/) in a safe and reproducible environment. + +View on: [GitHub](https://github.com/Ewpratten/docker-usd) & [Docker Hub](https://hub.docker.com/r/ewpratten/usd) + +# Games + +I like to make one or two games each year with various groups of people. + + + +# Kobo Ereader Hacking + + + + + +


\ No newline at end of file diff --git a/content/projects/chromebooks.md b/content/projects/chromebooks.md new file mode 100644 index 0000000..a673103 --- /dev/null +++ b/content/projects/chromebooks.md @@ -0,0 +1,32 @@ +--- +title: "Projects: Chromebook Hacking" +--- + +In the early days of Chromebooks, I was an active member of the os and firmware hacking scene. I have long since moved on from development on Chomebooks, but a few old projects still stand. + +When I was working on these projects, the Chromium team had not opened up the ability to launch Linux applications to the public yet, so we would put our devices in developer mode, and work around the tight security sandbox manually. + +## Chromebrew + +![](https://img.shields.io/badge/Language-Ruby-green) +![](https://img.shields.io/badge/-contributor-yellow) + +I used to contribute to the Chromebrew project. Chromebrew is a community-driven package manager for CROS (Chrome OS) devices. + +## Dart on CROS + +![](https://img.shields.io/badge/Language-Bash-green) +![](https://img.shields.io/badge/-archived-orange) + +An automated installer for the Dart programming language on Chromebooks. + +View on: [GitHub](https://github.com/Ewpratten/dart4cros) + +## Terra on CROS + +![](https://img.shields.io/badge/Language-Bash-green) +![](https://img.shields.io/badge/-archived-orange) + +An automated installer for the Terra programming language on Chromebooks. + +View on: [GitHub](https://github.com/Ewpratten/terra4cros) \ No newline at end of file diff --git a/content/projects/kobo.md b/content/projects/kobo.md new file mode 100644 index 0000000..a5a7460 --- /dev/null +++ b/content/projects/kobo.md @@ -0,0 +1,44 @@ +--- +title: "Projects: Kobo Ereader Hacking" +--- + +I got myself into the weird world of hacking ereaders a while back. Most Kobo products are just poorly secured Linux machines. These projects abuse various aspects of the firmware upgrade process to load custom code onto my ereader. + +## Kobo Rust Library + +![](https://img.shields.io/badge/Language-Rust-green) + +`kobo-rs` is a minimal Rust library for interacting with modified Kobo e-readers. This is designed for use in applications running on the Kobo, not over the network. + +This is my current core Kobo library used in various other (mostly private) projects. + +View on: [GitHub](https://github.com/Ewpratten/kobo-rs) + + +## Kobo Tweaks + +![](https://img.shields.io/badge/Language-Starlark-green) +![](https://img.shields.io/badge/-archived-orange) + +This project contains some of my earlier Kobo tweaks and tools, and was used as my initial bootstrapping environment for later work. + +View on: [GitHub](https://github.com/Ewpratten/kobo-tweaks) + + +## KoboSSH + +![](https://img.shields.io/badge/Language-Bash-green) + +The KoboSSH project contains the tools needed to compile [dropbear](https://matt.ucc.asn.au/dropbear/dropbear.html) for the `arm-kobo-linux-gnueabihf` system (all recent Kobo products). This binary is used for root shell access on Kobo devices which, in my case, is used to deploy and debug software on e-readers. + +View on: [GitHub](https://github.com/Ewpratten/KoboSSH) + + +## KoLib + +![](https://img.shields.io/badge/Language-C++-green) +![](https://img.shields.io/badge/-archived-orange) + +KoLib is a modern C++ library to assist in development of software targeting Kobo products. This project was superseded by my Kobo Rust library. + +View on: [GitHub](https://github.com/Ewpratten/kolib) \ No newline at end of file diff --git a/content/projects/minecraft.md b/content/projects/minecraft.md new file mode 100644 index 0000000..87283ea --- /dev/null +++ b/content/projects/minecraft.md @@ -0,0 +1,79 @@ +--- +title: "Projects: Minecraft" +--- + +I tend to spend more time modifying Minecraft than I do actually playing the game. Most of the projects in this section were commissioned by friends. + +## Frost Bucket + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +![](https://raw.githubusercontent.com/Ewpratten/FrostBucket/master/AnvilScreenshot.png) + +FrostBucket is a server-side Minecraft plugin that adds a new item, the Frost Bucket. This item turns water into ice. The FrostBucket plugin does not have any intentional practical use, but just exists to satisfy a concept brought up on a late-night Discord call: *"What if you could put Frost Walker on a bucket?"* + +View on: [GitHub](https://github.com/Ewpratten/FrostBucket) + + +## Blood Cod Plugins + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +The Blood Cod Plugins pack is a monolithic server-side Minecraft plugin for use on a private survival multiplayer server. The goal of this plugin is to integrate the server history and lore into gameplay by providing custom NBT-backed items, crafting recipes, and advancements. + +Features include: + +- Godlike powers for religious leaders +- Advancements for various religious events +- Advancements for entering various important areas +- New craftable items: + - Tank water of Cod + - Bread of Cod + +View on: [GitHub](https://github.com/Ewpratten/blood_cod_plugins) + + +## XANDGORT Powers + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +XANDGORT Powers is a server-side Minecraft plugin that gives superpowers to my admin account. Primarily for messing around with misbehaving players on servers I manage. + +View on: [GitHub](https://github.com/Ewpratten/xandgort_powers) + + +## Contributor Capes + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +Contributor Capes is a lightweight Minecraft mod that allows modpack developers to award capes to project contributors. + +View on: [GitHub](https://github.com/Ewpratten/contributorcapes) + + +## MarketCap + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +MarketCap is a Paper server plugin that scans all inventories in a world to estimate the number of certain items in circulation. Users may set up search filters and query the number of certain items in circulation. + +This plugin was designed to keep track of currency distribution in a private server. + +View on: [GitHub](https://github.com/Ewpratten/MarketCap) + + +## MinimapServer + +![](https://img.shields.io/badge/Language-Java-green) +![](https://img.shields.io/badge/-archived-orange) + +MinimapServer is an open-source re-implementation of xaero96's [Minimap API](https://www.spigotmc.org/resources/minimapapi.35354/) for his popular Xaero's Minimap and Xaero's World Map Minecraft mods. + +This is a server-side library, for use in other plugins. + +View on: [GitHub](https://github.com/Ewpratten/MinimapServer) \ No newline at end of file diff --git a/content/projects/vfx.md b/content/projects/vfx.md new file mode 100644 index 0000000..2be7b70 --- /dev/null +++ b/content/projects/vfx.md @@ -0,0 +1,4 @@ +--- +title: "Projects: VFX & Animation" +--- + diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index c19b02b..ef91832 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -10,7 +10,7 @@ h6 { p, li, span { - font-family: 'Rubik', sans-serif; + font-family: "Rubik", sans-serif; font-weight: normal; } a { @@ -273,4 +273,18 @@ ul { &:hover { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } -} \ No newline at end of file +} + +#main-skills { + display: flex; + flex-wrap: wrap; + width: 100%; + justify-content: space-evenly; + @media screen and (max-width: 455px) { + justify-content: left; + } + + ul { + margin:0; + } +} diff --git a/templates/index.html b/templates/index.html index 047f188..88a3230 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,6 +29,11 @@ safe }} + +{# Handle flags #} + {% endblock head %} {% block content %}