Logout

Security Firearm Auctions


About This Demo

Security Firearm Auctions is a static, front-end only demo that showcases the structure and UX of a firearms auction/retail site. It demonstrates layout, responsive design, dropdown navigation, galleries, client-side validation, simple search, and a localStorage-based “demo auth” and cart.

Demo only

No backend No real sales No data leaves your browser

What You Can Try

  • Browse the homepage inventory and use the search bar to filter items.
  • Open Auctions to view “Current” and “Past” lists and search within them.
  • Register and Login (stored locally) to see prefilled Checkout.
  • Submit the Contact and Seller forms (client-side validation only).
  • Fill out the online Consignment Form with multiple items and image previews (no upload).

What This Does Not Do

  • No payments, background checks, or real account creation.
  • No emails are sent; no files are uploaded.
  • No server, database, or admin console. It’s hosted on GitHub Pages.

Tech & Structure

  • Plain HTML/CSS/JS with Bootstrap Icons via CDN.
  • Responsive layout using CSS Grid/Flex and fluid typography with clamp().
  • Simple localStorage for demo auth and light cart interactions.
  • Scoped legal-page styles for readable policy/terms content.

Data & Privacy

This site doesn’t transmit data to a server. Form “submissions” exist only in your browser. The demo user profile (if you register/login) is stored in localStorage and can be cleared by logging out or clearing site data. For our policies, see the Privacy Policy.

Accessibility & Design Notes

  • Top-level nav items act as dropdown labels; submenus contain the actual links.
  • Label color + text changes communicate validation states (not color-only).
  • Legal pages limit line length (~70ch) for readability.

Legal / Disclaimer

This is a demonstration site. It does not sell or transfer firearms. All real-world sales/consignments would require compliance with applicable federal, state, and local law, including FFL handling and background checks. Review our Terms & Conditions for additional details.