Modern, responsive website for Prime Nevada, built with pure HTML, CSS, and JavaScript. Our site emphasizes clean design, fast performance, and excellent user experience while maintaining WCAG 2.1 Level AA accessibility standards.
- Responsive Design: Optimized for all devices and screen sizes
- Modern UI: Clean, professional aesthetic with smooth animations
- Fast Loading: No framework dependencies, pure vanilla implementation
- Contact Form: Secure form handling via FormSubmit.co
- Mobile-First: Touch-friendly navigation and layout
- Accessibility: WCAG 2.1 Level AA compliant with:
- Proper ARIA labels and roles
- Keyboard navigation support
- Color contrast compliance
- Screen reader optimization
- Focus management
- Alternative text for images
primenevada/
├── index.html # Home page
├── firm.html # The Firm page
├── what-we-do.html # Services page
├── contact.html # Contact page
├── thank-you.html # Form submission success page
├── styles/
│ └── main.css # Main stylesheet
├── js/
│ └── main.js # Client-side JavaScript
└── images/ # Image assets
-
Clone the Repository
git clone https://github.com/yourusername/primenevada.git cd primenevada
-
Local Development
- Use a local server (e.g., Live Server in VS Code)
- Or use Python's built-in server:
python -m http.server 8000
- Visit
http://localhost:8000
in your browser
- Basic understanding of HTML, CSS, and JavaScript
- A modern web browser
- A text editor (VS Code recommended)
- Follow semantic HTML5 markup
- Maintain mobile-first responsive design
- Keep JavaScript minimal and unobtrusive
- Optimize images before committing
- Test across multiple browsers
- Ensure accessibility compliance:
- Test with screen readers (VoiceOver, NVDA)
- Verify keyboard navigation
- Check color contrast ratios
- Validate ARIA attributes
- Use semantic HTML elements
-
Form Protection:
- Honeypot fields
- CAPTCHA verification
- Secure form processing via FormSubmit.co
-
Content Security:
- No sensitive data in repository
- Secure external service integration
- HTTPS enforcement
-
Create a new branch for your changes
git checkout -b feature/your-feature-name
-
Make your changes and test locally
-
Commit with clear, descriptive messages
git commit -m "Add: Brief description of changes"
-
Push and create a pull request
git push origin feature/your-feature-name
- Upload files to your web hosting service
- Ensure all files maintain their structure
- Configure proper MIME types
- Enable HTTPS
- Test all forms and links
For questions or support:
- 📧 Email: info@primenevada.com
- 🌐 Website: primenevada.com
This project is licensed under the BSD 4-Clause License - see the LICENSE.md file for details.
Copyright (c) 2024-present, Prime Nevada. All rights reserved.