diff --git a/content/_index.md b/content/_index.md index f34d8b6..35bebad 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,7 +20,99 @@ 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 -## Am I on air? +## 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 | +| [**VB3YEET**](/yeet) | *Future* | Special Event | +| **VG3ZZA** | *Active* | Special Event | +| **VG3UJF** | *Active* | Special Event | + +
+ +My current license class is *Basic with Honours*, and I have been on-air since late 2020. More station information may be found at [my QRZ page](https://www.qrz.com/db/VA3ZZA). + +
+ + + +
+
+ +## 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/project_mosaic.scss b/sass/styles/project_mosaic.scss new file mode 100644 index 0000000..acc92f8 --- /dev/null +++ b/sass/styles/project_mosaic.scss @@ -0,0 +1,51 @@ +.project-mosaic { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + width: 100%; + + @media (min-width: 437px) { + .project-small { + max-width: 175px !important; + } + } + + .conform-height { + height: unset !important; + } + + .project { + border: 1px solid #ccc; + border-radius: 5px; + padding: 1rem; + margin-bottom: 1rem; + max-width: 300px; + height: max-content; + + img { + margin-bottom: 0.5em; + border-bottom: 1px solid #ccc; + padding-bottom: 0.75em; + width: 100%; + } + + h3 { + margin: 0; + margin-bottom: 0.25em; + } + + p { + margin-top: 0; + color: rgb(84, 84, 84); + } + + span { + display: inline-block; + border-top: 1px solid #ccc; + font-size: 2em; + width: 100%; + padding-top: 0.25em; + text-align: center; + } + } +} diff --git a/templates/base.html b/templates/base.html index 167d6a2..98df7a7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@ - + {% if current_url %} {% endif %} @@ -32,11 +32,20 @@ - + + + + + + @@ -79,9 +88,9 @@

Home | Blog | - Contact - {# Hobbies #} - {# WHOIS #} + Contact + {# Hobbies #} + {# WHOIS #} {# RFC #}


@@ -90,7 +99,7 @@ {% block content %} {% endblock content %} - + {#