HalloweenWebPage
HalloweenWebPage halloweenwebpage

3.99 EUR

Checkout
halloweenwebpage

HalloweenWebPage

Project details

Project: HalloweenWebPage

dev language: HTML/CSS/JS

Plugin language: en Author: @RustFlash

Description

This is a premium Halloween-themed web design that you can upload to any web host of your choice. It's complete with spooky effects and atmospheric features! It has everything you need for a haunting presentation. You can also extend or customize it to your liking with little knowledge. The webdesign was written especially like a Rust plugin, you can set everything in a config like with Rust plugins.

Please understand that I do not incorporate any special requests or make the web hosting customizations for everyone. If you are ready for a premium web design, please follow the detailed documentation!

Features

  • πŸŽƒ Animated Background Video - Atmospheric Halloween video background
  • πŸ‘» Particle System - Floating orange particles for spooky ambiance
  • 🩸 Blood Drip Effects - Animated blood drips from the top
  • 🌫️ Fog Effect - Eerie fog rolling across the screen
  • 🎡 Halloween Music - Toggle background music with pumpkin button
  • ⚑ BattleMetrics Integration - Real-time server stats
  • πŸ“± Fully Responsive - Mobile and desktop optimized
  • 🎨 Customizable Effects - Enable/disable individual effects via config

Adjustments

You can make adjustments very easily and quickly through the config.json file in the main directory.

I have deliberately built the website a bit like a Rust plugin so that everyone can use it without html/css or js knowledge. You can enter your data in the config and don't have to search and fiddle around in large html files.

Config Options:

{
  "serverName": "Your Server Name",
  "serverIP": "connect your.server.ip",
  "battlemetrics": { "serverId": 12345678 },
  "features": ["Feature 1", "Feature 2"],
  "rules": ["Rule 1", "Rule 2"],
  "effects": {
    "particles": true,
    "bloodDrips": true,
    "fog": true,
    "sounds": true
  },
  "colors": {
    "primary": "#ff6b35",
    "secondary": "#8b0000"
  },
  "links": {
    "impressum": "https://yourwebsite/impressum.html",
    "contact": "test@test.de",
    "discord": "https://discord.gg/...",
    "website": "https://yourwebsite.com",
    "shop": "https://yourshop.com"
  }
}

Project Tree

Halloween_WebPage/
β”œβ”€β”€ css/
β”‚   └── style.css
β”œβ”€β”€ img/
β”‚   β”œβ”€β”€ halloween.webm
β”‚   └── fav.png
β”œβ”€β”€ js/
β”‚   └── app.js
β”œβ”€β”€ config.json
β”œβ”€β”€ halloween.mp3
β”œβ”€β”€ index.html
└── readme.md

Installation

Step 1: [Unzip and upload files]

  • Upload all files from the folder to your web hosting provider.

Step 2: [Edit the config.json file]

  • Modify config.json in the main directory (self-explanatory structured like a rust plugin)
  • Add your server IP, BattleMetrics ID, features, rules, and links
  • Enable/disable effects as desired

Step 3: [Add your media files]

  • Replace halloween.webm in the /img/ directory with your own video background (optional)
  • Replace halloween.mp3 in the main directory with your own background music (optional)

Step 4: Done

Effects Control

All visual and audio effects can be toggled in the config.json:

  • particles - Floating orange particle system
  • bloodDrips - Animated blood drops from top of screen
  • fog - Rolling fog effect across the bottom
  • sounds - Halloween background music (toggle with pumpkin button)

Interactive Features

  • Server IP Copy - Click the server IP to copy it to clipboard
  • Steam Join - Click "JOIN SERVER NOW" to connect via Steam
  • Music Toggle - Click the pumpkin button (bottom right) to play/pause Halloween music
  • Keyboard Shortcut - Press Ctrl+C to copy server IP

DEMO

https://halloween.rustflash.de

load, run, enjoy the spooks πŸŽƒπŸ‘»