From e724b8ded0f7d01b8e70e87b1959a160b84a57c8 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 26 May 2022 13:57:03 -0400 Subject: [PATCH] meme month stuff --- .vscode/settings.json | 1 + content/events/_index.md | 3 +++ content/events/meme-month-2022.md | 40 +++++++++++++++++++++++++++++++ sass/styles/layout.scss | 11 +++++++++ templates/page.html | 7 ++++++ 5 files changed, 62 insertions(+) create mode 100644 content/events/_index.md create mode 100644 content/events/meme-month-2022.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 69cf3fd..3054d28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "callsign", + "callsigns", "centimetre", "grayscale", "inpainting", diff --git a/content/events/_index.md b/content/events/_index.md new file mode 100644 index 0000000..fa239c2 --- /dev/null +++ b/content/events/_index.md @@ -0,0 +1,3 @@ +--- +title: Events +--- \ No newline at end of file diff --git a/content/events/meme-month-2022.md b/content/events/meme-month-2022.md new file mode 100644 index 0000000..8e4bbd1 --- /dev/null +++ b/content/events/meme-month-2022.md @@ -0,0 +1,40 @@ +--- +title: Meme Appreciation Month +description: "\"Ligma Balls OM\"" +extra: + uses_flags: true +--- + +*Meme Appreciation Month* is an event organized by a bunch of LIDs as ~~an excuse to put rediculous callsigns on the air~~ *a celebration of the funny internet pictures your parents don't understand* during the period from **June 25th** to **August 5th** 2022. + +## Who? ..asked? + +During the course of the event, the following callsigns will be active on air: + +- [VB4LIGMA](https://www.qrz.com/db/VB4LIGMA?utm_source=va3zza&utm_medium=blog&utm_campaign=meme_month_2022) +- [VB3YEET](https://www.qrz.com/db/VB3YEET?utm_source=va3zza&utm_medium=blog&utm_campaign=meme_month_2022) +- [VC9CATGIRL](https://www.qrz.com/db/VC9CATGIRL?utm_source=va3zza&utm_medium=blog&utm_campaign=meme_month_2022) +- [K3K](https://www.qrz.com/db/K3K?utm_source=va3zza&utm_medium=blog&utm_campaign=meme_month_2022) +- VB6DANK +- VC3RIKROLL +- VB3HARAMBE + +The actual operators of these calls may (will) rotate throughout the event in order to get the most out of our money *(cries in $60 event callsign fees)*. + +## Contacting us + +Between the group of operators behind this event, we will keep the meme calls on air for most of the event, surely with enough dial spinning you too can add a meme call to your logbook. + + + + +
+ +### Missing out on the lolz? ~~Move closer to Canada~~ *Try APRS!* + +For the duration of the event, **VB3YEET** will be active autonomously on APRS, listening for messages from near and var both via *144.39MHz* and APRS-IS. + +Simply send a message to the SSID `VB3YEET`, wait for your automatic response, and enjoy your call being entered in the logbook within the week! All contacts through this method are marked as both FM and Digital in order to make LOtW happy. I (VA3ZZA) look forward to seeing a stupidly full logbook. Write something funny and I'll feature it in my post-event writeup. + +## Join the madness! + diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index 14fd5da..837ea1e 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -257,3 +257,14 @@ ul { // color: aqua; // } } + +.hover-help { + &:hover { + cursor: help; + } + border-bottom: 1px double rgb(171, 167, 167); +} + +.small { + font-size: 0.5em; +} \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index d67521d..d2f6142 100644 --- a/templates/page.html +++ b/templates/page.html @@ -39,6 +39,13 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat {% endif %} +{# Handle flags #} +{% if page.extra.uses_flags %} + +{% endif %} + {# Handle loading JSONLD #} {% if page.extra.is_rfc or page.description and page.date %}