diff --git a/_posts/0014-01-01-gpsantenna.markdown b/_posts/0014-01-01-gpsantenna.markdown new file mode 100644 index 0000000..27f13fa --- /dev/null +++ b/_posts/0014-01-01-gpsantenna.markdown @@ -0,0 +1,7 @@ +--- +title: GPS Antenna +tagline: +linkname: gpsantenna +x: 7% +y: 33% +--- diff --git a/_posts/0015-01-01-telemetryantenna.markdown b/_posts/0015-01-01-telemetryantenna.markdown new file mode 100644 index 0000000..188a857 --- /dev/null +++ b/_posts/0015-01-01-telemetryantenna.markdown @@ -0,0 +1,7 @@ +--- +title: Telemetry Antenna +tagline: +linkname: telemetryantenna +x: 84% +y: 42.5% +--- diff --git a/_posts/0018-01-01-watchdog.markdown b/_posts/0018-01-01-watchdog.markdown new file mode 100644 index 0000000..3c28387 --- /dev/null +++ b/_posts/0018-01-01-watchdog.markdown @@ -0,0 +1,12 @@ +--- +title: Hardware Watchdog +tagline: +linkname: watchdog +x: 59% +y: 25% +--- + +Windowed Hardware Watchdog because yolobtfdsusesif + +**you only live once but total failure due to sporadic unexpected + software errors still isn't fun diff --git a/_posts/0019-01-01-radiofilter.markdown b/_posts/0019-01-01-radiofilter.markdown new file mode 100644 index 0000000..1ffe94f --- /dev/null +++ b/_posts/0019-01-01-radiofilter.markdown @@ -0,0 +1,9 @@ +--- +title: Radio Filter +tagline: +linkname: radiofilter +x: 79% +y: 55% +--- + +5th order Chebyshev yolo diff --git a/_posts/0020-01-01-rtty.markdown b/_posts/0020-01-01-rtty.markdown new file mode 100644 index 0000000..debfa8c --- /dev/null +++ b/_posts/0020-01-01-rtty.markdown @@ -0,0 +1,10 @@ +--- +title: RTTY +tagline: U8N2 +linkname: rtty +software: true +x: 70% +y: 18% +--- + +The tracker transmits Radio Teletype (RTTY). diff --git a/_posts/0021-01-01-contestia.markdown b/_posts/0021-01-01-contestia.markdown new file mode 100644 index 0000000..e0d2f14 --- /dev/null +++ b/_posts/0021-01-01-contestia.markdown @@ -0,0 +1,10 @@ +--- +title: Contestia +tagline: 32/1000 +linkname: contestia +software: true +x: 70% +y: 32% +--- + +The tracker alternately transmits Contestia Mode. diff --git a/_posts/0022-01-01-aprs.markdown b/_posts/0022-01-01-aprs.markdown new file mode 100644 index 0000000..1e176e9 --- /dev/null +++ b/_posts/0022-01-01-aprs.markdown @@ -0,0 +1,10 @@ +--- +title: APRS +tagline: +linkname: aprs +software: true +x: 70% +y: 46% +--- + +The tracker also transmits Automatic Packet Reporting System (APRS) packets. diff --git a/_sass/_custom.scss b/_sass/_custom.scss index 87406d9..cc4487b 100644 --- a/_sass/_custom.scss +++ b/_sass/_custom.scss @@ -139,11 +139,16 @@ pre { margin: 15%; overflow: hidden; position: relative; - background-image: url(assets/circles_hw.svg); background-size: 100%; transition: all 0.2s ease-out; } +.hardware { + background-image: url(assets/circles_hw.svg); +} +.software { + background-image: url(assets/circles_sw.svg); +} .ch-item:hover { margin: 0px; } diff --git a/assets/circles_hw_icon.svg b/assets/circles_hw_icon.svg new file mode 100644 index 0000000..24274b7 --- /dev/null +++ b/assets/circles_hw_icon.svg @@ -0,0 +1,153 @@ + + + + diff --git a/assets/circles_sw.svg b/assets/circles_sw.svg new file mode 100644 index 0000000..d4c4d0d --- /dev/null +++ b/assets/circles_sw.svg @@ -0,0 +1,91 @@ + + + + diff --git a/index.html b/index.html index 508a0e9..47ee7db 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,13 @@ scroll: true