Created the rest of the pages and proofread. Staging for production
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mesh Project – BYUIARS</title>
|
||||
<title>Rexburg Mesh – BYU-I Amateur Radio Society</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script>
|
||||
tailwind.config = {
|
||||
@@ -35,7 +35,7 @@
|
||||
<!-- Navbar -->
|
||||
<nav class="accent-bg text-white px-4 py-3 shadow-md" x-data="{ open: false }">
|
||||
<div class="flex flex-wrap items-center justify-between">
|
||||
<a href="/" class="text-xl font-semibold mr-4">BYUIARS</a>
|
||||
<a href="/" class="text-xl font-semibold mr-4">BYU-I Amateur Radio Society</a>
|
||||
<button @click="open = !open" class="sm:hidden text-white ml-auto focus:outline-none">
|
||||
<svg x-show="!open" xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
||||
@@ -78,28 +78,28 @@
|
||||
<h1 class="text-3xl font-bold mb-4">Rexburg Meshtastic Network</h1>
|
||||
|
||||
<p class="mb-4">
|
||||
The BYUIARS-sponsored Rexburg Meshtastic network is a low-power, long-range mesh radio network using LoRa devices to support off-grid communication. It is open to community participation and ideal for emergency scenarios and experimentation.
|
||||
The BYU-I Amateur Radio Society is working on a Rexburg Meshtastic network! This is a low-power, long-range mesh radio network using LoRa devices to support off-grid communication. It is open for all to use and most nodes are designed to continue working in emergencies and extended power outages.
|
||||
</p>
|
||||
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">How to Get Involved</h2>
|
||||
<ul class="list-disc pl-6 space-y-2">
|
||||
<li>Purchase a supported LoRa radio (many of our members go with the Heltec V3 or RAK 4631), or check one out at one of our weekly meetings</li>
|
||||
<li>Flash the latest <a href="https://flasher.meshtastic.org/" class="text-blue-400 underline">Meshtastic firmware</a></li>
|
||||
<li>Join our <a href="https://discord.gg/D9fZ6uWugH" class="text-blue-400 underline">Discord</a> to get help, share your setup, and connect with us</li>
|
||||
<li>Get your node on the map (if it's stationary) by letting us know about it</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">Current Node Map</h2>
|
||||
<div class="aspect-w-16 aspect-h-9 mb-4">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/d/embed?mid=YOUR_MYMAPS_ID_HERE"
|
||||
src="https://www.google.com/maps/d/u/1/embed?mid=1P5dIeUwP6589f-JT1CaLcsottrrgGRM&ehbc=2E312F"
|
||||
width="100%"
|
||||
height="480"
|
||||
height="560"
|
||||
class="w-full rounded shadow-md"
|
||||
loading="lazy"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">How to Get Involved</h2>
|
||||
<ul class="list-disc pl-6 space-y-2">
|
||||
<li>Purchase a supported LoRa radio (we recommend the TTGO T-Beam v1.1)</li>
|
||||
<li>Flash the latest <a href="https://meshtastic.org/" class="text-blue-400 underline">Meshtastic firmware</a></li>
|
||||
<li>Join our <a href="https://discord.gg/YOUR_DISCORD_INVITE" class="text-blue-400 underline">Discord</a> to get help, share your setup, and connect</li>
|
||||
<li>Place your node on the map by submitting your info</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer class="accent-bg text-white text-center py-4">
|
||||
|
Reference in New Issue
Block a user