From 22f919dc7b6cd37519432eeb637d4ff40a156831 Mon Sep 17 00:00:00 2001 From: Joshua L3 Date: Sat, 21 Jun 2025 02:39:33 -0600 Subject: [PATCH] Created the rest of the pages and proofread. Staging for production --- assets/exams.json | 8 +++ assets/sample.exams.json | 14 ++++ exams.html | 149 +++++++++++++++++++++++++++++++++++++++ history.html | 116 ++++++++++++++++++++++++++++++ index.html | 25 ++++++- mesh/index.html | 26 +++---- net/index.html | 30 ++++---- net/net.json | 61 ++++++++++++---- 8 files changed, 387 insertions(+), 42 deletions(-) create mode 100644 assets/exams.json create mode 100644 assets/sample.exams.json create mode 100644 exams.html create mode 100644 history.html diff --git a/assets/exams.json b/assets/exams.json new file mode 100644 index 0000000..7c03034 --- /dev/null +++ b/assets/exams.json @@ -0,0 +1,8 @@ +[ + { + "date": "Tuesday, June 24th", + "time": "8:00 PM", + "location": "BYU-Idaho Campus, Specific Location TBD", + "register": "https://hamstudy.org/sessions/685338c538f59212e8d09613/1" + } +] diff --git a/assets/sample.exams.json b/assets/sample.exams.json new file mode 100644 index 0000000..3ee1b76 --- /dev/null +++ b/assets/sample.exams.json @@ -0,0 +1,14 @@ +[ + { + "date": "Tuesday, June 24th", + "time": "8:00 PM", + "location": "BYU-Idaho Campus, Specific Location TBD", + "register": "https://hamstudy.org/sessions/685338c538f59212e8d09613/1" + }, + { + "date": "Saturday, August 17", + "time": "10:00 AM", + "location": "Science & Technology Building Room 231", + "register": "https://example.com/register-august17" + } +] diff --git a/exams.html b/exams.html new file mode 100644 index 0000000..a2b914a --- /dev/null +++ b/exams.html @@ -0,0 +1,149 @@ + + + + + + Amateur Radio License Exams – BYU-Idaho Amateur Radio Society + + + + + + + + + + + + + + +
+

License Exams

+ +

+ Interested in getting your amateur radio license? The BYU-I Amateur Radio Society hosts exam sessions right here in Rexburg! +

+ +

Upcoming Exam Sessions

+ + +

Before You Test

+ + +

When You Test

+ +
+ + + + + + diff --git a/history.html b/history.html new file mode 100644 index 0000000..c9f5f42 --- /dev/null +++ b/history.html @@ -0,0 +1,116 @@ + + + + + + History – BYU-I Amateur Radio Society + + + + + + + + + + + + + + +
+

Our History

+ +

+ The BYU-Idaho Amateur Radio Society has a long-standing tradition of service, education, and community involvement. Our roots go back to Rick's College in the mid-1900s, and we're proud to still be here thriving today. +

+ +

+ This page is a work in progress — check back soon for a more detailed history of our club's leadership, milestones, and notable moments! +

+
+ + + + + + diff --git a/index.html b/index.html index 36d92d3..93c9c56 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@