Created the rest of the pages and proofread. Staging for production
This commit is contained in:
25
index.html
25
index.html
@@ -36,7 +36,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" />
|
||||
@@ -77,8 +77,27 @@
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="flex-grow p-6">
|
||||
<h1 class="text-3xl font-bold mb-4">Welcome to the BYU-Idaho Amateur Radio Society</h1>
|
||||
<p>This is a placeholder for your page content. Replace this with your actual content per page.</p>
|
||||
<h1 class="text-3xl font-bold mb-4">Welcome to the BYU-Idaho Amateur Radio Society!</h1>
|
||||
<p>Established in the mid-1900s, the BYU-Idaho Amateur Radio Society is one of the University's longest-operating student groups.</p>
|
||||
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">Get Involved</h2>
|
||||
<p>We meet most Wednesdays during the semester in STC 231, and host weekly <a href="/net/" class="text-blue-400 underline">nets</a> on the 146.510 MHz K7BYI Repeater.
|
||||
<br>
|
||||
For more information on current events and what we're up to, join our <a href="https://discord.gg/D9fZ6uWugH" class="text-blue-400 underline">Discord</a>!
|
||||
|
||||
<br><br>We have activies for all skill levels, and no license is required to participate with us (though we'd be happy to help you get yours if you like)</p>
|
||||
|
||||
<h2 class="text-xl font-semibold mt-6 mb-2">Why Should I Join the Amateur Radio Society?</h2>
|
||||
<ul class="list-disc pl-6 space-y-2">
|
||||
<li>Hands-on opportunities to learn about, use, and build radios and antennas</li>
|
||||
<li>Learn and apply physics</li>
|
||||
<li>Be better prepared for emergencies and wilderness activities</li>
|
||||
<li>Connect and network with some pretty cool folks</li>
|
||||
<li>Obtain your federal Amateur Radio License at no cost to you (A $50 value!)</li>
|
||||
<li>Plentiful scholarship opportunities</li>
|
||||
<li>Inter-Society collaboration opportunities</li>
|
||||
<li>Great project opportunities. Have a cool idea? We probably have people with the knowledge to help you make it happen!</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
|
Reference in New Issue
Block a user