Skip to content

SirRezi/SirRezi_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiveM Server Website

A modern and responsive website for a FiveM roleplay server, created by SirRezi.

Features

  • 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

File Structure

├── 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

Customization Guide

General Settings

  • 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")

Team Members

Edit team.html to update team information:

  1. Modify the team cards in the HTML
  2. Update team member information in the JavaScript section
  3. Add/remove team members as needed

Server Rules

Edit rules.html to customize:

  1. Rule categories
  2. Rule descriptions
  3. Rule details and examples

Colors and Styling

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)

Images and Assets

  • Replace placeholder images in team.html
  • Update icons from Font Awesome as needed
  • Add custom images to the project directory

Technical Details

Dependencies

  • Font Awesome 6.0.0 (for icons)
  • Custom CSS animations
  • Vanilla JavaScript for interactivity

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

Contact

For support or customization requests, contact:

  • Discord: 00sirrezi00

Credits

  • Created by: SirRezi
  • Design & Development: SirRezi
  • Icons: Font Awesome
  • Fonts: System fonts

License

All rights reserved. This project is proprietary and not open for public use or modification without explicit permission from the author.

Updates

Version 1.0.0

  • Initial release
  • Complete website structure
  • Responsive design
  • Team management system
  • Discord integration
  • Privacy policy and imprint pages

About

SirRezi_Website – Modern Server Website Template for FiveM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors