https://digitalbuzzsceneer.ru/

Eingereichte URL:
https://digitalbuzzsceneer.ru/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 5 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://digitalbuzzsceneer.ru/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noarchive, nosnippet, noindex, nofollow">
    <title>Aficionados of Fine Vehicles - digitalbuzzsceneer.ru</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
</head>

<body>

    <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
        <div class="container">
            <a class="navbar-brand" href="https://digitalbuzzsceneer.ru//#">
                <i class="fas fa-car"></i> Aficionados of Fine Vehicles            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarResponsive">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item">
                        <a class="nav-link active" href="https://digitalbuzzsceneer.ru//#"><i class="fas fa-home"></i> Home</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://digitalbuzzsceneer.ru//#about"><i class="fas fa-info-circle"></i> About</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://digitalbuzzsceneer.ru//#services"><i class="fas fa-cogs"></i> Services</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://digitalbuzzsceneer.ru//#contact"><i class="fas fa-envelope"></i> Contact</a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>

    <header class="hero bg-dark text-light text-center py-5" style="background-image: url('https://th.bing.com/th/id/OIP.SYWHuhDvgF66pm6H9mhxcAHaEx'); background-size: cover; background-position: center;">
        <div class="container">
            <h1 class="display-4 fw-bold">Welcome to Aficionados of Fine Vehicles</h1>
            <p class="lead">Your ultimate destination for everything cars!</p>
            <a href="https://digitalbuzzsceneer.ru//#learn-more" class="btn btn-light btn-lg"><i class="fas fa-arrow-right"></i> Learn More</a>
        </div>
    </header>

    <section class="py-5 text-center bg-light">
        <div class="container">
            <h2 class="display-4">About Our Community</h2>
            <p class="lead">Aficionados of Fine Vehicles is a community for car lovers to share their passion for vehicles. From vintage classics to modern supercars, we cover it all. Contact us at <a href="mailto:[email protected]" class="text-primary"><i class="fas fa-envelope"></i> [email protected]</a> or call us at <i class="fas fa-phone"></i> 555-460-9802.</p>
            <blockquote class="blockquote">
                <p class="mb-0"><i class="fas fa-quote-left"></i> Every car has a story; every drive is a new chapter. <i class="fas fa-quote-right"></i></p>
            </blockquote>
        </div>
    </section>

    <section class="py-5 text-center">
        <div class="container">
            <h2 class="display-4 mb-4">Explore Our Categories</h2>
            <div class="row">
                <div class="col-lg-4 mb-4">
                    <div class="card shadow">
                        <img class="card-img-top" src="https://th.bing.com/th/id/OIP.xVB2U3NQ4bLujbVRyQ8b8gHaEK" alt="Classic Car">
                        <div class="card-body">
                            <h5 class="card-title"><i class="fas fa-car"></i> Classic Cars</h5>
                            <p class="card-text">Discover the beauty and elegance of classic cars from the golden age of the automobile industry.</p>
                            <a href="https://digitalbuzzsceneer.ru//#classic-cars" class="btn btn-primary"><i class="fas fa-chevron-right"></i> Read More</a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 mb-4">
                    <div class="card shadow">
                        <img class="card-img-top" src="https://th.bing.com/th/id/OIP.nD-3-CzROl_XsrdFCoXOqgHaEK" alt="Modern Supercar">
                        <div class="card-body">
                            <h5 class="card-title"><i class="fas fa-bolt"></i> Modern Supercars</h5>
                            <p class="card-text">Explore the latest and greatest in supercar technology, performance, and design.</p>
                            <a href="https://digitalbuzzsceneer.ru//#modern-supercars" class="btn btn-primary"><i class="fas fa-chevron-right"></i> Read More</a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 mb-4">
                    <div class="card shadow">
                        <img class="card-img-top" src="https://th.bing.com/th/id/OIP.Xiwe2Pn67p91lp144vAk4gHaEK" alt="Electric Vehicle">
                        <div class="card-body">
                            <h5 class="card-title"><i class="fas fa-charging-station"></i> Electric Vehicles</h5>
                            <p class="card-text">Learn about the future of driving with the latest advancements in electric vehicles.</p>
                            <a href="https://digitalbuzzsceneer.ru//#electric-vehicles" class="btn btn-primary"><i class="fas fa-chevron-right"></i> Read More</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <footer class="bg-dark text-light text-center py-4">
        <div class="container">
            <p>© 2024 Aficionados of Fine Vehicles. All Rights Reserved. <i class="fas fa-copyright"></i></p>
            <p>Established in 1936</p>
            <ul class="list-inline">
                <li class="list-inline-item">
                    <a href="https://digitalbuzzsceneer.ru//#privacy" class="text-light"><i class="fas fa-user-secret"></i> Privacy</a>
                </li>
                <li class="list-inline-item">
                    <a href="https://digitalbuzzsceneer.ru//#terms" class="text-light"><i class="fas fa-file-contract"></i> Terms</a>
                </li>
                <li class="list-inline-item">
                    <a href="https://digitalbuzzsceneer.ru//#faq" class="text-light"><i class="fas fa-question-circle"></i> FAQ</a>
                </li>
            </ul>
        </div>
    </footer>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>




</body></html>