From c2d3bf3a3768d7272989bb22044c9f107f11a968 Mon Sep 17 00:00:00 2001 From: nq4t Date: Thu, 26 Jan 2023 21:51:13 +0000 Subject: [PATCH] iframe test --- pistar.md | 2 +- public/css/hyde.css | 5 +---- software/.piscrape.md.swp | Bin 0 -> 1024 bytes software/index.md | 30 ++++++++++++++++++++++++++++++ software/piscrape.md | 30 ++++++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 5 deletions(-) create mode 100644 software/.piscrape.md.swp create mode 100644 software/index.md create mode 100644 software/piscrape.md diff --git a/pistar.md b/pistar.md index c21d60f..2acab0f 100644 --- a/pistar.md +++ b/pistar.md @@ -8,6 +8,6 @@ order: 6 I made every attempt to make this look right on various screen sizes. However you can come up against the limit of what Pi-Star itself will do. I can't fix that. I mean, I could; but I'm not going to hack the php code.
- +
diff --git a/public/css/hyde.css b/public/css/hyde.css index 69f5e12..069d3c6 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -245,10 +245,7 @@ a.sidebar-nav-item:focus { } } /* Expand to the entire container */ -iframe{ - width: 100%; - height: 100%; -} + /* diff --git a/software/.piscrape.md.swp b/software/.piscrape.md.swp new file mode 100644 index 0000000000000000000000000000000000000000..1062dd7df9f4ad3ba52cb765e77e7b8958770127 GIT binary patch literal 1024 zcmYc?$V<%2S1{8vVn6{4{LL8h3QbB-1aWW*GLy4&EA{e=(s3w&3KwJ+Cl@6ar0V6S U;8!>*I~oF`AwY`|2t_v(0FZGGPXGV_ literal 0 HcmV?d00001 diff --git a/software/index.md b/software/index.md new file mode 100644 index 0000000..f5be08b --- /dev/null +++ b/software/index.md @@ -0,0 +1,30 @@ +--- +layout: page2 +title: NQ4T Software + +order: 7 +--- + +
If a project does not have a link, it means I just haven't created a project specific page yet. However everything +has a Git repository.
+ +I am by no means a software developer, that being said I've written some code that does things related to ham radio. +Some of it can fall under the category of "stupid tricks" that are geared toward web presence. Some of it is the +actual website itself since it uses Jekyll/Liquid/Ruby for static generation. + +- PiScrape - Text-Only Hotspot Information · [Git Repository](https://git.pickmy.org/nq4t/piscrape) + - This consists of a bash script and PHP page that will display a small box with Pi-Star reflector/talkgroup +information that you can iframe in to a webpage. (Will be) part of my QRZ profile when I can stop screwing around with +the main webpage long enough to update it. +- PiStAPrS - Beacon Hotspot Information To APRS-IS · [Git Repository](https://https://git.pickmy.org/nq4t/pistaprs) + - Similar to PiScrape, except this runs on an external Pi with a GPS hat that will beacon location information +and reflector/TG as a comment. Originally designed for a road-trip. Became the basis for PiScrape +- HamHead - Arduino Remote Head For CAT/CI-V Radios · [Git Repository](https://git.pickmy.org/nq4t/HamHead) + + - Project with the goal of letting you add a remote head to any radio that uses CAT/CI-V. Development is dorment +but not entirely dead. Was originally a "memory controller" for an IC-725 to aid in tuning CB channels for monitoring on +the road. +- PiFO - Pi VFO Controller/Head · [Git Repository](https://git.pickmy.org/nq4t/PiFO) + - Abandoned. The original RPi based project before I switched to Arduino and called it HamHead. Started off using +HamLib before I abandoned it for being inadequate for my vision. Was later abandoned entirely because who wants to wait +for an OS to boot to control their rig. diff --git a/software/piscrape.md b/software/piscrape.md new file mode 100644 index 0000000..f5be08b --- /dev/null +++ b/software/piscrape.md @@ -0,0 +1,30 @@ +--- +layout: page2 +title: NQ4T Software + +order: 7 +--- + +
If a project does not have a link, it means I just haven't created a project specific page yet. However everything +has a Git repository.
+ +I am by no means a software developer, that being said I've written some code that does things related to ham radio. +Some of it can fall under the category of "stupid tricks" that are geared toward web presence. Some of it is the +actual website itself since it uses Jekyll/Liquid/Ruby for static generation. + +- PiScrape - Text-Only Hotspot Information · [Git Repository](https://git.pickmy.org/nq4t/piscrape) + - This consists of a bash script and PHP page that will display a small box with Pi-Star reflector/talkgroup +information that you can iframe in to a webpage. (Will be) part of my QRZ profile when I can stop screwing around with +the main webpage long enough to update it. +- PiStAPrS - Beacon Hotspot Information To APRS-IS · [Git Repository](https://https://git.pickmy.org/nq4t/pistaprs) + - Similar to PiScrape, except this runs on an external Pi with a GPS hat that will beacon location information +and reflector/TG as a comment. Originally designed for a road-trip. Became the basis for PiScrape +- HamHead - Arduino Remote Head For CAT/CI-V Radios · [Git Repository](https://git.pickmy.org/nq4t/HamHead) + + - Project with the goal of letting you add a remote head to any radio that uses CAT/CI-V. Development is dorment +but not entirely dead. Was originally a "memory controller" for an IC-725 to aid in tuning CB channels for monitoring on +the road. +- PiFO - Pi VFO Controller/Head · [Git Repository](https://git.pickmy.org/nq4t/PiFO) + - Abandoned. The original RPi based project before I switched to Arduino and called it HamHead. Started off using +HamLib before I abandoned it for being inadequate for my vision. Was later abandoned entirely because who wants to wait +for an OS to boot to control their rig.