https://energysupportbundle.com/

Eingereichte URL:
https://energysupportbundle.com/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 23 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
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gtagfunction
dataLayerobject
gtag_report_conversionfunction
google_tag_managerobject
google_tag_dataobject
AOSobject

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>Energy Support Bundle</title>
  <meta content="" name="description">
  <meta content="" name="keywords">

  <!-- Favicons -->
  <link href="assets/img/favicon.png" rel="icon">
  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

  <!-- Google Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

  <!-- Vendor CSS Files -->
  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
  <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
  <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

  <!-- Template Main CSS File -->
  <link href="assets/css/style.css" rel="stylesheet">
  
  <!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-16731913757"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-16731913757');
</script>

<script>
  gtag('config', 'AW-16731913757/tYAkCPWIod0ZEJ38sqo-', {
    'phone_conversion_number': '(833) 542-1202'
  });
</script>

<!-- Event snippet for hm conversion page
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
<script>
function gtag_report_conversion(url) {
  var callback = function () {
    if (typeof(url) != 'undefined') {
      window.location = url;
    }
  };
  gtag('event', 'conversion', {
      'send_to': 'AW-16731913757/KiI9CLmyrN0ZEJ38sqo-',
      'event_callback': callback
  });
  return false;
}
</script>

  

</head>

<body data-aos-easing="ease-in-out" data-aos-duration="1000" data-aos-delay="0">
  <!-- ======= Header ======= -->
<header id="header" class="fixed-top">
  <div class="container d-flex align-items-center">
    <a href="https://energysupportbundle.com/" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
  
    <nav id="navbar" class="navbar">
      <div style="background-color: rgba(0, 0, 0, 0.5); padding: 10px; border-radius: 10px;">
        <ul id="navbar-list" style="list-style: none; margin: 0; padding: 0; display: flex; gap: 15px;">
          <li><a class="nav-link scrollto active" href="#hero" style="color: #fff; text-decoration: none;">Home</a></li>
          <li><a class="nav-link scrollto" href="#about" style="color: #fff; text-decoration: none;">About</a></li>
          <li><a class="nav-link scrollto" href="#services" style="color: #fff; text-decoration: none;">Services</a></li>
          <li><a class="nav-link scrollto" href="#contact" style="color: #fff; text-decoration: none;">Contact</a></li>
          <li><a class="getstarted scrollto" href="tel:+18335421202" style="color: #fff; text-decoration: none;">+1 833 542 1202</a></li>
        </ul>
      </div>
      <i class="bi bi-list mobile-nav-toggle" style="cursor: pointer;"></i>
    </nav><!-- .navbar -->
  </div>
  
  <script>
    document.addEventListener('DOMContentLoaded', function () {
      const mobileToggle = document.querySelector('.mobile-nav-toggle');
      const navbarList = document.querySelector('#navbar-list');
      
      // Initially hide the menu on mobile
      if (window.innerWidth <= 768) {
        navbarList.style.display = 'none';
      }

      mobileToggle.addEventListener('click', function () {
        if (navbarList.style.display === 'none' || navbarList.style.display === '') {
          navbarList.style.display = 'block';
          navbarList.style.flexDirection = 'column';
          navbarList.style.position = 'absolute';
          navbarList.style.top = '50px'; /* Adjust as needed */
          navbarList.style.left = '0';
          navbarList.style.width = '100%';
          navbarList.style.backgroundColor = 'rgba(0, 0, 0, 0.9)';
        } else {
          navbarList.style.display = 'none';
        }
      });
    });

    // Add resize event listener to hide/show the navbar appropriately on screen resize
    window.addEventListener('resize', function() {
      const navbarList = document.querySelector('#navbar-list');
      if (window.innerWidth > 768) {
        navbarList.style.display = 'flex'; // Show flex layout on larger screens
        navbarList.style.flexDirection = 'row'; // Reset to horizontal layout
      } else {
        navbarList.style.display = 'none'; // Hide on smaller screens
      }
    });
  </script>
