From 171eb48d1b7d5f4e3efc0a125ff9ce950a2c6a8d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 17 Aug 2022 15:26:39 -0400 Subject: [PATCH] wip index updates --- content/_index.md | 206 +++++++--------------------------------- content/index_bkp | 184 +++++++++++++++++++++++++++++++++++ sass/styles/layout.scss | 22 +++++ 3 files changed, 242 insertions(+), 170 deletions(-) create mode 100644 content/index_bkp diff --git a/content/_index.md b/content/_index.md index c8450e5..4cd29c3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,6 +8,10 @@ title: Home ## About me +Hey, I'm Evan! I'm a software developer by day, and indecisive about my hobbies by night. + +I like to learn new things, and build up my arsenal of unusual skills. Everything I do revolves around making use of cutting-edge technology to solve problems. This website is the home to everything I'm up to, feel free to look around! +
"Collecting hobbies like pokemon cards"

@@ -43,191 +47,53 @@ As always, I'm working on multiple projects at the same time and have my head cr - Working on the graphics pipeline powering children's TV productions at [Industrial Brothers](https://www.industrialbrothers.com/) - Operating [AS398057](https://net.va3zza.com), providing internet backbone services. - Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten) -- Working with low-power radio communication modes - +## Projects -## Amateur Radio +
+

AS398057

-I am a fairly active Amateur Radio operator. The following table is a reference list of my current, future, and past callsigns: +AS398057 (formerly AS204466) is my personal network, powering many of my projects. I cover all aspects of network operation myself, from playing [NOC](https://en.wikipedia.org/wiki/Network_operations_center) to getting my hands dirty with hand-crafted router configs. -
- -| Callsign | Status | Usage | -|----------------------|:--------:|-----------------------------------| -| **VA3ZZA** | *Active* | My primary callsign | -| **VA3UJF** | *Active* | Testing & automated transmissions | - - - - -
- - - -## Music - -I make music too! Nearly all electronic; a mix of samplers, raw sound design from oscillators, and everything in-between. The following are my three most recent releases: - -
-
- Album Art - - - - - - -
-
- Album Art - - - - - - -
-
- Album Art - - - - - - -
+- [Website](https://net.va3zza.com) +- [PeeringDB](https://peeringdb.com/asn/398057)
-For more music content, check out [my music page](/music). +
+

Rust libraries

+I develop and maintain many Rust libraries. Some are end products, but many are developed out of necessity for other projects of mine. I see a strong future in the Rust programming language, and it has become my language of choice in personal projects. - +
+

The Ludum Dare game jam

+Every half-year, I set aside some time to participate in [Ludum Dare](https://ldjam.com/). The following are the *finished* games I have worked on as a part of the event: - - - + \ No newline at end of file diff --git a/content/index_bkp b/content/index_bkp new file mode 100644 index 0000000..858344d --- /dev/null +++ b/content/index_bkp @@ -0,0 +1,184 @@ + + +## Amateur Radio + +I am a fairly active Amateur Radio operator. The following table is a reference list of my current, future, and past callsigns: + +
+ +| Callsign | Status | Usage | +|----------------------|:--------:|-----------------------------------| +| **VA3ZZA** | *Active* | My primary callsign | +| **VA3UJF** | *Active* | Testing & automated transmissions | + + + + +
+ + + +## Music + +I make music too! Nearly all electronic; a mix of samplers, raw sound design from oscillators, and everything in-between. The following are my three most recent releases: + +
+
+ Album Art + + + + + + +
+
+ Album Art + + + + + + +
+
+ Album Art + + + + + + +
+
+ +For more music content, check out [my music page](/music). + + + + + + + + diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index ef91832..1a67f30 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -288,3 +288,25 @@ ul { margin:0; } } + + +.project { + border: 1px solid gray; + border-radius: 5px; + padding: 1em; + margin-bottom: 1em; + + p { + margin-top:0.25em; + margin-bottom:0.25em; + } + h3 { + border-bottom: 1px solid lightgrey; + margin-top:0.25em; + margin-bottom:0.5em; + padding-bottom: 0.5em; + } + ul{ + margin-bottom:0; + } +} \ No newline at end of file