diff --git a/content/radio/_index.md b/content/radio/_index.md new file mode 100644 index 0000000..fd0efc4 --- /dev/null +++ b/content/radio/_index.md @@ -0,0 +1,26 @@ +--- +title: Amateur Radio +--- + +# Amateur Radio + +I have been an amateur radio operator since 2020, and an electronics enthusiast since long before then. + +## VA3ZZA + +**VA3ZZA** is my primary callsign. If you hear me calling CQ, come say hi! + +I generally operate: + +- 7.030 MHz CW +- 2M & 4M FM +- APRS + +## VA3UJF + +**VA3UJF** is my secondary callsign. I use it to separate some of my projects from my primary callsign. + +Currently, you may find VA3UJF: + +- [Injecting Canadian passenger train telemetry into the APRS network](https://github.com/ewpratten/aprs-trains/) +- [Acting as a repeater linking hub](/radio/va3ujf-hub) diff --git a/content/radio/va3ujf-hub.md b/content/radio/va3ujf-hub.md new file mode 100644 index 0000000..3a6de2e --- /dev/null +++ b/content/radio/va3ujf-hub.md @@ -0,0 +1,17 @@ +--- +title: VA3UJF Radio Linking System +--- + +VA3UJF operates as a hub for facilitating interconnections between various RF links and amateur VOIP services. + +If you would like to dial in to the system, the following methods are available: + +| Service | Node ID | +|-------------|-----------------------------------------------------| +| AllStarLink | [542070](http://stats.allstarlink.org/stats/542070) | +| EchoLink | 129231 | + + +## Current link status + +![VA3UJF Connection Map](http://stats.allstarlink.org/stats/542070/networkMap) \ No newline at end of file diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 08b4004..eaf45ea 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -28,6 +28,8 @@ · Projects · + Radio + · Contact
diff --git a/templates/page.html b/templates/page.html index 9a6fc27..c430486 100644 --- a/templates/page.html +++ b/templates/page.html @@ -43,8 +43,11 @@ {% endblock page_start %} {% block content %}

{{page.title}}

+{% if page.description %} {{page.description}} -

+
+{% endif %} +
{{ page.content | safe }} {% endblock content %} \ No newline at end of file