</header><!-- End Header -->

  

  <!-- ======= Hero Section ======= -->
  <section id="hero" class="d-flex align-items-center">

    <div class="container">
      <div class="row">
        <div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">
          <div style="background-color: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 15px; color: #fff;">
            <h1>Green Energy Solutions for a Brighter Future</h1>
            <h2>We deliver flexible, affordable, and reliable green energy solutions for homes and businesses.</h2>
            <div class="d-flex justify-content-center justify-content-lg-start">
              <a href="tel:+18335421202" class="btn-get-started scrollto">Get Started</a>
            </div>
          </div>
        </div>
      </div>
    </div>
    

  </section><!-- End Hero -->

  <main id="main">

    <!-- ======= About Us Section ======= -->
    <section id="about" class="about">
      <div class="container aos-init" data-aos="fade-up">

        <div class="section-title">
          <h2>About Us</h2>
        </div>

        <div class="row content">
          <div class="col-lg-12">
            <h3>
              At Energy Support Bundle, we are committed to reshaping the energy landscape with affordable and innovative renewable energy solutions.
            </h3>
            <p>Our guiding principles for a cleaner, greener planet:</p>
            <ul>
              <li><i class="ri-check-double-line"></i> Empowering Communities </li>
              <li><p>Providing cost-effective green energy plans that uplift communities.</p></li>
              <li><i class="ri-check-double-line"></i> Transparency </li>
              <li><p>Maintaining transparency and ethical business practices at every step.</p></li>
              <li><i class="ri-check-double-line"></i> Adaptability </li>
              <li><p>We respond to challenges with agility, ensuring continuous innovation.</p></li>
            </ul>
            <a href="tel:+18335421202" class="btn-learn-more">Learn More</a>
          </div>
         
        </div>

      </div>
    </section><!-- End About Us Section -->

    <!-- ======= Why Us Section ======= -->
    <section id="why-us" class="why-us section-bg">
      <div class="container-fluid aos-init" data-aos="fade-up">

        <div class="row">

          <div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch  order-2 order-lg-1">

            <div class="content">
              <h3>Tailored Green Energy Solutions for All</h3>
              <p>
                As leaders in renewable energy, we provide custom green energy solutions for both individuals and businesses, ensuring everyone can contribute to a sustainable future.
              </p>
            </div>

            <div class="accordion-list">
              <ul>
                <li>
                  <a data-bs-toggle="collapse" class="collapse" data-bs-target="#accordion-list-1"><span>01</span> Nationwide Energy Coverage <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
                  <div id="accordion-list-1" class="collapse show" data-bs-parent=".accordion-list">
                    <p>
                      From cities to rural areas, our renewable energy services span across the country, delivering clean energy to all.
                    </p>
                  </div>
                </li>

                <li>
                  <a data-bs-toggle="collapse" data-bs-target="#accordion-list-2" class="collapsed"><span>02</span> Custom Energy Plans <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
                  <div id="accordion-list-2" class="collapse" data-bs-parent=".accordion-list">
                    <p>
                      Our energy plans are designed to meet your unique needs, helping you seamlessly transition to sustainable energy.
                    </p>
                  </div>
                </li>

                <li>
                  <a data-bs-toggle="collapse" data-bs-target="#accordion-list-3" class="collapsed"><span>03</span> 24/7 Customer Support <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
                  <div id="accordion-list-3" class="collapse" data-bs-parent=".accordion-list">
                    <p>
                      We’re here for you around the clock, offering exceptional customer support to ensure a smooth experience.
                    </p>
                  </div>
                </li>

              </ul>
            </div>

          </div>

          <div class="col-lg-5 align-items-stretch order-1 order-lg-2 img aos-init" style="background-image: url(&quot;assets/img/why-us.png&quot;);" data-aos="zoom-in" data-aos-delay="150">&nbsp;</div>
        </div>

      </div>
    </section><!-- End Why Us Section -->

    <!-- ======= Services Section ======= -->
    <section id="services" class="services section-bg">
      <div class="container aos-init" data-aos="fade-up">

        <div class="section-title">
          <h2>Services</h2>
          <h3>Comprehensive Renewable Energy Solutions</h3>
          <p>Discover our range of renewable energy solutions, tailored to your specific energy needs.</p>
        </div>

        <div class="row">

          <div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0 aos-init" data-aos="zoom-in" data-aos-delay="200">
            <div class="icon-box">
              <div class="icon"><i class="bx bx-file"></i></div>
              <h4><a href="">Solar Energy</a></h4>
              <p>Harness the power of the sun with our affordable solar solutions.</p>
              <a href="tel:+18335421202" class="mt-2">Contact Us (+1 833 542 1202)</a>
            </div>
          </div>

          <div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0 aos-init" data-aos="zoom-in" data-aos-delay="300">
            <div class="icon-box">
              <div class="icon"><i class="bx bx-tachometer"></i></div>
              <h4><a href="">Hydropower</a></h4>
              <p>Making clean water energy available for everyone.</p>
              <a href="tel:+18335421202" class="mt-2">Contact Us (+1 833 542 1202)</a>
            </div>
          </div>

          <div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0 aos-init" data-aos="zoom-in" data-aos-delay="400">
            <div class="icon-box">
              <div class="icon"><i class="bx bx-layer"></i></div>
              <h4><a href="">Wind Energy</a></h4>
              <p>Affordable wind energy solutions for a greener tomorrow.</p>
              <a href="tel:+18335421202" class="mt-2">Contact Us (+1 833 542 1202)</a>
            </div>
          </div>

        </div>

      </div>
    </section><!-- End Services Section -->

    <!-- ======= Contact Section ======= -->
    <section id="contact" class="contact">
      <div class="container aos-init" data-aos="fade-up">

        <div class="section-title">
          <h2>Contact</h2>
          <p>If you are interested in our renewable energy solutions, feel free to reach out, and we’ll get back to you within 12 hours.</p>
        </div>

        <div class="row">

          <div class="col-lg-5 d-flex align-items-stretch">
            <div class="info">
                 <div class="address">
            <i class="bi bi-geo-alt"></i>
            <h4>Address:</h4>
            <p>550 S Tryon St, Charlotte, NC 28202, USA</p>
          </div>
              <div class="email">
                <a href="mailto:[email protected]">
                    <i class="bi bi-envelope"></i>
                    <h4>Email:</h4>
                    <p>[email protected]</p>
                </a>
              </div>
              <div class="phone">
                <a href="tel:+18335421202">
                  <i class="bi bi-phone"></i>
                <h4>Call:</h4>
                <p>+1 833 542 1202</p>
                </a>
              </div>
             <div class="mt-0"> <img src="assets/img/skills.png" class="img-fluid" alt=""></div>
            </div>

          </div>

          <div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
            <form action="/sendmail/" method="post" class="php-email-form2">
              <div class="row">
                <div class="form-group col-md-6">
                  <label for="name">Your Name</label>
                  <input type="text" name="name" class="form-control" id="name" required="">
                </div>
                <div class="form-group col-md-6">
                  <label for="name">Your Email</label>
                  <input type="email" class="form-control" name="email" id="email" required="">
                </div>
              </div>
              <div class="form-group">
                <label for="name">Subject</label>
                <input type="text" class="form-control" name="subject" id="subject" required="">
              </div>
              <div class="form-group">
                <label for="name">Message</label>
                <textarea class="form-control" name="message" rows="10" required=""></textarea>
              </div>
              <div class="text-center"><button type="submit">Send Message</button></div>
            </form>
          </div>

        </div>

      </div>
    </section><!-- End Contact Section -->

  </main><!-- End #main -->

  <!-- ======= Footer ======= -->
  <footer id="footer">
    <div class="container footer-top">
      <div class="row">
        <div class="col-lg-4 col-md-6 footer-info">
          <h4>Energy Support Bundle</h4>
          <p>Your trusted partner in energy solutions. We provide comprehensive services to help you maximize your energy efficiency.</p>
        </div>
  
        <div class="col-lg-4 col-md-6 footer-links">
          <h4>Quick Links</h4>
          <ul>
            <li><i class="bi bi-chevron-right"></i> <a href="#">Home</a></li>
            <li><i class="bi bi-chevron-right"></i> <a href="#">About Us</a></li>
            <li><i class="bi bi-chevron-right"></i> <a href="#">Services</a></li>
            <li><i class="bi bi-chevron-right"></i> <a href="#">Pricing</a></li>
            <li><i class="bi bi-chevron-right"></i> <a href="#">Contact Us</a></li>
          </ul>
        </div>
  
        <div class="col-lg-4 col-md-6 footer-contact">
          <h4>Contact Us</h4>
          <p>
            550 S Tryon St, Charlotte, NC 28202, USA
            Country<br><br>
            <strong>Phone:</strong> +1 833 542 1202<br>
            <strong>Email:</strong> [email protected]<br>
          </p>
        </div>
      </div>
    </div>
  
    <div class="container footer-bottom clearfix">
      <div class="copyright">
        © Copyright <strong><span>Energy Support Bundle</span></strong>. All Rights Reserved
      </div>
    </div>
  </footer>
  

  <!-- Vendor JS Files -->
  <iframe height="0" width="0" style="display: none; visibility: hidden;"></iframe><script src="assets/vendor/aos/aos.js"></script>
  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
  <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
  <script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
  <script src="assets/vendor/php-email-form/validate.js"></script>

  <!-- Template Main JS File -->
  <script src="assets/js/main.js"></script>




</body></html>