A modern and responsive website for a FiveM roleplay server, created by SirRezi.
- Responsive design for all devices
- Modern UI with animations and hover effects
- Discord integration
- Team management system
- Server rules and guidelines
- Privacy policy and imprint pages
├── index.html # Homepage
├── rules.html # Server rules
├── team.html # Team members
├── discord.html # Discord integration
├── imprint.html # Legal information
├── privacy.html # Privacy policy
├── css/
│ └── styles.css # Main stylesheet
└── js/
└── script.js # JavaScript functionality
- Change the server name in all HTML files (search for "FiveM Server")
- Update Discord invite link in
discord.html(search for "DEIN_INVITE_LINK") - Update Discord server ID in
discord.html(search for "DEIN_DISCORD_ID")
Edit team.html to update team information:
- Modify the team cards in the HTML
- Update team member information in the JavaScript section
- Add/remove team members as needed
Edit rules.html to customize:
- Rule categories
- Rule descriptions
- Rule details and examples
Main color scheme in css/styles.css:
- Primary: #0066ff (Blue)
- Secondary: #003366 (Dark Blue)
- Text: #888 (Gray)
- Background: rgba(0, 0, 0, 0.7) (Semi-transparent Black)
- Replace placeholder images in
team.html - Update icons from Font Awesome as needed
- Add custom images to the project directory
- Font Awesome 6.0.0 (for icons)
- Custom CSS animations
- Vanilla JavaScript for interactivity
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
For support or customization requests, contact:
- Discord: 00sirrezi00
- Created by: SirRezi
- Design & Development: SirRezi
- Icons: Font Awesome
- Fonts: System fonts
All rights reserved. This project is proprietary and not open for public use or modification without explicit permission from the author.
- Initial release
- Complete website structure
- Responsive design
- Team management system
- Discord integration
- Privacy policy and imprint pages