CINXE.COM
Report Abuse | RaveDJ - Your Trusted Domain Registrar
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Report Abuse | RaveDJ - Your Trusted Domain Registrar</title> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <!-- Google Font --> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet"> <!-- Custom CSS --> <style> body { font-family: 'Montserrat', sans-serif; background-color: #f8f9fa; color: #343a40; } .navbar { background-color: #007bff; } .navbar-brand, .nav-link { color: #fff !important; } .header { background: url('landing.png') no-repeat center center; background-size: cover; color: #fff; padding: 100px 0; text-align: center; } .header h1 { font-size: 3rem; font-weight: 700; } .header p { font-size: 1.25rem; } .features { padding: 50px 0; } .features .icon { font-size: 3rem; color: #007bff; } .footer { background-color: #343a40; color: #fff; padding: 20px 0; text-align: center; } </style> </head> <body> <!-- Navbar --> <nav class="navbar navbar-expand-lg navbar-dark"> <div class="container"> <a class="navbar-brand" href="/">RaveDJ</a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav ms-auto"> <li class="nav-item"> <a class="nav-link" href="/">«« Back to Home</a> </li> </ul> </div> </div> </nav> <!-- Header --> <header class="header"> <div class="container"> <h1>Secure Your Perfect Domain Name</h1> <p>Fast, reliable, and secure domain registration</p> <a href="/" class="btn btn-primary btn-lg">Get Started</a> </div> </header> <!-- Report Abuse Section --> <section id="abuse" class="text-center mt-4 mb-4"> <div class="container"> <h2 class="text-center mb-4">Report Abuse</h2> <p class="text-center">Reports of abuse, WHOIS inaccuracies or illegal activities about domains registered through RAVE DJ LTD must be sent to:</p> <ul> <li>Email: <a href="mailto:ravedj@gmx.us">ravedj@gmx.us</a></li> <li>regular mail: Attn.: Mr. Georgi Turlakov, RAVE DJ LTD, International House, 38 Thistle Street, Edinburgh, United Kingdom, EH2 1EN</li> </ul> <p class="text-center mt-4">Abuse complaints are being received on all our communication channels. RAVE DJ LTD will acknowledge receipt receiving the abuse complaint immediately as a ticket gets created, and will review and investigate it and provide an initial answer in maximum 6 hours. In case that a sufficient documentation is provided, we will respond to the complainant with the investigation outcome within 24 hours with the actions taken. If not, we will provide an update to all parties every 24 hours until we resolve the situation. Tracking is available to all parties involved, via a link in our emails.</p> </div> </section> <!-- Policies Section --> <section id="policies" class="text-center mb-4"> <div class="container"> <h2 class="text-center mb-4">Our Policies</h2> <p class="text-center">Read our privacy policy, terms of service, and other important information.</p> <div class="text-center"> <a href="abuse" class="btn btn-secondary">Report Abuse</a> <a href="terms" class="btn btn-secondary">Terms And Conditions</a> <a href="privacy" class="btn btn-secondary">Privacy Policy</a> <a href="registrants" class="btn btn-secondary">Information for Registrants</a> </div> </div> </section> <!-- Footer --> <footer class="footer"> <div class="container"> <p>© 2024 RAVE DJ LTD. All rights reserved.</p> </div> </footer> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> </body> </html>