+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:
+
+
+
+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