# Join/Renew Page (`joinrenew.html`)

This page serves as a fork in the road for users wanting to either join the Indian River Kontrol Society (I.R.K.S.) as a new member or renew their existing membership.

## Purpose

The primary goal of this page is to direct users to the correct form based on their membership status. It prevents confusion and streamlines the process of joining or renewing.

## Features

- **Clear Choice:** Presents two distinct and visually clear options:
    - **New Member:** For individuals who have never been a member of I.R.K.S. before.
    - **Renew Membership:** For existing or past members who wish to renew their membership.
- **Redirection:** Upon selecting an option, the user is redirected to the appropriate form:
    - `join.html` for new members.
    - `renew.html` for renewing members.
- **Interactive Selection:** The selected option is highlighted with a colored border to provide visual feedback to the user.
- **Help Section:** A "Need Help?" section provides links to the FAQ page and the contact page for users who are unsure of their status or have questions.

## File Structure

- `joinrenew.html`: The HTML file for this page.
- `joinrenew.md`: This markdown file.

## Technical Details

- **Template** Uses layout.html for layout od header and footer and choice of <div> styling
- **Styling:** Uses Tailwind CSS for styling, similar to the other pages on the site.
- **JavaScript:** Contains JavaScript to handle:
    - The mobile menu toggle.
    - The form submission, which redirects the user to the selected page.
    - The visual styling of the selected radio button option.