https://steam.communityworkshopvote.com/

Submitted URL:
https://steam.communityworkshopvote.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 7 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
windowScrollfunction
toggleMenufunction
uidEventnumber
bootstrapobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://steam.communityworkshopvote.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
     
    <title>Main</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
    <link rel="stylesheet" type="text/css" href="css/materialdesignicons.min.css">
    <link rel="stylesheet" type="text/css" href="css/style.css">
  </head>

  <body data-bs-spy="scroll" data-bs-target="#navbar" data-bs-offset="71">
    <!--Navbar Start-->
    <nav class="navbar navbar-expand-lg fixed-top navbar-custom sticky sticky-dark" id="navbar">
      <div class="container">
        <!-- LOGO -->
        <a class="navbar-brand logo" href="index.html"> Active Advice </a>
        <button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
          <i class="mdi mdi-menu"></i>
        </button>
        <div class="collapse navbar-collapse" id="navbarCollapse">
          <ul class="navbar-nav ms-auto navbar-center" id="mySidenav">
            <li class="nav-item"><a class="nav-link" href="index.html">Main</a></li>
            <li class="nav-item">
              <a class="nav-link" href="blog.html">Articles</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="contact.html">Contacts</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="privacy.html">Privacy policy</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="terms.html">Terms and conditions</a>
            </li>
          </ul>
        </div>
      </div>
    </nav>
    <!-- Navbar End -->

    <!-- START SOFTWERE-HOME -->
    <section class="softwere-home" id="home" style="background-image: url('./assets/images/bulksplash-victorfreitas-71t4vsuphqi.jpg')">
      <div class="bg-overlay"></div>
      <div class="home-center">
        <div class="home-desc-center">
          <div class="container">
            <div class="row align-items-center">
              <div class="col-lg-6">
                <div class="softwere-home-content text-white mt-4">
                  <h4 class="softwere-home-title text-uppercase line-height_1_4 letter-spacing_4">
                    Popular
                  </h4>
                </div>
              </div>
            </div>
          </div>

          <div class="container-fluid">
            <div class="row">
              <div class="softwere-home-shape-img">
                <img src="images/home-softwere-shape.png" alt="" class="img-fluid mx-auto d-block">
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- START TESTIMONIAL -->
    <section class="section testimonial" id="client">
      <div class="container">
        <div class="row justify-content-center">
          <div class="col-lg-8">
            <div class="text-center">
              <h2 class="heading-title-title letter-spacing_4 text-uppercase">
                reviews
              </h2>
            </div>
          </div>
        </div>

        <div class="row mt-5 pt-3">
          <div class="col-lg-12">
            <div id="agency-owl-demo">
              <div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
                <div class="carousel-inner">
                  
                  <div class="carousel-item active">
                    <div class="agency-testimonial-box text-center ml-2 mr-2 p-5">
                      <div class="agency-testi-desc bg-white">
                        <p class="text-muted f-17 mb-0">The site has become an essential tool for me in my personal and professional development. I can't imagine life without it.</p>
                      </div>

                      <div class="agency-testimonial-img mt-5 pt-3">
                        <img src="./assets/images/avatar_16669575187397.jpeg" class="img-fluid rounded-circle" alt="" style="height: 80px; object-fit: cover">
                        <div class="mt-4">
                          <h5 class="text-uppercase f-15 letter-spacing_2">Robin Gerhold</h5>
                          <p class="text-muted f-13 mb-0"></p>
                        </div>
                      </div>
                    </div>
                  </div>
                  
 
                  <div class="carousel-item">
                    <div class="agency-testimonial-box text-center ml-2 mr-2 p-5">
                      <div class="agency-testi-desc bg-white">
                        <p class="text-muted f-17 mb-0">Very convenient site with diverse content. You can find articles on any topic!</p>
                      </div>

                      <div class="agency-testimonial-img mt-5 pt-3">
                        <img src="./assets/images/avatar_16669583323721.jpeg" class="img-fluid rounded-circle" alt="" style="height: 80px; object-fit: cover">
                        <div class="mt-4">
                          <h5 class="text-uppercase f-15 letter-spacing_2">Burley Kohler</h5>
                          <p class="text-muted f-13 mb-0"></p>
                        </div>
                      </div>
                    </div>
                  </div>
                  

                  <div class="carousel-item">
                    <div class="agency-testimonial-box text-center ml-2 mr-2 p-5">
                      <div class="agency-testi-desc bg-white">
                        <p class="text-muted f-17 mb-0">Articles on this site are well-researched and provide a lot of valuable information.</p>
                      </div>

                      <div class="agency-testimonial-img mt-5 pt-3">
                        <img src="./assets/images/avatar_16669573887274.jpeg" class="img-fluid rounded-circle" alt="" style="height: 80px; object-fit: cover">
                        <div class="mt-4">
                          <h5 class="text-uppercase f-15 letter-spacing_2">Prof. Maddison Quigley DVM</h5>
                          <p class="text-muted f-13 mb-0"></p>
                        </div>
                      </div>
                    </div>
                  </div>
                  

                  <div class="carousel-item">
                    <div class="agency-testimonial-box text-center ml-2 mr-2 p-5">
                      <div class="agency-testi-desc bg-white">
                        <p class="text-muted f-17 mb-0">The site is a great way to discover new podcasts and other forms of media. The articles often feature recommendations for great content.</p>
                      </div>

                      <div class="agency-testimonial-img mt-5 pt-3">
                        <img src="./assets/images/avatar_16669577391243.jpeg" class="img-fluid rounded-circle" alt="" style="height: 80px; object-fit: cover">
                        <div class="mt-4">
                          <h5 class="text-uppercase f-15 letter-spacing_2">Margret Lehner</h5>
                          <p class="text-muted f-13 mb-0"></p>
                        </div>
                      </div>
                    </div>
                  </div>
                  

                </div>
                <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
                  <i class="mdi mdi-menu-left"></i>
                </button>
                <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
                  <i class="mdi mdi-menu-right"></i>
                </button>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- END TESTIMONIAL -->

    <!-- START BLOG -->
    <section class="section blog" id="news">
      <div class="container">
        <div class="row justify-content-center">
          <div class="col-lg-8">
            <div class="text-center">
              <h2 class="heading-title-title letter-spacing_4 text-uppercase">
                Articles
              </h2>
            </div>
          </div>
        </div>

        <div class="row mt-5 pt-3">
          
          <div class="col-lg-4">
            <div class="mt-4">
              <div>
                <img src="./assets/images/bulksplash-victorfreitas-71t4vsuphqi.jpg" style="width: 100%; height: 240px; object-fit: cover" class="img-fluid" alt="">
              </div>
              <div class="bg-white p-4">
                <div class="agency-blog-info">
                  <h5 class="f-16 line-height_1_6">
                    <a href="3iKGg8Q07sFopxudz0wwOA3ml7RS.html">Unlock the Power of Exercise: ...</a>
                  </h5>
                  <div class="mt-3">
                    <a href="3iKGg8Q07sFopxudz0wwOA3ml7RS.html" class="more-details text-uppercase text-muted fw-bold f-12">Read further <i class="mdi mdi-arrow-right"></i></a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          

          <div class="col-lg-4">
            <div class="mt-4">
              <div>
                <img src="./assets/images/bulksplash-karsten116-egsbvvtvccw.jpg" style="width: 100%; height: 240px; object-fit: cover" class="img-fluid" alt="">
              </div>
              <div class="bg-white p-4">
                <div class="agency-blog-info">
                  <h5 class="f-16 line-height_1_6">
                    <a href="QQ1anUClbkS.html">Reap the Rewards: Discover the...</a>
                  </h5>
                  <div class="mt-3">
                    <a href="QQ1anUClbkS.html" class="more-details text-uppercase text-muted fw-bold f-12">Read further <i class="mdi mdi-arrow-right"></i></a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          

          <div class="col-lg-4">
            <div class="mt-4">
              <div>
                <img src="./assets/images/bulksplash-bradleycdunn-acbu5ay5tvk.jpg" style="width: 100%; height: 240px; object-fit: cover" class="img-fluid" alt="">
              </div>
              <div class="bg-white p-4">
                <div class="agency-blog-info">
                  <h5 class="f-16 line-height_1_6">
                    <a href="ddb3831dcc420dcdeae3230416ca6b05.html">Unlock the Power of Exercise: ...</a>
                  </h5>
                  <div class="mt-3">
                    <a href="ddb3831dcc420dcdeae3230416ca6b05.html" class="more-details text-uppercase text-muted fw-bold f-12">Read further <i class="mdi mdi-arrow-right"></i></a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          

        </div>
      </div>
    </section>
    <!-- END BLOG -->

    <!-- START CONTACT -->
    <section class="section agency-contact" id="contact">
      <div class="container">
        <div class="row justify-content-center">
          <div class="col-lg-8">
            <div class="text-center">
              <h2 class="heading-title-title letter-spacing_4 text-uppercase">
                Contacts
              </h2>
            </div>
          </div>
        </div>

        <div class="row mt-5 pt-3 align-items-center">
          <div class="col-lg-12 text-center">
            <div class="mt-4">
              <div style="
                  background-image: url('images/map.png');
                  background-repeat: no-repeat;
                  background-size: cover;
                  background-position: center;
                " class="pb-3">
                <div class="mt-3">
                  <div class="agency-contact-info ps-4">
                    <p class="text-muted">[email protected]</p>
                  </div>
                </div>
                <div class="mt-3">
                  <div class="agency-contact-info ps-4">
                    <p class="text-muted">641 Gorczany Forge Suite 366
North Desiree, FL 18539</p>
                  </div>
                </div>
                <div class="mt-3">
                  <div class="agency-contact-info ps-4">
                    <p class="text-muted">+4274232577618</p>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- END CONTACT -->

    <!-- START FOOTER -->
    <footer class="section-footer bg-softwere-footer">
      <div class="container">
        <div class="row mt-4 py-4">
          <div class="col-lg-12">
            <div class="text-center">
              <p class="copy-rights text-white mb-0">
                ©
                <script>
                  document.write(new Date().getFullYear());
                </script>2024
                Copyright
              </p>
            </div>
          </div>
        </div>
      </div>
    </footer>
    <!-- END FOOTER -->

    <script>
      let elems = document.querySelectorAll('.server-name');
      elems.forEach((elem) => {
        elem.innerHTML = window.location.hostname;
      });
    </script>

    <script src="js/script.js"></script>
    <script src="js/bootstrap.bundle.min.js"></script>
  

</body></html>